Update src/app/page.tsx

This commit is contained in:
2026-06-11 11:10:47 +00:00
parent 7727b036d2
commit 133f169082

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "Menu", name: "Menu", id: "#menu"},
id: "#menu",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Reviews", name: "Reviews", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Lily House Cafe" brandName="Lily House Cafe"
/> />
@@ -59,32 +49,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Lily House Cafe" title="Lily House Cafe"
description="Your Cozy Corner in West Walk, Doha. Experience exceptional coffee, delightful pastries, and a warm ambiance that feels just like home." description="Your Cozy Corner in West Walk, Doha. Experience exceptional coffee, delightful pastries, and a warm ambiance that feels just like home."
tag="Est. 2023" tag="Est. 2023"
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-coffee-shop_74190-2676.jpg", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-coffee-shop_74190-2676.jpg", imageAlt: "Cozy cafe interior with comfortable seating"},
imageAlt: "Cozy cafe interior with comfortable seating",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-coffee_23-2148865576.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-coffee_23-2148865576.jpg", imageAlt: "Perfectly crafted latte with foam art"}
imageAlt: "Perfectly crafted latte with foam art",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg",
imageAlt: "abstract blur in coffee shop",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe-hotel-decorated-with-green-plants-flowers_181624-37913.jpg",
imageAlt: "Cozy cafe in the hotel decorated with green plants and flowers",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg",
imageAlt: "Cozy cafe",
},
]} ]}
mediaAnimation="opacity" mediaAnimation="opacity"
rating={4.4} rating={4.4}
@@ -109,35 +82,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", title: "Inviting Outdoor Seating", tags: [
title: "Inviting Outdoor Seating", "Relax", "Al Fresco"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/woman-with-daughter-porch_23-2147663772.jpg", imageAlt: "People enjoying coffee in an outdoor seating area"},
"Relax",
"Al Fresco",
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-daughter-porch_23-2147663772.jpg",
imageAlt: "People enjoying coffee in an outdoor seating area",
},
{ {
id: "f2", id: "f2", title: "Artisan Pastries & Sweets", tags: [
title: "Artisan Pastries & Sweets", "Freshly Baked", "Daily"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissants-with-fruits_23-2148354688.jpg", imageAlt: "Assortment of freshly baked croissants and pastries"},
"Freshly Baked",
"Daily",
],
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-croissants-with-fruits_23-2148354688.jpg",
imageAlt: "Assortment of freshly baked croissants and pastries",
},
{ {
id: "f3", id: "f3", title: "Premium Coffee Selection", tags: [
title: "Premium Coffee Selection", "Specialty", "Ethically Sourced"],
tags: [ imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-ground-powder_114579-65435.jpg", imageAlt: "Barista preparing coffee with a high-end espresso machine"},
"Specialty",
"Ethically Sourced",
],
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-ground-powder_114579-65435.jpg",
imageAlt: "Barista preparing coffee with a high-end espresso machine",
},
]} ]}
title="Our Signature Experiences" title="Our Signature Experiences"
description="Discover what makes Lily House Cafe a cherished destination for locals and visitors seeking quality, comfort, and delicious moments." description="Discover what makes Lily House Cafe a cherished destination for locals and visitors seeking quality, comfort, and delicious moments."
@@ -152,53 +107,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Signature Latte", price: "QAR 25", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4900.jpg", imageAlt: "A beautifully poured latte with foam art"},
name: "Signature Latte",
price: "QAR 25",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4900.jpg",
imageAlt: "A beautifully poured latte with foam art",
},
{ {
id: "p2", id: "p2", name: "Gourmet Club Sandwich", price: "QAR 45", variant: "Chicken & Avocado", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-salad-beside_23-2148454729.jpg", imageAlt: "A fresh and hearty gourmet club sandwich"},
name: "Gourmet Club Sandwich",
price: "QAR 45",
variant: "Chicken & Avocado",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-salad-beside_23-2148454729.jpg",
imageAlt: "A fresh and hearty gourmet club sandwich",
},
{ {
id: "p3", id: "p3", name: "Mediterranean Salad", price: "QAR 40", variant: "Fresh Greens", imageSrc: "http://img.b2bpic.net/free-photo/meal-one-woman-gourmet-restaurant_1301-3243.jpg", imageAlt: "A vibrant Mediterranean salad in a bowl"},
name: "Mediterranean Salad",
price: "QAR 40",
variant: "Fresh Greens",
imageSrc: "http://img.b2bpic.net/free-photo/meal-one-woman-gourmet-restaurant_1301-3243.jpg",
imageAlt: "A vibrant Mediterranean salad in a bowl",
},
{ {
id: "p4", id: "p4", name: "Chocolate Croissant", price: "QAR 20", variant: "Warm & Flaky", imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-little-round-cake-with-fresh-raspberries-inside-plate-with-tea-dark-blue-surface_140725-43971.jpg", imageAlt: "A delicious chocolate croissant"},
name: "Chocolate Croissant",
price: "QAR 20",
variant: "Warm & Flaky",
imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-little-round-cake-with-fresh-raspberries-inside-plate-with-tea-dark-blue-surface_140725-43971.jpg",
imageAlt: "A delicious chocolate croissant",
},
{ {
id: "p5", id: "p5", name: "Caramel Cheesecake", price: "QAR 35", variant: "Rich & Creamy", imageSrc: "http://img.b2bpic.net/free-photo/homemade-summer-berry-tar-pie-different-berries-golden-raspberry-blackberry-red-currant-raspberry-black-currant-top-view_114579-1574.jpg", imageAlt: "A slice of decadent caramel cheesecake"},
name: "Caramel Cheesecake",
price: "QAR 35",
variant: "Rich & Creamy",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-summer-berry-tar-pie-different-berries-golden-raspberry-blackberry-red-currant-raspberry-black-currant-top-view_114579-1574.jpg",
imageAlt: "A slice of decadent caramel cheesecake",
},
{ {
id: "p6", id: "p6", name: "Fresh Berry Smoothie", price: "QAR 30", variant: "Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-fresh-orange-juice-breakfast-kitchen_169016-50226.jpg", imageAlt: "A glass of vibrant fresh berry smoothie"},
name: "Fresh Berry Smoothie",
price: "QAR 30",
variant: "Refreshing",
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-fresh-orange-juice-breakfast-kitchen_169016-50226.jpg",
imageAlt: "A glass of vibrant fresh berry smoothie",
},
]} ]}
title="Savor Our Diverse Menu" title="Savor Our Diverse Menu"
description="Explore a selection of our most popular dishes and beverages, crafted with care and the freshest, locally-sourced ingredients." description="Explore a selection of our most popular dishes and beverages, crafted with care and the freshest, locally-sourced ingredients."
@@ -211,50 +130,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", title: "A True Gem in West Walk!", quote: "Lily House Cafe is my go-to spot for an amazing coffee and a peaceful ambiance. The staff are always friendly, and their pastries are to die for!", name: "Sarah J.", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg", imageAlt: "Portrait of Sarah J."},
title: "A True Gem in West Walk!",
quote: "Lily House Cafe is my go-to spot for an amazing coffee and a peaceful ambiance. The staff are always friendly, and their pastries are to die for!",
name: "Sarah J.",
role: "Regular Customer",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
imageAlt: "Portrait of Sarah J.",
},
{ {
id: "t2", id: "t2", title: "Best Coffee in Doha", quote: "I've tried many cafes, but Lily House Cafe truly stands out. The coffee is consistently excellent, and their outdoor seating is perfect for a relaxed afternoon.", name: "Omar K.", role: "Coffee Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/young-man-drinking-coffee-caf_23-2147955434.jpg", imageAlt: "Portrait of Omar K."},
title: "Best Coffee in Doha",
quote: "I've tried many cafes, but Lily House Cafe truly stands out. The coffee is consistently excellent, and their outdoor seating is perfect for a relaxed afternoon.",
name: "Omar K.",
role: "Coffee Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-drinking-coffee-caf_23-2147955434.jpg",
imageAlt: "Portrait of Omar K.",
},
{ {
id: "t3", id: "t3", title: "Delightful Experience Every Time", quote: "From their delicious breakfast options to their cozy interior, everything about Lily House Cafe is wonderful. Highly recommend their avocado toast!", name: "Fatima A.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/overjoyed-two-women-laugh-happily-while-share-opininos-about-planning-project-communicate-coffee-break-write-records-organizer-eat-delicious-dessert-wear-casual-clothes-spectacles_273609-29065.jpg", imageAlt: "Portrait of Fatima A."},
title: "Delightful Experience Every Time",
quote: "From their delicious breakfast options to their cozy interior, everything about Lily House Cafe is wonderful. Highly recommend their avocado toast!",
name: "Fatima A.",
role: "Food Blogger",
imageSrc: "http://img.b2bpic.net/free-photo/overjoyed-two-women-laugh-happily-while-share-opininos-about-planning-project-communicate-coffee-break-write-records-organizer-eat-delicious-dessert-wear-casual-clothes-spectacles_273609-29065.jpg",
imageAlt: "Portrait of Fatima A.",
},
{ {
id: "t4", id: "t4", title: "My Favorite Work Spot", quote: "The serene atmosphere and reliable Wi-Fi make Lily House Cafe the ideal place to get work done. Plus, their specialty teas are fantastic.", name: "Ahmed S.", role: "Freelancer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-online-tutor-businessman-working-cafe-remotely-waving-hand_1258-245358.jpg", imageAlt: "Portrait of Ahmed S."},
title: "My Favorite Work Spot",
quote: "The serene atmosphere and reliable Wi-Fi make Lily House Cafe the ideal place to get work done. Plus, their specialty teas are fantastic.",
name: "Ahmed S.",
role: "Freelancer",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-online-tutor-businessman-working-cafe-remotely-waving-hand_1258-245358.jpg",
imageAlt: "Portrait of Ahmed S.",
},
{ {
id: "t5", id: "t5", title: "Exceptional Service and Quality", quote: "The team at Lily House Cafe goes above and beyond. The food is fresh, the coffee is perfect, and the overall experience always leaves me smiling.", name: "Hana R.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-dessert-drink-cafe_273609-3998.jpg", imageAlt: "Portrait of Hana R."},
title: "Exceptional Service and Quality",
quote: "The team at Lily House Cafe goes above and beyond. The food is fresh, the coffee is perfect, and the overall experience always leaves me smiling.",
name: "Hana R.",
role: "Local Resident",
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-dessert-drink-cafe_273609-3998.jpg",
imageAlt: "Portrait of Hana R.",
},
]} ]}
title="What Our Valued Guests Say" title="What Our Valued Guests Say"
description="Our commitment to quality, comfort, and exceptional service shines through in every glowing review we receive from our community." description="Our commitment to quality, comfort, and exceptional service shines through in every glowing review we receive from our community."
@@ -266,14 +150,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Local Favorite", "Local Favorite", "Community Hub", "Quality Focused", "Relaxed Ambiance", "Fresh Ingredients", "Customer Approved", "Exceptional Service"]}
"Community Hub",
"Quality Focused",
"Relaxed Ambiance",
"Fresh Ingredients",
"Customer Approved",
"Exceptional Service",
]}
title="Loved by Our Community" title="Loved by Our Community"
description="We are proud to be a local favorite, built on principles of quality, comfort, and a genuine passion for hospitality." description="We are proud to be a local favorite, built on principles of quality, comfort, and a genuine passion for hospitality."
/> />
@@ -285,25 +162,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "What are your opening hours?", content: "Lily House Cafe is open daily from 7 AM to 12 AM, offering a perfect spot for early birds and late-night gatherings."},
title: "What are your opening hours?",
content: "Lily House Cafe is open daily from 7 AM to 12 AM, offering a perfect spot for early birds and late-night gatherings.",
},
{ {
id: "q2", id: "q2", title: "Do you offer outdoor seating?", content: "Yes, we have a lovely outdoor seating area perfect for enjoying the Doha weather while sipping your favorite coffee or having a meal."},
title: "Do you offer outdoor seating?",
content: "Yes, we have a lovely outdoor seating area perfect for enjoying the Doha weather while sipping your favorite coffee or having a meal.",
},
{ {
id: "q3", id: "q3", title: "Can I make a reservation?", content: "We primarily operate on a walk-in basis, but for larger groups or special events, please contact us directly to discuss reservation options."},
title: "Can I make a reservation?",
content: "We primarily operate on a walk-in basis, but for larger groups or special events, please contact us directly to discuss reservation options.",
},
{ {
id: "q4", id: "q4", title: "Do you have vegan or gluten-free options?", content: "Yes, our menu includes a variety of vegan and gluten-free options. Please ask our staff for today's specials and recommendations."},
title: "Do you have vegan or gluten-free options?",
content: "Yes, our menu includes a variety of vegan and gluten-free options. Please ask our staff for today's specials and recommendations.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find quick answers to common inquiries about Lily House Cafe, from opening hours to menu options and services." description="Find quick answers to common inquiries about Lily House Cafe, from opening hours to menu options and services."
@@ -318,27 +183,16 @@ export default function LandingPage() {
description="We'd love to hear from you! Whether you're looking to book a table, have a question about our menu, or simply want to say hello, our team is ready to assist." description="We'd love to hear from you! Whether you're looking to book a table, have a question about our menu, or simply want to say hello, our team is ready to assist."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Your Phone (Optional)"},
type: "tel",
placeholder: "Your Phone (Optional)",
},
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Your Message", rows: 4,
placeholder: "Your Message",
rows: 4,
required: true, required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/happy-friends-front-bar_23-2147680611.jpg" imageSrc="http://img.b2bpic.net/free-photo/happy-friends-front-bar_23-2147680611.jpg"
@@ -352,54 +206,33 @@ export default function LandingPage() {
logoText="Lily House Cafe" logoText="Lily House Cafe"
columns={[ columns={[
{ {
title: "Explore", title: "Explore", items: [
items: [
{ {
label: "Home", label: "Home", href: "#hero"},
href: "#hero",
},
{ {
label: "Menu", label: "Menu", href: "#menu"},
href: "#menu",
},
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ {
label: "Reviews", label: "Reviews", href: "#testimonials"},
href: "#testimonials",
},
{ {
label: "Contact Us", label: "Contact Us", href: "#contact"},
href: "#contact",
},
{ {
label: "Instagram", label: "Instagram", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Visit Us", title: "Visit Us", items: [
items: [
{ {
label: "West Walk, Al Sidr Street", label: "West Walk, Al Sidr Street", href: "https://www.google.com/maps/search/Lily+House+Cafe+West+Walk"},
href: "https://www.google.com/maps/search/Lily+House+Cafe+West+Walk",
},
{ {
label: "Doha, Qatar", label: "Doha, Qatar", href: "https://www.google.com/maps/search/Lily+House+Cafe+West+Walk"},
href: "https://www.google.com/maps/search/Lily+House+Cafe+West+Walk",
},
{ {
label: "+974 7722 0797", label: "+974 7722 0797", href: "tel:+97477220797"},
href: "tel:+97477220797",
},
], ],
}, },
]} ]}