Merge version_1_1782138412400 into main #4
@@ -6,149 +6,162 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent
|
||||
import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards';
|
||||
import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards';
|
||||
import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroTiltedCards
|
||||
tag="Doha's Finest"
|
||||
title="A Legacy of Sweet Traditions"
|
||||
description="Experience the authentic taste of traditional Halwa and premium coffee in an atmosphere of timeless Qatari elegance."
|
||||
primaryButton={{
|
||||
text: "Explore Menu", href: "#products"}}
|
||||
secondaryButton={{
|
||||
text: "Visit Location", href: "#contact"}}
|
||||
items={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/traditional-turkish-delight-oriental-sweets_114579-11320.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-turkish-sweets-shop_107420-94720.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5437.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-cheesecake-wooden-table-front-cushion-against-white-wall_23-2148067198.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/table-with-presents-gifts-traditional-indian-wedding-ceremony_8353-9778.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Doha's Finest"
|
||||
title="A Legacy of Sweet Traditions"
|
||||
description="Experience the authentic taste of traditional Halwa and premium coffee in an atmosphere of timeless Qatari elegance."
|
||||
primaryButton={{ text: "Explore Menu", href: "#products" }}
|
||||
secondaryButton={{ text: "Visit Location", href: "#contact" }}
|
||||
items={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/traditional-turkish-delight-oriental-sweets_114579-11320.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-turkish-sweets-shop_107420-94720.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-restaurant_1339-5437.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-cheesecake-wooden-table-front-cushion-against-white-wall_23-2148067198.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/table-with-presents-gifts-traditional-indian-wedding-ceremony_8353-9778.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutTestimonial
|
||||
tag="Our Story"
|
||||
quote="Halwa Café brings the deep-rooted essence of traditional Qatari sweets into a modern, serene space. We believe every piece of Halwa tells a story of heritage and quality."
|
||||
author="Fatima Al-Hassan"
|
||||
role="Founder & Master Chef"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Story"
|
||||
quote="Halwa Café brings the deep-rooted essence of traditional Qatari sweets into a modern, serene space. We believe every piece of Halwa tells a story of heritage and quality."
|
||||
author="Fatima Al-Hassan"
|
||||
role="Founder & Master Chef"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesBento
|
||||
tag="Experience Excellence"
|
||||
title="Why Halwa Café Stands Out"
|
||||
description="We combine historical recipes with the finest ingredients to create an unforgettable dessert journey in Doha."
|
||||
features={[
|
||||
{
|
||||
title: "Artisanal Craft", description: "Hand-crafted sweets made daily using premium ingredients.", bentoComponent: "media-stack", mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sweet-egg-floss-table_1150-27255.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-chestnuts-close-up_23-2148395150.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/matcha-green-tea-bundt-cake-grey-stone-top-view-copy-space_114579-4222.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Traditional Flavors", description: "Authentic recipes passed down through generations.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
{ icon: "Star", label: "Quality", value: "100%" },
|
||||
{ icon: "Award", label: "Heritage", value: "Classic" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "The Perfect Sip", description: "Paired perfectly with our signature cardamom coffee.", bentoComponent: "orbiting-icons", centerIcon: "Coffee", orbitIcons: ["Cup", "Coffee", "Sparkles"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Experience Excellence"
|
||||
title="Why Halwa Café Stands Out"
|
||||
description="We combine historical recipes with the finest ingredients to create an unforgettable dessert journey in Doha."
|
||||
features={[
|
||||
{
|
||||
title: "Artisanal Craft", description: "Hand-crafted sweets made daily using premium ingredients.", bentoComponent: "media-stack", mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/sweet-egg-floss-table_1150-27255.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-chestnuts-close-up_23-2148395150.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/matcha-green-tea-bundt-cake-grey-stone-top-view-copy-space_114579-4222.jpg" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Traditional Flavors", description: "Authentic recipes passed down through generations.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
{ icon: "Star", label: "Quality", value: "100%" },
|
||||
{ icon: "Award", label: "Heritage", value: "Classic" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "The Perfect Sip", description: "Paired perfectly with our signature cardamom coffee.", bentoComponent: "orbiting-icons", centerIcon: "Coffee", orbitIcons: ["Cup", "Coffee", "Sparkles"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<FeaturesImageBento
|
||||
tag="Our Menu"
|
||||
title="Sweets & Pairings"
|
||||
description="Discover our signature selection of traditional sweets and gourmet beverages."
|
||||
items={[
|
||||
{ title: "Signature Saffron Halwa", description: "Our traditional recipe.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowls-with-granita-dessert-still-life_23-2149412317.jpg" },
|
||||
{ title: "Date Stuffed Treats", description: "Hand-picked local dates.", imageSrc: "http://img.b2bpic.net/free-photo/dates-fruit-bowl-with-turkish-delight_23-2148088433.jpg" },
|
||||
{ title: "Rose Water Infusion", description: "Delicate and refreshing.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-colomba-with-pistachio_23-2149341715.jpg" },
|
||||
{ title: "Cardamom Coffee", description: "Perfect aromatic pairing.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-with-pastries-ready-be-served_23-2148463976.jpg" },
|
||||
{ title: "Assorted Gift Box", description: "Perfect for gifting.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-heart-shaped-gift-box-with-delicious-macarons-dark-icy-background_140725-143475.jpg" },
|
||||
{ title: "Artisan Chocolates", description: "Modern fusion desserts.", imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7775.jpg" },
|
||||
{ title: "Signature Specialty", description: "Daily chef's special.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-cup-cupcakes_23-2150249755.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Menu"
|
||||
title="Sweets & Pairings"
|
||||
description="Discover our signature selection of traditional sweets and gourmet beverages."
|
||||
items={[
|
||||
{ title: "Signature Saffron Halwa", description: "Our traditional recipe.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowls-with-granita-dessert-still-life_23-2149412317.jpg" },
|
||||
{ title: "Date Stuffed Treats", description: "Hand-picked local dates.", imageSrc: "http://img.b2bpic.net/free-photo/dates-fruit-bowl-with-turkish-delight_23-2148088433.jpg" },
|
||||
{ title: "Rose Water Infusion", description: "Delicate and refreshing.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-colomba-with-pistachio_23-2149341715.jpg" },
|
||||
{ title: "Cardamom Coffee", description: "Perfect aromatic pairing.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-with-pastries-ready-be-served_23-2148463976.jpg" },
|
||||
{ title: "Assorted Gift Box", description: "Perfect for gifting.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-heart-shaped-gift-box-with-delicious-macarons-dark-icy-background_140725-143475.jpg" },
|
||||
{ title: "Artisan Chocolates", description: "Modern fusion desserts.", imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7775.jpg" },
|
||||
{ title: "Signature Specialty", description: "Daily chef's special.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-cup-cupcakes_23-2150249755.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsFeatureCards
|
||||
tag="Our Impact"
|
||||
title="Serving Doha Since 1995"
|
||||
description="A legacy built on passion and community."
|
||||
metrics={[
|
||||
{ value: "10k+", title: "Happy Customers", features: ["Doha locals", "Visitors", "Food lovers"] },
|
||||
{ value: "50+", title: "Authentic Recipes", features: ["Classic Halwa", "Sweets", "Pairings"] },
|
||||
{ value: "3", title: "Café Locations", features: ["Doha Central", "The Pearl", "West Bay"] }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Impact"
|
||||
title="Serving Doha Since 1995"
|
||||
description="A legacy built on passion and community."
|
||||
metrics={[
|
||||
{ value: "10k+", title: "Happy Customers", features: ["Doha locals", "Visitors", "Food lovers"] },
|
||||
{ value: "50+", title: "Authentic Recipes", features: ["Classic Halwa", "Sweets", "Pairings"] },
|
||||
{ value: "3", title: "Café Locations", features: ["Doha Central", "The Pearl", "West Bay"] }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialOverlayCards
|
||||
tag="Our Guests"
|
||||
title="Stories from the Café"
|
||||
description="Hear what our regulars say about their Halwa Café experience."
|
||||
testimonials={[
|
||||
{ name: "Ahmed M.", role: "Frequent Visitor", company: "Doha Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-good-looking-office-lady-enjoying-hot-coffee-holding-cup-sitttin-cafe-alone_197531-22846.jpg" },
|
||||
{ name: "Sara K.", role: "Food Blogger", company: "Qatar Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg" },
|
||||
{ name: "Omar J.", role: "Businessman", company: "Local Patron", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9047.jpg" },
|
||||
{ name: "Leila H.", role: "Guest", company: "Tourism Doha", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg" },
|
||||
{ name: "Zaid B.", role: "Coffee Connoisseur", company: "Frequent Diner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blue-wall-celebrates-birthday-holds-piece-cake-happy-bites-cake_343596-7525.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Guests"
|
||||
title="Stories from the Café"
|
||||
description="Hear what our regulars say about their Halwa Café experience."
|
||||
testimonials={[
|
||||
{ name: "Ahmed M.", role: "Frequent Visitor", company: "Doha Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-good-looking-office-lady-enjoying-hot-coffee-holding-cup-sitttin-cafe-alone_197531-22846.jpg" },
|
||||
{ name: "Sara K.", role: "Food Blogger", company: "Qatar Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg" },
|
||||
{ name: "Omar J.", role: "Businessman", company: "Local Patron", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9047.jpg" },
|
||||
{ name: "Leila H.", role: "Guest", company: "Tourism Doha", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg" },
|
||||
{ name: "Zaid B.", role: "Coffee Connoisseur", company: "Frequent Diner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blue-wall-celebrates-birthday-holds-piece-cake-happy-bites-cake_343596-7525.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqTwoColumn
|
||||
tag="FAQ"
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our cafe."
|
||||
items={[
|
||||
{ question: "Are your sweets gluten-free?", answer: "Some are, please check the menu display." },
|
||||
{ question: "Do you offer catering?", answer: "Yes, for events across Doha." },
|
||||
{ question: "What are your opening hours?", answer: "We are open daily from 8 AM to 11 PM." },
|
||||
{ question: "Can I pre-order gift boxes?", answer: "Yes, please call us to reserve yours." }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="FAQ"
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our cafe."
|
||||
items={[
|
||||
{ question: "Are your sweets gluten-free?", answer: "Some are, please check the menu display." },
|
||||
{ question: "Do you offer catering?", answer: "Yes, for events across Doha." },
|
||||
{ question: "What are your opening hours?", answer: "We are open daily from 8 AM to 11 PM." },
|
||||
{ question: "Can I pre-order gift boxes?", answer: "Yes, please call us to reserve yours." }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Visit Us"
|
||||
text="Ready to experience Doha's premium traditional Halwa? Join us today for a unique dessert experience."
|
||||
primaryButton={{ text: "Get Directions", href: "#" }}
|
||||
secondaryButton={{ text: "Call Us", href: "tel:+97444444444" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Visit Us"
|
||||
text="Ready to experience Doha's premium traditional Halwa? Join us today for a unique dessert experience."
|
||||
primaryButton={{ text: "Get Directions", href: "#" }}
|
||||
secondaryButton={{ text: "Call Us", href: "tel:+97444444444" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<SectionErrorBoundary name="footer">
|
||||
<FooterSimple
|
||||
brand="Halwa Café"
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "Traditional Halwa", href: "#products" }, { label: "Coffee Selection", href: "#products" }] },
|
||||
{ title: "About", items: [{ label: "Our Heritage", href: "#about" }, { label: "Contact Us", href: "#contact" }] }
|
||||
]}
|
||||
copyright="© 2024 Halwa Café. Doha, Qatar."
|
||||
links={[{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user