Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 26eec843d5 |
@@ -1,8 +1,8 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||||
@@ -39,56 +39,30 @@ export default function ArtisanBakeryPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardDashboard
|
<HeroCentered
|
||||||
title="Handcrafted Freshness Every Morning"
|
title="Artisan Bakery"
|
||||||
description="Experience the warmth and flavor of artisan-baked goods made with the finest ingredients and traditional methods. Order your favorites today."
|
description="Discover our collection of freshly baked breads, pastries, and desserts crafted with premium ingredients and time-honored techniques."
|
||||||
tag="Premium Artisan Bakery"
|
background={{ variant: "sparkles-gradient" }}
|
||||||
tagIcon={Croissant}
|
avatars={[
|
||||||
tagAnimation="slide-up"
|
{ name: "Sarah", image: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg" },
|
||||||
|
{ name: "Michel", image: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg" },
|
||||||
|
{ name: "Emma", image: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg" }
|
||||||
|
]}
|
||||||
|
avatarText="Join thousands of satisfied customers"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Order Now", href: "#products" },
|
{ label: "Shop Now", href: "#products", dataWebildId: "btn_shop_now" },
|
||||||
{ text: "Learn Our Story", href: "#about" }
|
{ label: "View Menu", href: "#menu", dataWebildId: "btn_view_menu" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "radial-gradient" }}
|
marqueeItems={[
|
||||||
dashboard={{
|
{ text: "Sourdough Bread", icon: "🍞" },
|
||||||
title: "Today's Fresh Selection", logoIcon: Wheat,
|
{ text: "Croissants", icon: "🥐" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/croissants-breakfast-with-copy-space_23-2148243546.jpg", searchPlaceholder: "Search our menu...", buttons: [
|
{ text: "Artisan Cakes", icon: "🎂" },
|
||||||
{ text: "View Menu", href: "#products" },
|
{ text: "Fresh Pastries", icon: "🥧" }
|
||||||
{ text: "Place Order", href: "#contact" }
|
]}
|
||||||
],
|
marqueeSpeed={25}
|
||||||
sidebarItems: [
|
showMarqueeCard={true}
|
||||||
{ icon: House, active: true },
|
ariaLabel="Artisan Bakery hero section"
|
||||||
{ icon: ShoppingBag },
|
|
||||||
{ icon: Heart }
|
|
||||||
],
|
|
||||||
stats: [
|
|
||||||
{
|
|
||||||
title: "Fresh Daily", values: [100, 100, 100],
|
|
||||||
description: "Baked fresh every morning"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Quality Rated", values: [4.9, 4.9, 4.9],
|
|
||||||
valueSuffix: "/5", description: "Customer satisfaction score"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Ingredients", values: [100, 100, 100],
|
|
||||||
description: "All locally sourced"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
chartTitle: "Weekly Order Trends", chartData: [
|
|
||||||
{ value: 85 },
|
|
||||||
{ value: 92 },
|
|
||||||
{ value: 78 },
|
|
||||||
{ value: 88 },
|
|
||||||
{ value: 95 }
|
|
||||||
],
|
|
||||||
listTitle: "Recent Orders", listItems: [
|
|
||||||
{ icon: Cake, title: "Sourdough Loaf", status: "Ready" },
|
|
||||||
{ icon: Croissant, title: "Butter Croissants (6 pack)", status: "In Progress" },
|
|
||||||
{ icon: Cake, title: "Chocolate Layer Cake", status: "Available" }
|
|
||||||
]
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user