Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-15 01:10:15 +00:00
parent b7e9f96378
commit 4e663622ed

View File

@@ -10,195 +10,109 @@ 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">
<HeroCenteredLogos
title="911: The Fast Lane to Flavor"
description="Ready to eat? Shawarma so fast and fresh, its practically emergency-ready. Experience the fire of authentic flavor delivered straight to you."
primaryButton={{
text: "Call for Delivery",
href: "tel:0791191120",
}}
secondaryButton={{
text: "Explore Menu",
href: "#menu",
}}
imageSrc="http://img.b2bpic.net/free-photo/meat-shaurma-rolls-lavash-with-colorful-cherry-tomatoes_114579-7266.jpg"
/>
</SectionErrorBoundary>
</div>
title="911: The Fast Lane to Flavor"
description="Ready to eat? Shawarma so fast and fresh, its practically emergency-ready. Experience the fire of authentic flavor delivered straight to you."
primaryButton={{
text: "Call for Delivery", href: "tel:0791191120"}}
secondaryButton={{
text: "Explore Menu", href: "#menu"}}
avatarsSrc={[]}
avatarText=""
names={[]}
imageSrc="http://img.b2bpic.net/free-photo/meat-shaurma-rolls-lavash-with-colorful-cherry-tomatoes_114579-7266.jpg"
/>
</SectionErrorBoundary>
</div>
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutTextSplit
title="Why 911?"
descriptions={[
"At 911, we believe that great food shouldn't wait. Inspired by the speed and intensity of our namesake, we have mastered the art of high-quality, fast-turnaround shawarma.",
"Our fire-grilled meats are seasoned with secret family blends and served with fresh, locally sourced ingredients. Whether it's a quick lunch, a family feast, or a late-night craving, were here to serve delicious, hot, and reliable food faster than anyone else in town.",
]}
/>
</SectionErrorBoundary>
</div>
title="Why 911?"
descriptions={[
"At 911, we believe that great food shouldn't wait. Inspired by the speed and intensity of our namesake, we have mastered the art of high-quality, fast-turnaround shawarma.", "Our fire-grilled meats are seasoned with secret family blends and served with fresh, locally sourced ingredients. Whether it's a quick lunch, a family feast, or a late-night craving, were here to serve delicious, hot, and reliable food faster than anyone else in town."]}
/>
</SectionErrorBoundary>
</div>
<div id="menu" data-section="menu">
<SectionErrorBoundary name="menu">
<div id="menu" data-section="menu">
<SectionErrorBoundary name="menu">
<FeaturesImageBento
tag="Our Signature Menu"
title="Hungry for More?"
description="Explore our delicious selection of freshly prepared meals."
items={[
{
title: "Shawarma Meals",
description: "Authentic, fire-grilled perfection (وجبات الشاورما).",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-pita-bread-wooden-board_140725-1420.jpg",
},
{
title: "Family Meals",
description: "Perfectly sized for everyone (الوجبات العائلية).",
imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-including-goldy-chicken-nuggets-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-served-with-garlic-sauce-decorated-with-salad-leaves-cheese_132075-13074.jpg",
},
{
title: "Broasted Chicken",
description: "Crispy and juicy perfection (البروستد).",
imageSrc: "http://img.b2bpic.net/free-photo/burger-black-bread-bun-with-fried-egg_114579-3298.jpg",
},
{
title: "Appetizers",
description: "Small bites, big flavor (مقبلات).",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-olive-sandwiches-with-bread-sliced-cucumbers_114579-5979.jpg",
},
{
title: "Special Wraps",
description: "Our chef's unique recipe creations.",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-hamburger-meal-with-fries-cheese-generative-ai_188544-8488.jpg",
},
{
title: "Dips & Sides",
description: "Garlic cream, pickles, and more.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-taking-one-foods-from-delicious-best-snack-wine-brown-tray-ice-background_140725-141657.jpg",
},
{
title: "Classic Combo",
description: "The ultimate quick lunch deal.",
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-drumsticks-chicken-menu-view_140725-56867.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Our Signature Menu"
title="Hungry for More?"
description="Explore our delicious selection of freshly prepared meals."
items={[
{ title: "Shawarma Meals", description: "Authentic, fire-grilled perfection (وجبات الشاورما).", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-pita-bread-wooden-board_140725-1420.jpg" },
{ title: "Family Meals", description: "Perfectly sized for everyone (الوجبات العائلية).", imageSrc: "http://img.b2bpic.net/free-photo/clay-plate-full-appetizers-including-goldy-chicken-nuggets-with-chrispy-crust-delicious-canapes-with-herring-cherry-tomatoes-served-with-garlic-sauce-decorated-with-salad-leaves-cheese_132075-13074.jpg" },
{ title: "Broasted Chicken", description: "Crispy and juicy perfection (البروستد).", imageSrc: "http://img.b2bpic.net/free-photo/burger-black-bread-bun-with-fried-egg_114579-3298.jpg" },
{ title: "Appetizers", description: "Small bites, big flavor (مقبلات).", imageSrc: "http://img.b2bpic.net/free-photo/top-view-olive-sandwiches-with-bread-sliced-cucumbers_114579-5979.jpg" },
{ title: "Special Wraps", description: "Our chef's unique recipe creations.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-hamburger-meal-with-fries-cheese-generative-ai_188544-8488.jpg" },
{ title: "Dips & Sides", description: "Garlic cream, pickles, and more.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-taking-one-foods-from-delicious-best-snack-wine-brown-tray-ice-background_140725-141657.jpg" },
{ title: "Classic Combo", description: "The ultimate quick lunch deal.", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-drumsticks-chicken-menu-view_140725-56867.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="stats" data-section="stats">
<SectionErrorBoundary name="stats">
<div id="stats" data-section="stats">
<SectionErrorBoundary name="stats">
<MetricsMediaCards
tag="Our Service"
title="Speed is Our Priority"
description="We don't just deliver food; we deliver satisfaction at lightning speed."
metrics={[
{
value: "15min",
title: "Average Delivery",
description: "From our fire to your doorstep.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-shawarma-with-fried-potatoes-ayran-mayonnaise-board-cookware_176474-3213.jpg",
},
{
value: "24/7",
title: "Service Hours",
description: "Hungry at 3 AM? We're open.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food-meal_23-2149291680.jpg",
},
{
value: "100%",
title: "Freshness",
description: "Never frozen, always grilled.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-plate-with-lemon-slice-copy-space_23-2148784865.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Our Service"
title="Speed is Our Priority"
description="We don't just deliver food; we deliver satisfaction at lightning speed."
metrics={[
{ value: "15min", title: "Average Delivery", description: "From our fire to your doorstep.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-shawarma-with-fried-potatoes-ayran-mayonnaise-board-cookware_176474-3213.jpg" },
{ value: "24/7", title: "Service Hours", description: "Hungry at 3 AM? We're open.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food-meal_23-2149291680.jpg" },
{ value: "100%", title: "Freshness", description: "Never frozen, always grilled.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-plate-with-lemon-slice-copy-space_23-2148784865.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialMarqueeCards
tag="Reviews"
title="What Our Fans Say"
description="Don't take our word for it, hear what our customers have to say about the fastest food in town."
testimonials={[
{
name: "Ali Hassan",
role: "Foodie",
quote: "The best shawarma in the city, hands down!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg",
},
{
name: "Sarah Ahmed",
role: "Regular Customer",
quote: "Super fast delivery and the chicken is always hot.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-seaweed-snacks_23-2150872525.jpg",
},
{
name: "Omar Mahmoud",
role: "Fan",
quote: "The 911 family meal is our weekly weekend ritual.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-shirt-red-cape-holding-plastic-coffee-cups-blue-space-job_140725-29221.jpg",
},
{
name: "Fatima Zahra",
role: "Local",
quote: "The garlic dip is life-changing. Great service!",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-hot-dog_23-2150347894.jpg",
},
{
name: "Youssef Ibrahim",
role: "Frequent Diner",
quote: "Consistently great taste every single time.",
imageSrc: "http://img.b2bpic.net/free-photo/diverse-teenagers-practicing-health-wellness-activities-themselves-their-community_23-2151416177.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Reviews"
title="What Our Fans Say"
description="Don't take our word for it, hear what our customers have to say about the fastest food in town."
testimonials={[
{ name: "Ali Hassan", role: "Foodie", quote: "The best shawarma in the city, hands down!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg" },
{ name: "Sarah Ahmed", role: "Regular Customer", quote: "Super fast delivery and the chicken is always hot.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-seaweed-snacks_23-2150872525.jpg" },
{ name: "Omar Mahmoud", role: "Fan", quote: "The 911 family meal is our weekly weekend ritual.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-yellow-shirt-red-cape-holding-plastic-coffee-cups-blue-space-job_140725-29221.jpg" },
{ name: "Fatima Zahra", role: "Local", quote: "The garlic dip is life-changing. Great service!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-hot-dog_23-2150347894.jpg" },
{ name: "Youssef Ibrahim", role: "Frequent Diner", quote: "Consistently great taste every single time.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-teenagers-practicing-health-wellness-activities-themselves-their-community_23-2151416177.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqTwoColumn
tag="Questions"
title="Got Questions?"
description="Here is everything you need to know about our services."
items={[
{
question: "Do you deliver to my area?",
answer: "We cover most districts. Call us to confirm!",
},
{
question: "Are you open on weekends?",
answer: "We are open 24/7, including all weekends and holidays.",
},
{
question: "How can I customize my meal?",
answer: "You can add special requests during your phone order.",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Questions"
title="Got Questions?"
description="Here is everything you need to know about our services."
items={[
{ question: "Do you deliver to my area?", answer: "We cover most districts. Call us to confirm!" },
{ question: "Are you open on weekends?", answer: "We are open 24/7, including all weekends and holidays." },
{ question: "How can I customize my meal?", answer: "You can add special requests during your phone order." },
]}
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Get In Touch"
text="Ready for your meal? Call the experts in speed and flavor."
primaryButton={{
text: "079 119 1120",
href: "tel:0791191120",
}}
secondaryButton={{
text: "Email Us",
href: "mailto:info@911food.com",
}}
/>
</SectionErrorBoundary>
</div>
tag="Get In Touch"
text="Ready for your meal? Call the experts in speed and flavor."
primaryButton={{ text: "079 119 1120", href: "tel:0791191120" }}
secondaryButton={{ text: "Email Us", href: "mailto:info@911food.com" }}
/>
</SectionErrorBoundary>
</div>
</>
);
}