1 Commits

Author SHA1 Message Date
03c9234e67 Update src/app/page.tsx 2026-06-09 12:24:01 +00:00

View File

@@ -33,33 +33,19 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Menu", name: "Menu", id: "#menu"},
id: "#menu",
},
{ {
name: "Specials", name: "Specials", id: "#specials"},
id: "#specials",
},
{ {
name: "Reviews", name: "Reviews", id: "#reviews"},
id: "#reviews",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Eliana's Brunch & Munch" brandName="Eliana's Brunch & Munch"
/> />
@@ -71,13 +57,9 @@ export default function LandingPage() {
description="Elianas brings elevated comfort food and handcrafted coffee to your neighborhood. Discover seasonal menus and a space designed for connection." description="Elianas brings elevated comfort food and handcrafted coffee to your neighborhood. Discover seasonal menus and a space designed for connection."
buttons={[ buttons={[
{ {
text: "View Menu", text: "View Menu", href: "#menu"},
href: "#menu",
},
{ {
text: "Make a Reservation", text: "Make a Reservation", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/romantic-table-centerpiece_23-2151937236.jpg" imageSrc="http://img.b2bpic.net/free-photo/romantic-table-centerpiece_23-2151937236.jpg"
imageAlt="Luxury brunch spread with floral decor at Eliana's" imageAlt="Luxury brunch spread with floral decor at Eliana's"
@@ -86,27 +68,17 @@ export default function LandingPage() {
textPosition="bottom" textPosition="bottom"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9650.jpg", src: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9650.jpg", alt: "Satisfied customer 1"},
alt: "Satisfied customer 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-asian-businesswoman-sitting-table-cafe-drinking-coffee-reading-smartphone-app-s_1258-137924.jpg", src: "http://img.b2bpic.net/free-photo/portrait-asian-businesswoman-sitting-table-cafe-drinking-coffee-reading-smartphone-app-s_1258-137924.jpg", alt: "Satisfied customer 2"},
alt: "Satisfied customer 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491912.jpg", src: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491912.jpg", alt: "Satisfied customer 3"},
alt: "Satisfied customer 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/coquette-watercolor-pattern_23-2151843222.jpg", src: "http://img.b2bpic.net/free-photo/coquette-watercolor-pattern_23-2151843222.jpg", alt: "Satisfied customer 4"},
alt: "Satisfied customer 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-happy-dark-skinned-young-female-with-frizzy-hair-eats-something-drinks-smoothie-spends-free-time-with-boyfriend-friend-enjoys-summer-vacations-tropical-country-island_273609-2195.jpg", src: "http://img.b2bpic.net/free-photo/portrait-happy-dark-skinned-young-female-with-frizzy-hair-eats-something-drinks-smoothie-spends-free-time-with-boyfriend-friend-enjoys-summer-vacations-tropical-country-island_273609-2195.jpg", alt: "Satisfied customer 5"},
alt: "Satisfied customer 5",
},
]} ]}
avatarText="Join our community of brunch lovers!" avatarText="Loved by 1000s of satisfied guests"
/> />
</div> </div>
@@ -117,17 +89,11 @@ export default function LandingPage() {
description="At Eliana's, we believe every meal is an opportunity for connection and joy. Our Birmingham cafe offers a unique blend of seasonal ingredients, artisanal techniques, and a charming ambiance inspired by floral beauty and nude tones. We're dedicated to creating unforgettable brunch and munch experiences, from our handcrafted coffees to our decadent pastries and savory classics." description="At Eliana's, we believe every meal is an opportunity for connection and joy. Our Birmingham cafe offers a unique blend of seasonal ingredients, artisanal techniques, and a charming ambiance inspired by floral beauty and nude tones. We're dedicated to creating unforgettable brunch and munch experiences, from our handcrafted coffees to our decadent pastries and savory classics."
metrics={[ metrics={[
{ {
value: "5+", value: "5+", title: "Years Serving"},
title: "Years Serving",
},
{ {
value: "20+", value: "20+", title: "Unique Dishes"},
title: "Unique Dishes",
},
{ {
value: "Thousands", value: "Thousands", title: "Happy Guests"},
title: "Happy Guests",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-sitting-cafe-summer-fashion-outfit-hipster-style-pink-cotton-dress-sunglasses-smiling-drinking-coffee-stylish-accessories-trendy-apparel-happy-mood_285396-3101.jpg" imageSrc="http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-sitting-cafe-summer-fashion-outfit-hipster-style-pink-cotton-dress-sunglasses-smiling-drinking-coffee-stylish-accessories-trendy-apparel-happy-mood_285396-3101.jpg"
imageAlt="Charming and aesthetically pleasing cafe interior" imageAlt="Charming and aesthetically pleasing cafe interior"
@@ -144,23 +110,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Artisanal Pastries", title: "Artisanal Pastries", description: "Indulge in our daily baked croissants, cakes, and sweet treats, crafted with the finest ingredients and a touch of elegance.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-pink-cream-chocolates-light-desk-cake-biscuit-sweet-bake-cream_140725-31879.jpg", imageAlt: "Assortment of elegant artisanal pastries"},
description: "Indulge in our daily baked croissants, cakes, and sweet treats, crafted with the finest ingredients and a touch of elegance.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-pink-cream-chocolates-light-desk-cake-biscuit-sweet-bake-cream_140725-31879.jpg",
imageAlt: "Assortment of elegant artisanal pastries",
},
{ {
title: "Handcrafted Coffee", title: "Handcrafted Coffee", description: "Savor perfectly brewed coffee, from classic lattes to seasonal specials, made with passion by our skilled baristas.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-woman-having-tea_1153-3116.jpg", imageAlt: "A cup of expertly made latte art"},
description: "Savor perfectly brewed coffee, from classic lattes to seasonal specials, made with passion by our skilled baristas.",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-woman-having-tea_1153-3116.jpg",
imageAlt: "A cup of expertly made latte art",
},
{ {
title: "Savory Brunch Classics", title: "Savory Brunch Classics", description: "Explore our menu featuring elevated takes on brunch favorites, prepared with fresh, local produce and unique flavors.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408577.jpg", imageAlt: "A beautifully plated savory brunch dish"},
description: "Explore our menu featuring elevated takes on brunch favorites, prepared with fresh, local produce and unique flavors.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408577.jpg",
imageAlt: "A beautifully plated savory brunch dish",
},
]} ]}
title="Culinary Delights & Cafe Experience" title="Culinary Delights & Cafe Experience"
description="Discover what makes Eliana's a beloved spot for brunch enthusiasts and young professionals alike." description="Discover what makes Eliana's a beloved spot for brunch enthusiasts and young professionals alike."
@@ -175,53 +129,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "The Grand English", price: "£14.50", variant: "Classic Brunch", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-1308.jpg", imageAlt: "A luxury full English breakfast plate"},
name: "The Grand English",
price: "£14.50",
variant: "Classic Brunch",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-1308.jpg",
imageAlt: "A luxury full English breakfast plate",
},
{ {
id: "p2", id: "p2", name: "Berry Bliss Pancakes", price: "£11.00", variant: "Sweet Indulgence", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-with-cherries-plate-pattern-apricot-peach-plum-pear-cherry-plaid-cloth-background_141793-25118.jpg", imageAlt: "Fluffy pancakes with fresh berries and syrup"},
name: "Berry Bliss Pancakes",
price: "£11.00",
variant: "Sweet Indulgence",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-with-cherries-plate-pattern-apricot-peach-plum-pear-cherry-plaid-cloth-background_141793-25118.jpg",
imageAlt: "Fluffy pancakes with fresh berries and syrup",
},
{ {
id: "p3", id: "p3", name: "Avo & Egg Toast", price: "£9.50", variant: "Healthy & Fresh", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-vegetable-salad-with-cucumber-tomato-bowl-wooden-kitchen-board-with-avocado-slices-yellow-bell-pepper-white-surface_141793-13825.jpg", imageAlt: "Avocado toast with a perfectly poached egg"},
name: "Avo & Egg Toast",
price: "£9.50",
variant: "Healthy & Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-vegetable-salad-with-cucumber-tomato-bowl-wooden-kitchen-board-with-avocado-slices-yellow-bell-pepper-white-surface_141793-13825.jpg",
imageAlt: "Avocado toast with a perfectly poached egg",
},
{ {
id: "p4", id: "p4", name: "Smoked Salmon Bagel", price: "£12.00", variant: "Savory Bagels", imageSrc: "http://img.b2bpic.net/free-photo/eclair-with-caramel-syrup-white-plate_114579-13793.jpg", imageAlt: "Smoked salmon bagel with cream cheese and capers"},
name: "Smoked Salmon Bagel",
price: "£12.00",
variant: "Savory Bagels",
imageSrc: "http://img.b2bpic.net/free-photo/eclair-with-caramel-syrup-white-plate_114579-13793.jpg",
imageAlt: "Smoked salmon bagel with cream cheese and capers",
},
{ {
id: "p5", id: "p5", name: "Decadent Waffles", price: "£10.50", variant: "Sweet Treats", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-concept_23-2148578400.jpg", imageAlt: "Golden waffles topped with fruit and whipped cream"},
name: "Decadent Waffles",
price: "£10.50",
variant: "Sweet Treats",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-concept_23-2148578400.jpg",
imageAlt: "Golden waffles topped with fruit and whipped cream",
},
{ {
id: "p6", id: "p6", name: "Seasonal Green Salad", price: "£8.00", variant: "Light Lunch", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-breakfast_23-2148454807.jpg", imageAlt: "A fresh and vibrant seasonal green salad"},
name: "Seasonal Green Salad",
price: "£8.00",
variant: "Light Lunch",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-breakfast_23-2148454807.jpg",
imageAlt: "A fresh and vibrant seasonal green salad",
},
]} ]}
title="Our Curated Menu" title="Our Curated Menu"
description="From hearty breakfast plates to light lunch options, every dish is a culinary masterpiece designed for taste and visual appeal." description="From hearty breakfast plates to light lunch options, every dish is a culinary masterpiece designed for taste and visual appeal."
@@ -235,61 +153,34 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "p1", id: "p1", badge: "Daily", badgeIcon: Sparkles,
badge: "Daily", price: "£25.00/person", buttons: [
badgeIcon: Sparkles,
price: "£25.00/person",
subtitle: "The Morning Indulgence",
buttons: [
{ {
text: "See Details", text: "See Details", href: "#"},
href: "#",
},
], ],
features: [ features: [
"Any main brunch item", "Any main brunch item", "Choice of handcrafted coffee", "Freshly squeezed juice", "Pastry selection"],
"Choice of handcrafted coffee", subtitle: "The Morning Indulgence"
"Freshly squeezed juice",
"Pastry selection",
],
}, },
{ {
id: "p2", id: "p2", badge: "Weekend", badgeIcon: Leaf,
badge: "Weekend", price: "£35.00/person", buttons: [
badgeIcon: Leaf,
price: "£35.00/person",
subtitle: "Eliana's Deluxe Brunch",
buttons: [
{ {
text: "Book Now", text: "Book Now", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"Any two main menu items", "Any two main menu items", "Unlimited premium tea/coffee", "Mimosa or mocktail included", "Dessert of the day"],
"Unlimited premium tea/coffee", subtitle: "Eliana's Deluxe Brunch"
"Mimosa or mocktail included",
"Dessert of the day",
],
}, },
{ {
id: "p3", id: "p3", badge: "Group", badgeIcon: Users,
badge: "Group", price: "Custom", buttons: [
badgeIcon: Users,
price: "Custom",
subtitle: "Celebration & Events",
buttons: [
{ {
text: "Enquire", text: "Enquire", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"Private dining options", "Private dining options", "Customizable menu for groups", "Dedicated service staff", "Special occasion decorations"],
"Customizable menu for groups", subtitle: "Celebration & Events"
"Dedicated service staff",
"Special occasion decorations",
],
}, },
]} ]}
title="Eliana's Special Offers & Packages" title="Eliana's Special Offers & Packages"
@@ -304,53 +195,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sophia R.", handle: "@sophia_eats", testimonial: "Eliana's is my go-to for brunch! The food is exquisite, and the floral decor makes every visit feel special. Highly recommend the avocado toast!", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", imageAlt: "Sophia R. profile picture"},
name: "Sophia R.",
handle: "@sophia_eats",
testimonial: "Eliana's is my go-to for brunch! The food is exquisite, and the floral decor makes every visit feel special. Highly recommend the avocado toast!",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
imageAlt: "Sophia R. profile picture",
},
{ {
id: "2", id: "2", name: "Liam K.", handle: "@liam_foodie", testimonial: "The best coffee in Birmingham, hands down. Paired with their incredible pancakes, it's the perfect start to any weekend.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-boy-is-bringing-birthday-cake-celebration-party_8353-10062.jpg", imageAlt: "Liam K. profile picture"},
name: "Liam K.",
handle: "@liam_foodie",
testimonial: "The best coffee in Birmingham, hands down. Paired with their incredible pancakes, it's the perfect start to any weekend.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-boy-is-bringing-birthday-cake-celebration-party_8353-10062.jpg",
imageAlt: "Liam K. profile picture",
},
{ {
id: "3", id: "3", name: "Olivia M.", handle: "@olivia_travels", testimonial: "Such a charming spot! Every dish is a work of art, and the ambiance is so relaxing. A true hidden gem for brunch lovers.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rich-woman-table_23-2149684353.jpg", imageAlt: "Olivia M. profile picture"},
name: "Olivia M.",
handle: "@olivia_travels",
testimonial: "Such a charming spot! Every dish is a work of art, and the ambiance is so relaxing. A true hidden gem for brunch lovers.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-rich-woman-table_23-2149684353.jpg",
imageAlt: "Olivia M. profile picture",
},
{ {
id: "4", id: "4", name: "Noah J.", handle: "@noah_ventures", testimonial: "Fantastic experience from start to finish. The staff are so friendly, and the 'Grand English' is truly grand. I'll be back!", imageSrc: "http://img.b2bpic.net/free-photo/smile-face-green-ball-with-golden-five-stars-customer-client-survey-satisfaction-after-use-product-service-concept-by-3d-render_616485-67.jpg", imageAlt: "Noah J. profile picture"},
name: "Noah J.",
handle: "@noah_ventures",
testimonial: "Fantastic experience from start to finish. The staff are so friendly, and the 'Grand English' is truly grand. I'll be back!",
imageSrc: "http://img.b2bpic.net/free-photo/smile-face-green-ball-with-golden-five-stars-customer-client-survey-satisfaction-after-use-product-service-concept-by-3d-render_616485-67.jpg",
imageAlt: "Noah J. profile picture",
},
{ {
id: "5", id: "5", name: "Ava P.", handle: "@ava_bakes", testimonial: "The pastries are to die for! So fresh and flavorful. Eliana's brings a touch of luxury to my everyday.", imageSrc: "http://img.b2bpic.net/free-photo/young-charming-woman-trendy-white-blouse-checkered-coat-waves-hand-greeting-talks-phone-smiles-cafe_197531-30025.jpg", imageAlt: "Ava P. profile picture"},
name: "Ava P.",
handle: "@ava_bakes",
testimonial: "The pastries are to die for! So fresh and flavorful. Eliana's brings a touch of luxury to my everyday.",
imageSrc: "http://img.b2bpic.net/free-photo/young-charming-woman-trendy-white-blouse-checkered-coat-waves-hand-greeting-talks-phone-smiles-cafe_197531-30025.jpg",
imageAlt: "Ava P. profile picture",
},
{ {
id: "6", id: "6", name: "Elijah S.", handle: "@elijah_eats", testimonial: "Consistently excellent food and service. It's the perfect place for a business brunch or a relaxed catch-up with friends.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-lovely-couple_23-2148060503.jpg", imageAlt: "Elijah S. profile picture"},
name: "Elijah S.",
handle: "@elijah_eats",
testimonial: "Consistently excellent food and service. It's the perfect place for a business brunch or a relaxed catch-up with friends.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-lovely-couple_23-2148060503.jpg",
imageAlt: "Elijah S. profile picture",
},
]} ]}
title="What Our Guests Say" title="What Our Guests Say"
description="Hear from our valued customers about their unforgettable experiences at Eliana's Brunch & Munch." description="Hear from our valued customers about their unforgettable experiences at Eliana's Brunch & Munch."
@@ -363,30 +218,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Do you take reservations?", content: "Yes, we highly recommend making a reservation, especially for weekend brunch, to ensure you get a table. You can book through our website or by calling us directly."},
title: "Do you take reservations?",
content: "Yes, we highly recommend making a reservation, especially for weekend brunch, to ensure you get a table. You can book through our website or by calling us directly.",
},
{ {
id: "q2", id: "q2", title: "What are your operating hours?", content: "We are open Monday to Friday from 9 AM to 3 PM, and Saturday to Sunday from 9 AM to 4 PM. We are closed on bank holidays."},
title: "What are your operating hours?",
content: "We are open Monday to Friday from 9 AM to 3 PM, and Saturday to Sunday from 9 AM to 4 PM. We are closed on bank holidays.",
},
{ {
id: "q3", id: "q3", title: "Do you offer vegetarian or vegan options?", content: "Absolutely! Our menu includes a variety of delicious vegetarian and vegan dishes. Please inform our staff about any dietary restrictions, and we'll be happy to assist."},
title: "Do you offer vegetarian or vegan options?",
content: "Absolutely! Our menu includes a variety of delicious vegetarian and vegan dishes. Please inform our staff about any dietary restrictions, and we'll be happy to assist.",
},
{ {
id: "q4", id: "q4", title: "Is Eliana's child-friendly?", content: "Yes, families are welcome at Eliana's. We have high chairs available and a kid-friendly menu. Please note, our busiest times are weekends."},
title: "Is Eliana's child-friendly?",
content: "Yes, families are welcome at Eliana's. We have high chairs available and a kid-friendly menu. Please note, our busiest times are weekends.",
},
{ {
id: "q5", id: "q5", title: "Do you have outdoor seating?", content: "Yes, we have a charming outdoor seating area perfect for enjoying your meal on sunny days. It operates on a first-come, first-served basis."},
title: "Do you have outdoor seating?",
content: "Yes, we have a charming outdoor seating area perfect for enjoying your meal on sunny days. It operates on a first-come, first-served basis.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find quick answers to common queries about our cafe, menu, and services." description="Find quick answers to common queries about our cafe, menu, and services."
@@ -398,8 +238,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Visit Us" tag="Visit Us"
title="Experience Eliana's for Yourself" title="Experience Eliana's for Yourself"
description="Located at 1087 Chester Rd, Birmingham B24 0PP. Come by for a luxury brunch or send us a message below!" description="Located at 1087 Chester Rd, Birmingham B24 0PP. Come by for a luxury brunch or send us a message below!"
@@ -414,58 +253,35 @@ export default function LandingPage() {
logoText="Eliana's Brunch & Munch" logoText="Eliana's Brunch & Munch"
columns={[ columns={[
{ {
title: "Menu", title: "Menu", items: [
items: [
{ {
label: "Brunch", label: "Brunch", href: "#menu"},
href: "#menu",
},
{ {
label: "Lunch", label: "Lunch", href: "#menu"},
href: "#menu",
},
{ {
label: "Pastries", label: "Pastries", href: "#features"},
href: "#features",
},
{ {
label: "Coffee", label: "Coffee", href: "#features"},
href: "#features",
},
], ],
}, },
{ {
title: "About", title: "About", items: [
items: [
{ {
label: "Our Story", label: "Our Story", href: "#about"},
href: "#about",
},
{ {
label: "Reviews", label: "Reviews", href: "#reviews"},
href: "#reviews",
},
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
], ],
}, },
{ {
title: "Visit", title: "Visit", items: [
items: [
{ {
label: "Location", label: "Location", href: "#contact"},
href: "#contact",
},
{ {
label: "Reservations", label: "Reservations", href: "#contact"},
href: "#contact",
},
{ {
label: "Contact Us", label: "Contact Us", href: "#contact"},
href: "#contact",
},
], ],
}, },
]} ]}