|
|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
|
"use client"
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
|
|
|
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
|
|
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
|
|
|
@@ -43,22 +43,49 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero-section" data-section="hero-section">
|
|
|
|
|
<HeroOverlay
|
|
|
|
|
title="Artisan Baked Goods Delivered to Your Doorstep"
|
|
|
|
|
description="Experience the warmth of freshly baked breads, pastries, and desserts made with love using time-honored techniques and the finest ingredients."
|
|
|
|
|
<HeroBillboard
|
|
|
|
|
title="Artisanal Baked Goods"
|
|
|
|
|
description="Handcrafted with passion and premium ingredients for an unforgettable taste experience"
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
tag="Fresh Daily"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
tagIcon={null}
|
|
|
|
|
tagAnimation="fade-in"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "View Our Menu", href: "#products-section" },
|
|
|
|
|
{ text: "Visit Us", href: "#contact-section" }
|
|
|
|
|
{ text: "View Our Menu", href: "#menu", dataWebildId: "btn-1" },
|
|
|
|
|
{ text: "Order Online", href: "#order", dataWebildId: "btn-2" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
imageSrc="https://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg"
|
|
|
|
|
imageAlt="Warm and inviting bakery interior with fresh pastries on display"
|
|
|
|
|
textPosition="bottom-left"
|
|
|
|
|
showDimOverlay={true}
|
|
|
|
|
showBlur={true}
|
|
|
|
|
avatars={[]}
|
|
|
|
|
avatarText=""
|
|
|
|
|
videoSrc="https://storage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4"
|
|
|
|
|
videoAriaLabel="Baking process demonstration video"
|
|
|
|
|
mediaAnimation="zoom-in"
|
|
|
|
|
marqueeItems={[
|
|
|
|
|
{ text: "Organic Ingredients", icon: null, dataWebildId: "marquee-1" },
|
|
|
|
|
{ text: "Fresh Daily", icon: null, dataWebildId: "marquee-2" },
|
|
|
|
|
{ text: "Handcrafted", icon: null, dataWebildId: "marquee-3" }
|
|
|
|
|
]}
|
|
|
|
|
marqueeSpeed={1}
|
|
|
|
|
showMarqueeCard={true}
|
|
|
|
|
ariaLabel="Welcome to Warm & Crumb Bakery"
|
|
|
|
|
className=""
|
|
|
|
|
containerClassName=""
|
|
|
|
|
textBoxClassName=""
|
|
|
|
|
titleClassName=""
|
|
|
|
|
descriptionClassName=""
|
|
|
|
|
tagClassName=""
|
|
|
|
|
avatarGroupClassName=""
|
|
|
|
|
buttonContainerClassName=""
|
|
|
|
|
buttonClassName=""
|
|
|
|
|
buttonTextClassName=""
|
|
|
|
|
mediaWrapperClassName=""
|
|
|
|
|
imageClassName=""
|
|
|
|
|
marqueeClassName=""
|
|
|
|
|
marqueeItemClassName=""
|
|
|
|
|
marqueeCardClassName=""
|
|
|
|
|
marqueeImageClassName=""
|
|
|
|
|
marqueeTextClassName=""
|
|
|
|
|
marqueeIconClassName=""
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -70,8 +97,8 @@ export default function LandingPage() {
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Explore Our Products", href: "#products-section" },
|
|
|
|
|
{ text: "Visit Our Bakery", href: "#contact-section" }
|
|
|
|
|
{ text: "Explore Our Products", href: "products-section" },
|
|
|
|
|
{ text: "Visit Our Bakery", href: "contact-section" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
imageSrc="https://img.b2bpic.net/free-photo/baker-forming-dough-sphere-wooden-board_74855-5658.jpg"
|
|
|
|
|
@@ -181,7 +208,7 @@ export default function LandingPage() {
|
|
|
|
|
tagIcon={HelpCircle}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Contact Us", href: "#contact-section" }
|
|
|
|
|
{ text: "Contact Us", href: "contact-section" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
@@ -216,16 +243,16 @@ export default function LandingPage() {
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Explore", items: [
|
|
|
|
|
{ label: "Home", href: "#hero-section" },
|
|
|
|
|
{ label: "Our Story", href: "#about-section" },
|
|
|
|
|
{ label: "Menu", href: "#products-section" },
|
|
|
|
|
{ label: "Testimonials", href: "#testimonials-section" }
|
|
|
|
|
{ label: "Home", href: "hero-section" },
|
|
|
|
|
{ label: "Our Story", href: "about-section" },
|
|
|
|
|
{ label: "Menu", href: "products-section" },
|
|
|
|
|
{ label: "Testimonials", href: "testimonials-section" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Support", items: [
|
|
|
|
|
{ label: "FAQ", href: "#faq-section" },
|
|
|
|
|
{ label: "Contact Us", href: "#contact-section" },
|
|
|
|
|
{ label: "FAQ", href: "faq-section" },
|
|
|
|
|
{ label: "Contact Us", href: "contact-section" },
|
|
|
|
|
{ label: "Delivery Info", href: "#" },
|
|
|
|
|
{ label: "Returns Policy", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
|