Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 11:44:54 +00:00

View File

@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Reviews",
id: "reviews",
},
{
name: "Visit Us",
id: "contact",
},
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Reviews", id: "reviews" },
{ name: "Visit Us", id: "contact" }
]}
brandName="Dolce Delia"
/>
@@ -61,40 +46,19 @@ export default function LandingPage() {
title="Indulge in Artisan Perfection"
description="Freshly baked daily in Hoddesdon. Experience the luxury of handcrafted patisserie in every bite."
buttons={[
{
text: "View Menu",
href: "#menu",
},
{
text: "Visit Us",
href: "#contact",
},
{ text: "View Menu", href: "#menu" },
{ text: "Visit Us", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097761.jpg"
imageAlt="Freshly baked artisan pastries in a high-end patisserie display"
showDimOverlay={true}
showBlur={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/female-chef-kneading-dough_23-2148491310.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-drinks-coffee-with-gingerbread-boy-cafe-street_169016-49028.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-pin-up-woman-eating-cake_176420-3341.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/female-chef-kneading-dough_23-2148491310.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-drinks-coffee-with-gingerbread-boy-cafe-street_169016-49028.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-pin-up-woman-eating-cake_176420-3341.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg", alt: "Customer 5" }
]}
avatarText="Loved by over 500+ local dessert enthusiasts"
/>
@@ -105,21 +69,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Passion for Perfection"
metrics={[
{
icon: Award,
label: "Rating",
value: "4.8/5",
},
{
icon: Clock,
label: "Daily",
value: "Open",
},
{
icon: Heart,
label: "Ethos",
value: "Inclusive",
},
{ icon: Award, label: "Rating", value: "4.8/5" },
{ icon: Clock, label: "Daily", value: "Open" },
{ icon: Heart, label: "Ethos", value: "Inclusive" }
]}
metricsAnimation="slide-up"
/>
@@ -132,42 +84,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Chocolate Croissant",
price: "£3.50",
imageSrc: "http://img.b2bpic.net/free-photo/black-plate-with-sweet-delicious-pastry-white_114579-60766.jpg?_wi=1",
},
{
id: "2",
name: "Artisan Sourdough",
price: "£4.50",
imageSrc: "http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-48926.jpg?_wi=1",
},
{
id: "3",
name: "Signature Coffee",
price: "£2.80",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-130403.jpg?_wi=1",
},
{
id: "4",
name: "Fresh Fruit Tart",
price: "£3.95",
imageSrc: "http://img.b2bpic.net/free-photo/black-plate-with-sweet-delicious-pastry-white_114579-60766.jpg?_wi=2",
},
{
id: "5",
name: "Brioche Loaf",
price: "£4.20",
imageSrc: "http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-48926.jpg?_wi=2",
},
{
id: "6",
name: "Double Espresso",
price: "£2.50",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-130403.jpg?_wi=2",
},
{ id: "1", name: "Chocolate Croissant", price: "£3.50", imageSrc: "http://img.b2bpic.net/free-photo/black-plate-with-sweet-delicious-pastry-white_114579-60766.jpg" },
{ id: "2", name: "Artisan Sourdough", price: "£4.50", imageSrc: "http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-48926.jpg" },
{ id: "3", name: "Signature Coffee", price: "£2.80", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-130403.jpg" },
{ id: "4", name: "Fresh Fruit Tart", price: "£3.95", imageSrc: "http://img.b2bpic.net/free-photo/black-plate-with-sweet-delicious-pastry-white_114579-60766.jpg" },
{ id: "5", name: "Brioche Loaf", price: "£4.20", imageSrc: "http://img.b2bpic.net/free-photo/set-breads-stored-sale-consumption-supermarket_169016-48926.jpg" },
{ id: "6", name: "Double Espresso", price: "£2.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-female-hands-pressing-coffee-into-tamper-prepares-order-cafe-counter_1258-130403.jpg" }
]}
title="Our Menu"
description="From delicate pastries to artisanal breads, discover our handcrafted selection."
@@ -179,46 +101,11 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Incredible Pastries",
quote: "The best croissants in Hoddesdon! Absolutely artisanal.",
name: "Emma L.",
role: "Food Blogger",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg?_wi=1",
},
{
id: "2",
title: "Daily Ritual",
quote: "My daily coffee and bun stop. So friendly and welcoming.",
name: "Mark D.",
role: "Local Resident",
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kneading-dough_23-2148491310.jpg",
},
{
id: "3",
title: "Truly Luxurious",
quote: "I feel like I'm in Paris every time I walk in here.",
name: "Sophia G.",
role: "Designer",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinks-coffee-with-gingerbread-boy-cafe-street_169016-49028.jpg",
},
{
id: "4",
title: "Highly Recommended",
quote: "LGBTQ+ friendly and incredibly inclusive, not to mention the cake!",
name: "Alex R.",
role: "Artist",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-pin-up-woman-eating-cake_176420-3341.jpg",
},
{
id: "5",
title: "Exceptional Quality",
quote: "Great price point for the level of craftsmanship they put in.",
name: "Sam T.",
role: "Student",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg?_wi=2",
},
{ id: "1", title: "Incredible Pastries", quote: "The best croissants in Hoddesdon! Absolutely artisanal.", name: "Emma L.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg" },
{ id: "2", title: "Daily Ritual", quote: "My daily coffee and bun stop. So friendly and welcoming.", name: "Mark D.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kneading-dough_23-2148491310.jpg" },
{ id: "3", title: "Truly Luxurious", quote: "I feel like I'm in Paris every time I walk in here.", name: "Sophia G.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinks-coffee-with-gingerbread-boy-cafe-street_169016-49028.jpg" },
{ id: "4", title: "Highly Recommended", quote: "LGBTQ+ friendly and incredibly inclusive, not to mention the cake!", name: "Alex R.", role: "Artist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-pin-up-woman-eating-cake_176420-3341.jpg" },
{ id: "5", title: "Exceptional Quality", quote: "Great price point for the level of craftsmanship they put in.", name: "Sam T.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg" }
]}
title="Sweet Words from Our Customers"
description="Join our community of dessert lovers who rated us 4.8 stars."
@@ -227,39 +114,13 @@ export default function LandingPage() {
<div id="gallery" data-section="gallery">
<FeatureCardTwelve
animationType="slide-up"
textboxLayout="inline-image"
useInvertedBackground={false}
features={[
{
id: "g1",
label: "Visuals",
title: "Bakery Gallery",
items: [
"Pastries",
"Cakes",
"Bread",
],
},
{
id: "g2",
label: "Process",
title: "Craftsmanship",
items: [
"Handmade",
"Fresh",
"Local",
],
},
{
id: "g3",
label: "Vibe",
title: "Patisserie Feel",
items: [
"Luxurious",
"Warm",
"Cosy",
],
},
{ id: "g1", label: "Visuals", title: "Bakery Gallery", items: ["Pastries", "Cakes", "Bread"] },
{ id: "g2", label: "Process", title: "Craftsmanship", items: ["Handmade", "Fresh", "Local"] },
{ id: "g3", label: "Vibe", title: "Patisserie Feel", items: ["Luxurious", "Warm", "Cosy"] }
]}
title="A Feast for the Eyes"
description="Capturing the delicate textures and golden warmth of our kitchen."
@@ -272,36 +133,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "s1",
value: "Dine-in",
title: "Experience",
items: [
"Comfortable Seating",
"Warm Ambiance",
"Freshly Brewed Coffee",
],
},
{
id: "s2",
value: "Takeaway",
title: "On-the-Go",
items: [
"Fast Service",
"Eco-friendly Packaging",
"Perfect Bites",
],
},
{
id: "s3",
value: "Delivery",
title: "Brought Home",
items: [
"Doorstep Service",
"Freshly Packed",
"Same-day Arrival",
],
},
{ id: "s1", value: "Dine-in", title: "Experience", items: ["Comfortable Seating", "Warm Ambiance", "Freshly Brewed Coffee"] },
{ id: "s2", value: "Takeaway", title: "On-the-Go", items: ["Fast Service", "Eco-friendly Packaging", "Perfect Bites"] },
{ id: "s3", value: "Delivery", title: "Brought Home", items: ["Doorstep Service", "Freshly Packed", "Same-day Arrival"] }
]}
title="How to Enjoy Dolce Delia"
description="Whether you want to sit and relax or grab and go, we've got you covered."
@@ -311,9 +145,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Visit Us"
title="Find Dolce Delia"
description="Unit 3 & 4, Charlton Mead Lane, Hoddesdon, EN11 0DJ. Call us: 01992 367656. Open Daily until 5:30pm."
@@ -324,32 +156,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Dolce Delia"
columns={[
{
title: "Socials",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "Facebook",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ title: "Socials", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
copyrightText="© 2024 Dolce Delia Bakery & Patisserie. All rights reserved."
/>