Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f2abd280f | |||
| 5802de42e0 | |||
| 486c022f0e |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
@@ -42,19 +42,32 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroSplitDualMedia
|
||||||
title="Artisan Bakery Crafted with Love"
|
title="Handcrafted Goodness, Baked Fresh"
|
||||||
description="Experience the warmth and freshness of handmade breads, pastries, and desserts. Every bite tells a story of passion and tradition."
|
description="Discover our artisanal selection of breads, pastries, and custom cakes made with premium ingredients and time-honored techniques."
|
||||||
tag="Fresh Daily"
|
background={{ variant: "radial-gradient" }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-various-loaves-bread_23-2147761313.jpg"
|
tag="Baked Daily"
|
||||||
imageAlt="Fresh bakery products and warm interior"
|
tagIcon={Star}
|
||||||
textPosition="bottom-left"
|
tagAnimation="pulse"
|
||||||
showBlur={true}
|
|
||||||
showDimOverlay={true}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Order Online", href: "#contact" },
|
{ text: "Order Now", href: "#contact", dataWebildId: "hero_order_btn" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "View Menu", href: "#menu", dataWebildId: "hero_menu_btn" }
|
||||||
]}
|
]}
|
||||||
|
buttonAnimation="slide"
|
||||||
|
mediaItems={[
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/delicious-various-loaves-bread_23-2147761313.jpg",
|
||||||
|
imageAlt: "Artisan bread selection"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
imageSrc: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg",
|
||||||
|
imageAlt: "Fresh pastries and desserts"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
mediaAnimation="fade"
|
||||||
|
rating={4.9}
|
||||||
|
ratingText="Loved by 500+ customers"
|
||||||
|
ariaLabel="Sweet Haven bakery hero section"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user