Merge version_9 into main #8

Merged
development merged 1 commits from version_9 into main 2026-01-23 11:33:41 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import HeroLogoBlock from '@/components/sections/hero/HeroLogoBlock';
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
@@ -42,17 +42,10 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
<HeroLogoBlock
title="Welcome to Artisan Bakery"
description="Handcrafted pastries, fresh-baked breads, and delicious treats made daily with the finest ingredients. Taste the difference tradition makes."
background={{ variant: "radial-gradient" }}
tag="Freshly Baked Daily"
tagIcon={Sparkles}
buttons={[
{ text: "Order Online", href: "contact" },
{ text: "Explore Menu", href: "products" }
]}
mediaItems={[
logos={[
{
imageSrc: "https://img.b2bpic.net/free-photo/baker-with-flour-hand_169016-6374.jpg", imageAlt: "Fresh bakery display with pastries and bread"
},
@@ -69,6 +62,12 @@ export default function LandingPage() {
imageSrc: "https://img.b2bpic.net/free-photo/different-types-bread-made-from-wheat-flour_140725-5648.jpg?id=7220003", imageAlt: "Cozy bakery storefront"
}
]}
tag="Freshly Baked Daily"
tagIcon={Sparkles}
buttons={[
{ text: "Order Online", href: "contact" },
{ text: "Explore Menu", href: "products" }
]}
/>
</div>