@extends("layouts.public") @section("meta") @include('includes.seo-meta', [ 'slug' => 'home', 'path' => '/', 'defaults' => [ 'title' => __('public.pages.home_title'), 'description' => __('public.pages.home_desc'), ], ]) @push('json_ld') @include('includes.json-ld-graphs', ['graphs' => [schema_faq_page()]]) @endpush @endsection @section("content") @include('pages.home.sections.hero') @include('pages.home.sections.products') @include('pages.home.sections.about') @include('pages.home.sections.banner') @include('pages.home.sections.workshop') @include('pages.home.sections.past-events') @include('pages.home.sections.brands') @include('pages.home.sections.subscribe') @include('pages.home.sections.testimonials') @include('pages.home.sections.latest-blogs') @include('pages.home.sections.gallery') @endsection