Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-02-26 21:45:41 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
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 ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
@@ -42,19 +42,32 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Artisan Bakery Crafted with Love"
description="Experience the warmth and freshness of handmade breads, pastries, and desserts. Every bite tells a story of passion and tradition."
tag="Fresh Daily"
imageSrc="http://img.b2bpic.net/free-photo/delicious-various-loaves-bread_23-2147761313.jpg"
imageAlt="Fresh bakery products and warm interior"
textPosition="bottom-left"
showBlur={true}
showDimOverlay={true}
<HeroSplitDualMedia
title="Handcrafted Goodness, Baked Fresh"
description="Discover our artisanal selection of breads, pastries, and custom cakes made with premium ingredients and time-honored techniques."
background={{ variant: "radial-gradient" }}
tag="Baked Daily"
tagIcon={Star}
tagAnimation="pulse"
buttons={[
{ text: "Order Online", href: "#contact" },
{ text: "Learn More", href: "#about" }
{ text: "Order Now", href: "#contact", dataWebildId: "hero_order_btn" },
{ 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>