Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-05-20 16:26:44 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Menu",
id: "#products",
},
name: "Menu", id: "#products"},
{
name: "Visit",
id: "#contact",
},
name: "Visit", id: "#contact"},
]}
brandName="Wellington Bakery"
/>
@@ -55,81 +47,50 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Fresh Artisan Baking in Wellington"
description="Handcrafted breads, pastries, croissants, and desserts baked fresh daily at Wellington Bakery."
kpis={[
{
value: "4.9",
label: "Google Rating",
},
value: "4.9", label: "Google Rating"},
{
value: "96+",
label: "Reviews",
},
value: "96+", label: "Reviews"},
{
value: "Daily",
label: "Baked Fresh",
},
value: "Daily", label: "Baked Fresh"},
]}
enableKpiAnimation={true}
buttons={[
{
text: "View Menu",
href: "#products",
},
text: "View Menu", href: "#products"},
{
text: "Visit Us",
href: "#contact",
},
text: "Visit Us", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/fresh-baked-muffins-croissants_23-2147693757.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg",
alt: "Counter in nice cafe",
},
src: "http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg", alt: "Counter in nice cafe"},
{
src: "http://img.b2bpic.net/free-photo/tasty-arrangement-with-pastries_23-2148289387.jpg",
alt: "Tasty arrangement with pastries",
},
src: "http://img.b2bpic.net/free-photo/tasty-arrangement-with-pastries_23-2148289387.jpg", alt: "Tasty arrangement with pastries"},
{
src: "http://img.b2bpic.net/free-photo/pastry-buffet_1398-1643.jpg",
alt: "pastry in buffet",
},
src: "http://img.b2bpic.net/free-photo/pastry-buffet_1398-1643.jpg", alt: "pastry in buffet"},
{
src: "http://img.b2bpic.net/free-photo/variety-eclairs-delicious-cake-pastries-display-cabinet_23-2148189119.jpg",
alt: "Variety of eclairs and delicious cake pastries in the display cabinet",
},
src: "http://img.b2bpic.net/free-photo/variety-eclairs-delicious-cake-pastries-display-cabinet_23-2148189119.jpg", alt: "Variety of eclairs and delicious cake pastries in the display cabinet"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12106.jpg",
alt: "Portrait of smiling brunette woman",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12106.jpg", alt: "Portrait of smiling brunette woman"},
]}
avatarText="Join our community of bread lovers"
marqueeItems={[
{
type: "text",
text: "Sourdough",
},
type: "text", text: "Sourdough"},
{
type: "text",
text: "Croissants",
},
type: "text", text: "Croissants"},
{
type: "text",
text: "Pastries",
},
type: "text", text: "Pastries"},
{
type: "text",
text: "Coffee",
},
type: "text", text: "Coffee"},
{
type: "text",
text: "Cakes",
},
type: "text", text: "Cakes"},
]}
/>
</div>
@@ -140,8 +101,7 @@ export default function LandingPage() {
title="About Wellington Bakery"
buttons={[
{
text: "Learn More",
},
text: "Learn More"},
]}
/>
</div>
@@ -154,41 +114,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Ham & Cheese Croissant",
price: "$6.50",
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissants-cooling-rack-vertical-shot-closeup-selective-focus-croissant-pastry-fresh-french-breakfast_166373-2612.jpg",
},
id: "p1", name: "Ham & Cheese Croissant", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissants-cooling-rack-vertical-shot-closeup-selective-focus-croissant-pastry-fresh-french-breakfast_166373-2612.jpg"},
{
id: "p2",
name: "Sausage Roll",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-photo/baked-sweet-rolls-black-plate-with-pine-tree-branch-high-quality-photo_114579-69103.jpg",
},
id: "p2", name: "Sausage Roll", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/baked-sweet-rolls-black-plate-with-pine-tree-branch-high-quality-photo_114579-69103.jpg"},
{
id: "p3",
name: "Artisan Sourdough",
price: "$8.00",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-bread-baked-tasty-food-dough-bread-bun_140725-26105.jpg",
},
id: "p3", name: "Artisan Sourdough", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-bread-baked-tasty-food-dough-bread-bun_140725-26105.jpg"},
{
id: "p4",
name: "Fresh Pastry",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-pastries-black-board_114579-88098.jpg",
},
id: "p4", name: "Fresh Pastry", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-pastries-black-board_114579-88098.jpg"},
{
id: "p5",
name: "Gourmet Cake",
price: "$7.00",
imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake_114579-16589.jpg",
},
id: "p5", name: "Gourmet Cake", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake_114579-16589.jpg"},
{
id: "p6",
name: "Seasonal Treat",
price: "$5.50",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-pie-with-toy-christmas-tree_23-2147957903.jpg",
},
id: "p6", name: "Seasonal Treat", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-pie-with-toy-christmas-tree_23-2147957903.jpg"},
]}
title="Featured Items"
description="Discover our daily selection of artisan goods."
@@ -203,25 +139,15 @@ export default function LandingPage() {
author="Local Regular"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/coquette-watercolor-pattern_23-2151843222.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/coquette-watercolor-pattern_23-2151843222.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/tasty-refreshing-breakfast_23-2147699861.jpg",
alt: "Satisfied customer",
},
src: "http://img.b2bpic.net/free-photo/tasty-refreshing-breakfast_23-2147699861.jpg", alt: "Satisfied customer"},
{
src: "http://img.b2bpic.net/free-photo/delicious-buns-coffee-composition_23-2147699860.jpg",
alt: "Happy regular",
},
src: "http://img.b2bpic.net/free-photo/delicious-buns-coffee-composition_23-2147699860.jpg", alt: "Happy regular"},
{
src: "http://img.b2bpic.net/free-photo/coquette-watercolor-pattern_23-2151843243.jpg",
alt: "Bakery fan",
},
src: "http://img.b2bpic.net/free-photo/coquette-watercolor-pattern_23-2151843243.jpg", alt: "Bakery fan"},
{
src: "http://img.b2bpic.net/free-photo/woman-enjoying-dessert-drink-cafe_273609-4002.jpg",
alt: "Cafe patron",
},
src: "http://img.b2bpic.net/free-photo/woman-enjoying-dessert-drink-cafe_273609-4002.jpg", alt: "Cafe patron"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -235,23 +161,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Star,
title: "Google Rating",
value: "4.9",
},
id: "m1", icon: Star,
title: "Google Rating", value: "4.9"},
{
id: "m2",
icon: Award,
title: "Years Local",
value: "5+",
},
id: "m2", icon: Award,
title: "Years Local", value: "5+"},
{
id: "m3",
icon: Coffee,
title: "Daily Items",
value: "50+",
},
id: "m3", icon: Coffee,
title: "Daily Items", value: "50+"},
]}
title="Bakery Highlights"
description="Our passion in numbers."
@@ -263,20 +180,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer wholesale?",
content: "Yes, please contact us for inquiries.",
},
id: "f1", title: "Do you offer wholesale?", content: "Yes, please contact us for inquiries."},
{
id: "f2",
title: "Is your bakery open daily?",
content: "Yes, open every morning from 7am.",
},
id: "f2", title: "Is your bakery open daily?", content: "Yes, open every morning from 7am."},
{
id: "f3",
title: "Can I order ahead?",
content: "We do take large orders in advance.",
},
id: "f3", title: "Can I order ahead?", content: "We do take large orders in advance."},
]}
sideTitle="Questions?"
sideDescription="Find answers to your most asked questions."
@@ -288,15 +196,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="460 Wellington Main St"
description="Stop by Wellington Bakery fresh every morning."
buttons={[
{
text: "Get Directions",
},
text: "Get Directions", href: "https://maps.google.com"},
]}
/>
</div>
@@ -305,32 +211,22 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Bakery",
items: [
title: "Bakery", items: [
{
label: "Our Story",
href: "#about",
},
label: "Our Story", href: "#about"},
{
label: "Menu",
href: "#products",
},
label: "Menu", href: "#products"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
label: "Privacy Policy", onClick: () => alert("Privacy policy coming soon!"),
},
{
label: "Terms of Service",
href: "#",
label: "Terms of Service", onClick: () => alert("Terms of service coming soon!"),
},
],
},
@@ -342,4 +238,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}