5 Commits

Author SHA1 Message Date
9462bb8255 Update src/app/shop/page.tsx 2026-02-23 15:58:26 +00:00
a96161c680 Update src/app/shop/[id]/page.tsx 2026-02-23 15:58:25 +00:00
823b6c10a1 Update src/app/page.tsx 2026-02-23 15:58:24 +00:00
b230f945ec Update src/app/layout.tsx 2026-02-23 15:58:23 +00:00
d23b3ab8e7 Update src/app/blog/page.tsx 2026-02-23 15:58:22 +00:00
5 changed files with 11 additions and 11 deletions

View File

@@ -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>