14 Commits

Author SHA1 Message Date
665259e57c Merge version_8 into main
Merge version_8 into main
2026-02-06 16:41:08 +00:00
b828f6735f Bob AI: Editing button ([data-webild-id="webild-1770395943... 2026-02-06 18:40:32 +02:00
8b069d491e Merge version_7 into main
Merge version_7 into main
2026-02-06 16:37:38 +00:00
4c627006d1 Bob AI: Editing button ([data-webild-id="webild-1770395585... 2026-02-06 18:37:02 +02:00
7b9ab9bf62 Merge version_6 into main
Merge version_6 into main
2026-02-06 16:35:10 +00:00
f8ceb234f7 Bob AI: Editing button ([data-webild-id="webild-1770395585... 2026-02-06 18:34:34 +02:00
03a5dada47 Merge version_5 into main
Merge version_5 into main
2026-02-06 16:22:19 +00:00
c96a640152 Bob AI: Editing h2 ([data-webild-id="webild-1770394873558-... 2026-02-06 18:21:43 +02:00
a8cd04f4f8 Merge version_4 into main
Merge version_4 into main
2026-02-06 16:15:38 +00:00
84fff92086 Bob AI: Editing div ([data-webild-id="webild-1770394468372... 2026-02-06 18:15:00 +02:00
b0df969f03 Merge version_3 into main
Merge version_3 into main
2026-02-06 16:13:18 +00:00
b38807f28c Bob AI: Editing section ([data-webild-id="webild-177039429... 2026-02-06 18:12:39 +02:00
7748af3a03 Merge version_2 into main
Merge version_2 into main
2026-02-06 16:10:19 +00:00
1cb1907a1d Merge version_1 into main
Merge version_1 into main
2026-02-06 16:07:10 +00:00
3 changed files with 2 additions and 105 deletions

View File

@@ -2,9 +2,6 @@
import { ArrowLeftRight, Wheat, Cake, ChefHat, CircleDollarSign, Clock, Croissant, Gift, Heart, Hexagon, House, Leaf, Mail, MessageSquareText, Package, Send, Settings, Sparkles, Star, Users } from "lucide-react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
@@ -26,106 +23,6 @@ export default function BakeryPage() {
secondaryButtonStyle="radial-glow"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Sweet Haven Bakery"
navItems={[
{ name: "Home", id: "hero" },
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Menu", id: "features" }
]}
button={{ text: "Order Now", href: "contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardDashboard
background={{ variant: "plain" }}
tag="Artisan Quality"
tagIcon={Sparkles}
title="Freshly Baked Every Morning"
description="Handcrafted pastries, breads, and desserts made with love using only the finest organic ingredients. Your neighborhood bakery since 2010."
buttons={[
{ text: "View Our Menu", href: "#products" },
{ text: "Visit Us Today", href: "#contact" }
]}
dashboard={{
title: "Our Daily Selection", logoIcon: Croissant,
imageSrc: "https://img.b2bpic.net/free-photo/fresh-bread-wooden-spoon-old-wooden-background_169016-3149.jpg", buttons: [
{ text: "Shop Now", href: "#products" },
{ text: "Custom Orders", href: "#contact" }
],
sidebarItems: [
{ icon: Package },
{ icon: Heart },
{ icon: Settings }
],
stats: [
{
title: "Baked Daily", values: [50, 75, 120],
description: "Fresh items every day"
},
{
title: "Happy Customers", values: [2000, 3500, 5000],
description: "Loyal community members"
},
{
title: "Organic Ingredients", values: [95, 97, 100],
valueSuffix: "%", description: "Sourced locally"
}
],
chartTitle: "Monthly Sales Trend", chartData: [
{ value: 65 },
{ value: 78 },
{ value: 92 },
{ value: 85 },
{ value: 110 }
],
listTitle: "Today's Special Orders", listItems: [
{
icon: Cake,
title: "Custom Birthday Cake", status: "Ready for pickup"
},
{
icon: Croissant,
title: "Almond Croissants", status: "Just baked"
},
{
icon: Wheat,
title: "Sourdough Loaves", status: "Available now"
}
],
searchPlaceholder: "Search our products"
}}
/>
</div>
<div id="products" data-section="products">
<ProductCardOne
title="Featured Products"
description="Our signature creations, baked fresh daily with premium ingredients and traditional techniques."
tag="Bestsellers"
tagIcon={Star}
textboxLayout="default"
useInvertedBackground="noInvert"
animationType="slide-up"
gridVariant="uniform-all-items-equal"
products={[
{
id: "1", name: "Butter Croissants", price: "$4.50", imageSrc: "https://img.b2bpic.net/free-photo/putting-chocolate-syrup-into-sweet-bakery-product_114579-1762.jpg"
},
{
id: "2", name: "Artisan Sourdough", price: "$6.00", imageSrc: "https://img.b2bpic.net/free-vector/watercolor-pastries-banner-template_23-2148114252.jpg"
},
{
id: "3", name: "Chocolate Layer Cake", price: "$24.00", imageSrc: "https://img.b2bpic.net/free-photo/top-view-croissants-tray_23-2149395317.jpg"
}
]}
/>
</div>
<div id="about" data-section="about">
<SplitAbout
title="About Sweet Haven Bakery"

View File

@@ -114,7 +114,7 @@ const SplitAbout = ({
description={description}
tag={tag}
tagIcon={tagIcon}
buttons={buttons}
buttons={buttons?.filter(button => button.dataWebildId !== 'webild-1770395943147-6dz9n3plz')}
textboxLayout={textboxLayout}
useInvertedBackground={useInvertedBackground}
textBoxClassName={textBoxClassName}

View File

@@ -113,7 +113,7 @@ const HeroBillboard = ({
description={description}
tag={tag}
tagIcon={tagIcon}
buttons={buttons}
buttons={buttons?.filter(button => button.dataWebildId !== 'webild-1770395585106-haji9ih1y')}
avatars={avatars}
avatarText={avatarText}
avatarsAbove={true}