Update src/app/page.tsx
This commit is contained in:
@@ -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 HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroLogoBlock from '@/components/sections/hero/HeroLogoBlock';
|
||||||
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||||
@@ -42,17 +42,10 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroLogoBlock
|
||||||
title="Welcome to Artisan Bakery"
|
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."
|
description="Handcrafted pastries, fresh-baked breads, and delicious treats made daily with the finest ingredients. Taste the difference tradition makes."
|
||||||
background={{ variant: "radial-gradient" }}
|
logos={[
|
||||||
tag="Freshly Baked Daily"
|
|
||||||
tagIcon={Sparkles}
|
|
||||||
buttons={[
|
|
||||||
{ text: "Order Online", href: "contact" },
|
|
||||||
{ text: "Explore Menu", href: "products" }
|
|
||||||
]}
|
|
||||||
mediaItems={[
|
|
||||||
{
|
{
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/baker-with-flour-hand_169016-6374.jpg", imageAlt: "Fresh bakery display with pastries and bread"
|
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"
|
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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user