Bob AI: revert latest changes

This commit is contained in:
2026-02-27 09:40:42 +02:00
parent c905d48e24
commit 3bf43eaff7

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 HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
@@ -45,7 +45,7 @@ export default function LandingPage() {
</div> </div>
<div id="hero-section" data-section="hero-section"> <div id="hero-section" data-section="hero-section">
<HeroSplitKpi <HeroBillboard
title="Artisan Bakery" title="Artisan Bakery"
description="Handcrafted breads and pastries baked fresh daily. Experience the warmth of traditional baking techniques combined with premium, locally-sourced ingredients." description="Handcrafted breads and pastries baked fresh daily. Experience the warmth of traditional baking techniques combined with premium, locally-sourced ingredients."
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
@@ -53,21 +53,14 @@ export default function LandingPage() {
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ label: "Shop Now", href: "#products-section", dataWebildId: "hero_split_kpi_shop_btn" }, { label: "Shop Now", href: "#products-section", dataWebildId: "hero_billboard_shop_btn" },
{ label: "View Menu", href: "#menu-section", dataWebildId: "hero_split_kpi_menu_btn" } { label: "View Menu", href: "#menu-section", dataWebildId: "hero_billboard_menu_btn" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg" imageSrc="https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg"
imageAlt="artisan bakery showcase with fresh baked goods" imageAlt="artisan bakery showcase with fresh baked goods"
mediaAnimation="fade-in" mediaAnimation="fade-in"
kpiItems={[ ariaLabel="Hero section for artisan bakery featuring fresh baked goods"
{ value: "500+", label: "Loaves Baked Daily" },
{ value: "15+", label: "Years of Tradition" },
{ value: "100%", label: "Locally Sourced" },
{ value: "4.9★", label: "Customer Rating" }
]}
enableKpiAnimation={true}
ariaLabel="Hero section for artisan bakery featuring fresh baked goods and key metrics"
/> />
</div> </div>