Merge version_1_1781515932654 into main #3

Merged
bender merged 2 commits from version_1_1781515932654 into main 2026-06-15 09:43:42 +00:00

View File

@@ -12,283 +12,169 @@ 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">
<HeroBrand
brand="NOT JUST COFFEE. A DUBAI DRIVE-THRU CULTURE."
description="Crafted coffee. Viral desserts. Unforgettable moments."
primaryButton={{
text: "Order Now",
href: "#menu",
}}
secondaryButton={{
text: "View Menu",
href: "#menu",
}}
videoSrc="http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-aeropress_176420-14736.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-aeropress_176420-14736.jpg?_wi=2"
/>
</SectionErrorBoundary>
</div>
brand="NOT JUST COFFEE. A DUBAI DRIVE-THRU CULTURE."
description="Crafted coffee. Viral desserts. Unforgettable moments."
primaryButton={{
text: "Order Now", href: "#menu"}}
secondaryButton={{
text: "View Menu", href: "#menu"}}
videoSrc="http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-aeropress_176420-14736.jpg"
/>
</SectionErrorBoundary>
</div>
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutFeaturesSplit
tag="WORTH THE WAIT"
title="Experience Rationed"
description="Thousands visit Rationed for one reason: Because every cup and every dessert is made to leave an impression."
items={[
{
icon: Coffee,
title: "Specialty Coffee",
description: "Hand-crafted blends for the modern driver.",
},
{
icon: Leaf,
title: "Signature Matcha",
description: "Authentic, premium matcha rituals.",
},
{
icon: Cake,
title: "Fresh Daily Desserts",
description: "Hand-made viral favorites every morning.",
},
{
icon: Car,
title: "Drive-Thru Experience",
description: "Seamless luxury at your window.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-yogurt-with-granola-banana_23-2148566816.jpg"
/>
</SectionErrorBoundary>
</div>
tag="WORTH THE WAIT"
title="Experience Rationed"
description="Thousands visit Rationed for one reason: Because every cup and every dessert is made to leave an impression."
items={[
{
icon: "Coffee", title: "Specialty Coffee", description: "Hand-crafted blends for the modern driver."},
{
icon: "Leaf", title: "Signature Matcha", description: "Authentic, premium matcha rituals."},
{
icon: "Cake", title: "Fresh Daily Desserts", description: "Hand-made viral favorites every morning."},
{
icon: "Car", title: "Drive-Thru Experience", description: "Seamless luxury at your window."},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-yogurt-with-granola-banana_23-2148566816.jpg"
/>
</SectionErrorBoundary>
</div>
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesArrowCards
tag="CULTURE"
title="The Rationed Lifestyle"
description="A refined atmosphere where automotive passion meets culinary excellence."
items={[
{
title: "Coffee Craft",
tags: [
"Specialty",
"Fresh",
],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-white-coffee-cup-wooden-table_53876-31719.jpg",
},
{
title: "Matcha Rituals",
tags: [
"Authentic",
"Premium",
],
imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150768968.jpg",
},
{
title: "Dessert Art",
tags: [
"Viral",
"Fresh",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-nougat-sliced-with-nuts-fresh-red-strawberries-white-surface_140725-115414.jpg",
},
{
title: "Modern Drive-Thru",
tags: [
"Fast",
"Lux",
],
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-mean-transportation-ultra-modern-city_23-2151065390.jpg",
},
{
title: "Perfect Extraction",
tags: [
"Precision",
"Elite",
],
imageSrc: "http://img.b2bpic.net/free-photo/high-view-cold-coffee-with-cookies-blurred-grinder_23-2148441200.jpg",
},
{
title: "Upscale Lounge",
tags: [
"Atmosphere",
"Night",
],
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-table-by-laptop_1303-24019.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="CULTURE"
title="The Rationed Lifestyle"
description="A refined atmosphere where automotive passion meets culinary excellence."
items={[
{
title: "Coffee Craft", tags: ["Specialty", "Fresh"],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-white-coffee-cup-wooden-table_53876-31719.jpg"},
{
title: "Matcha Rituals", tags: ["Authentic", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/green-matcha-tea-still-life_23-2150768968.jpg"},
{
title: "Dessert Art", tags: ["Viral", "Fresh"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-nougat-sliced-with-nuts-fresh-red-strawberries-white-surface_140725-115414.jpg"},
{
title: "Modern Drive-Thru", tags: ["Fast", "Lux"],
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-mean-transportation-ultra-modern-city_23-2151065390.jpg"},
{
title: "Perfect Extraction", tags: ["Precision", "Elite"],
imageSrc: "http://img.b2bpic.net/free-photo/high-view-cold-coffee-with-cookies-blurred-grinder_23-2148441200.jpg"},
{
title: "Upscale Lounge", tags: ["Atmosphere", "Night"],
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-table-by-laptop_1303-24019.jpg"},
]}
/>
</SectionErrorBoundary>
</div>
<div id="product" data-section="product">
<SectionErrorBoundary name="product">
<div id="product" data-section="product">
<SectionErrorBoundary name="product">
<FeaturesRevealCardsBento
tag="COLLECTION"
title="Signature Collection"
description="The viral sensations and signature blends that define Rationed."
items={[
{
title: "Banana Pudding",
description: "Our most viral dessert, layered to perfection.",
href: "#order",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-concept_23-2148578400.jpg",
},
{
title: "Coconut Matcha",
description: "A refreshing twist on signature matcha.",
href: "#order",
imageSrc: "http://img.b2bpic.net/free-photo/khinkali-dough-iwth-stuffings-chopped-herbs-white-bowl_114579-76379.jpg",
},
{
title: "Spanish Cortado",
description: "Bold espresso with perfectly textured milk.",
href: "#order",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-assortment_23-2148993584.jpg",
},
{
title: "Coconut Pudding",
description: "Light, airy, and delicately sweet.",
href: "#order",
imageSrc: "http://img.b2bpic.net/free-photo/salad-put-jelly-roll-served-white-plate_1304-4656.jpg",
},
{
title: "Chocolate Cake",
description: "Rich, decadent, and perfectly balanced.",
href: "#order",
imageSrc: "http://img.b2bpic.net/free-photo/cake-glass-arrangement-with-copy-space_23-2149030730.jpg",
},
{
title: "Seasonal Tart",
description: "Freshly baked daily for refined tastes.",
href: "#order",
imageSrc: "http://img.b2bpic.net/free-photo/pistachios-dessert-with-crackers-pomegranate-chocolate-top-side-view_141793-3176.jpg",
},
{
title: "Signature Brew",
description: "Our premium house roast for true connoisseurs.",
href: "#order",
imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244122.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="COLLECTION"
title="Signature Collection"
description="The viral sensations and signature blends that define Rationed."
items={[
{
title: "Banana Pudding", description: "Our most viral dessert, layered to perfection.", href: "#order", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-concept_23-2148578400.jpg"},
{
title: "Coconut Matcha", description: "A refreshing twist on signature matcha.", href: "#order", imageSrc: "http://img.b2bpic.net/free-photo/khinkali-dough-iwth-stuffings-chopped-herbs-white-bowl_114579-76379.jpg"},
{
title: "Spanish Cortado", description: "Bold espresso with perfectly textured milk.", href: "#order", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-assortment_23-2148993584.jpg"},
{
title: "Coconut Pudding", description: "Light, airy, and delicately sweet.", href: "#order", imageSrc: "http://img.b2bpic.net/free-photo/salad-put-jelly-roll-served-white-plate_1304-4656.jpg"},
{
title: "Chocolate Cake", description: "Rich, decadent, and perfectly balanced.", href: "#order", imageSrc: "http://img.b2bpic.net/free-photo/cake-glass-arrangement-with-copy-space_23-2149030730.jpg"},
{
title: "Seasonal Tart", description: "Freshly baked daily for refined tastes.", href: "#order", imageSrc: "http://img.b2bpic.net/free-photo/pistachios-dessert-with-crackers-pomegranate-chocolate-top-side-view_141793-3176.jpg"},
{
title: "Signature Brew", description: "Our premium house roast for true connoisseurs.", href: "#order", imageSrc: "http://img.b2bpic.net/free-photo/easter-coffee-decorations-still-life_23-2150244122.jpg"},
]}
/>
</SectionErrorBoundary>
</div>
<div id="testimonial" data-section="testimonial">
<SectionErrorBoundary name="testimonial">
<div id="testimonial" data-section="testimonial">
<SectionErrorBoundary name="testimonial">
<TestimonialRatingCards
tag="VOICES"
title="Rationed In Motion"
description="What our guests in Nad Al Sheba are saying."
testimonials={[
{
name: "Khalid A.",
role: "Automotive Enthusiast",
quote: "The best drive-thru experience in Dubai. The pudding is genuinely viral for a reason.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/conversation-cafe_1098-15113.jpg",
},
{
name: "Sarah M.",
role: "Matcha Lover",
quote: "Matches the atmosphere of a high-end lounge, perfectly placed for a late drive.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-driving-his-car-night-time-talking-phone_1303-17084.jpg",
},
{
name: "Ahmed H.",
role: "Coffee Connoisseur",
quote: "Cortado is perfection. This is not just coffee; it's a full lifestyle experience.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleasantly-surprised-girl-having-phone-conversation-eating-dessert-drinking-coffee_8353-6234.jpg",
},
{
name: "Fatima Z.",
role: "Dessert Explorer",
quote: "Finally, a drive-thru that cares about quality as much as speed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-men-taking-selfie_23-2148320221.jpg",
},
{
name: "Omar K.",
role: "Regular Guest",
quote: "Consistently excellent. The night atmosphere is unmatched in Nad Al Sheba.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-hat-waist-bag-relaxing-cafe-free-time-with-mobile-phone_627829-5382.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="VOICES"
title="Rationed In Motion"
description="What our guests in Nad Al Sheba are saying."
testimonials={[
{
name: "Khalid A.", role: "Automotive Enthusiast", quote: "The best drive-thru experience in Dubai. The pudding is genuinely viral for a reason.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/conversation-cafe_1098-15113.jpg"},
{
name: "Sarah M.", role: "Matcha Lover", quote: "Matches the atmosphere of a high-end lounge, perfectly placed for a late drive.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-driving-his-car-night-time-talking-phone_1303-17084.jpg"},
{
name: "Ahmed H.", role: "Coffee Connoisseur", quote: "Cortado is perfection. This is not just coffee; it's a full lifestyle experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleasantly-surprised-girl-having-phone-conversation-eating-dessert-drinking-coffee_8353-6234.jpg"},
{
name: "Fatima Z.", role: "Dessert Explorer", quote: "Finally, a drive-thru that cares about quality as much as speed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-men-taking-selfie_23-2148320221.jpg"},
{
name: "Omar K.", role: "Regular Guest", quote: "Consistently excellent. The night atmosphere is unmatched in Nad Al Sheba.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-hat-waist-bag-relaxing-cafe-free-time-with-mobile-phone_627829-5382.jpg"},
]}
/>
</SectionErrorBoundary>
</div>
<div id="instagram" data-section="instagram">
<SectionErrorBoundary name="instagram">
<div id="instagram" data-section="instagram">
<SectionErrorBoundary name="instagram">
<SocialProofMarquee
tag="LIVE"
title="Live From Instagram"
description="Follow our journey through daily fresh moments."
names={[
"@r.ationed",
"ArtisanCoffee",
"DubaiVibes",
"ViralDesserts",
"NadAlSheba",
"LifestyleBrand",
"DriveThruCulture",
]}
/>
</SectionErrorBoundary>
</div>
tag="LIVE"
title="Live From Instagram"
description="Follow our journey through daily fresh moments."
names={[
"@r.ationed", "ArtisanCoffee", "DubaiVibes", "ViralDesserts", "NadAlSheba", "LifestyleBrand", "DriveThruCulture"]}
/>
</SectionErrorBoundary>
</div>
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqSplitMedia
tag="INFO"
title="Frequently Asked"
description="Everything you need to know about your Rationed experience."
items={[
{
question: "Are you open daily?",
answer: "Yes, we are open daily to serve your specialty coffee and dessert cravings.",
},
{
question: "Where are you located?",
answer: "We are located in the heart of Nad Al Sheba, Dubai.",
},
{
question: "Is the drive-thru always available?",
answer: "Yes, our drive-thru service is our hallmark, ensuring luxury coffee on the go.",
},
{
question: "Do you offer vegan options?",
answer: "We have selected premium plant-based milk alternatives for our coffee and matcha menu.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-end-professional-cabinet-used-psychotherapy-meetings_482257-117710.jpg"
/>
</SectionErrorBoundary>
</div>
tag="INFO"
title="Frequently Asked"
description="Everything you need to know about your Rationed experience."
items={[
{
question: "Are you open daily?", answer: "Yes, we are open daily to serve your specialty coffee and dessert cravings."},
{
question: "Where are you located?", answer: "We are located in the heart of Nad Al Sheba, Dubai."},
{
question: "Is the drive-thru always available?", answer: "Yes, our drive-thru service is our hallmark, ensuring luxury coffee on the go."},
{
question: "Do you offer vegan options?", answer: "We have selected premium plant-based milk alternatives for our coffee and matcha menu."},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-end-professional-cabinet-used-psychotherapy-meetings_482257-117710.jpg"
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="SKIP THE SCROLL"
text="Experience the culture. Experience Rationed."
primaryButton={{
text: "Order Now",
href: "#order",
}}
secondaryButton={{
text: "Get Directions",
href: "https://maps.google.com",
}}
/>
</SectionErrorBoundary>
</div>
tag="SKIP THE SCROLL"
text="Experience the culture. Experience Rationed."
primaryButton={{
text: "Order Now", href: "#order"}}
secondaryButton={{
text: "Get Directions", href: "https://maps.google.com"}}
/>
</SectionErrorBoundary>
</div>
</>
);
}