|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
|
|
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
|
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
|
|
@@ -44,7 +44,8 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="hero-section" data-section="hero-section">
|
|
|
|
<div id="hero-section" data-section="hero-section">
|
|
|
|
<HeroOverlay
|
|
|
|
<HeroSplit
|
|
|
|
|
|
|
|
background={{ variant: "glowing-orb" }}
|
|
|
|
title="Artisan Baked Goods Delivered to Your Door"
|
|
|
|
title="Artisan Baked Goods Delivered to Your Door"
|
|
|
|
description="Experience the warmth of homemade bread, freshly baked pastries, and custom cakes made with love using time-honored techniques and the finest ingredients."
|
|
|
|
description="Experience the warmth of homemade bread, freshly baked pastries, and custom cakes made with love using time-honored techniques and the finest ingredients."
|
|
|
|
tag="Fresh Daily"
|
|
|
|
tag="Fresh Daily"
|
|
|
|
@@ -57,10 +58,9 @@ export default function LandingPage() {
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
imageSrc="https://img.b2bpic.net/free-photo/modern-bakery-shop-with-assortment-bread-shelf_169016-37564.jpg"
|
|
|
|
imageSrc="https://img.b2bpic.net/free-photo/modern-bakery-shop-with-assortment-bread-shelf_169016-37564.jpg"
|
|
|
|
imageAlt="Warm, inviting bakery interior with fresh bread and pastries on display"
|
|
|
|
imageAlt="Warm, inviting bakery interior with fresh bread and pastries on display"
|
|
|
|
textPosition="bottom-left"
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
showDimOverlay={true}
|
|
|
|
imagePosition="right"
|
|
|
|
showBlur={true}
|
|
|
|
fixedMediaHeight={true}
|
|
|
|
ariaLabel="Welcome to our cozy bakery"
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -250,4 +250,4 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|