Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
@@ -39,56 +39,30 @@ export default function ArtisanBakeryPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardDashboard
|
||||
title="Handcrafted Freshness Every Morning"
|
||||
description="Experience the warmth and flavor of artisan-baked goods made with the finest ingredients and traditional methods. Order your favorites today."
|
||||
tag="Premium Artisan Bakery"
|
||||
tagIcon={Croissant}
|
||||
tagAnimation="slide-up"
|
||||
<HeroCentered
|
||||
title="Artisan Bakery"
|
||||
description="Discover our collection of freshly baked breads, pastries, and desserts crafted with premium ingredients and time-honored techniques."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
avatars={[
|
||||
{ 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={[
|
||||
{ text: "Order Now", href: "#products" },
|
||||
{ text: "Learn Our Story", href: "#about" }
|
||||
{ label: "Shop Now", href: "#products", dataWebildId: "btn_shop_now" },
|
||||
{ label: "View Menu", href: "#menu", dataWebildId: "btn_view_menu" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Today's Fresh Selection", logoIcon: Wheat,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissants-breakfast-with-copy-space_23-2148243546.jpg", searchPlaceholder: "Search our menu...", buttons: [
|
||||
{ text: "View Menu", href: "#products" },
|
||||
{ text: "Place Order", href: "#contact" }
|
||||
],
|
||||
sidebarItems: [
|
||||
{ icon: House, active: true },
|
||||
{ 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" }
|
||||
]
|
||||
}}
|
||||
marqueeItems={[
|
||||
{ text: "Sourdough Bread", icon: "🍞" },
|
||||
{ text: "Croissants", icon: "🥐" },
|
||||
{ text: "Artisan Cakes", icon: "🎂" },
|
||||
{ text: "Fresh Pastries", icon: "🥧" }
|
||||
]}
|
||||
marqueeSpeed={25}
|
||||
showMarqueeCard={true}
|
||||
ariaLabel="Artisan Bakery hero section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user