6 Commits

Author SHA1 Message Date
31cc86e91c Update src/app/shop/page.tsx 2026-02-23 15:58:47 +00:00
d0c857325f Update src/app/shop/[id]/page.tsx 2026-02-23 15:58:46 +00:00
abb68819d2 Update src/app/page.tsx 2026-02-23 15:58:45 +00:00
164c7633da Update src/app/layout.tsx 2026-02-23 15:58:44 +00:00
e50edc3df9 Update src/app/blog/page.tsx 2026-02-23 15:58:43 +00:00
a7c78379f8 Bob AI: change hero section to another one 2026-02-23 17:56:33 +02: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>