diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 53791cd..e0ba5cb 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -10,195 +10,109 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ title="911: The Fast Lane to Flavor" + description="Ready to eat? Shawarma so fast and fresh, it’s 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" + /> +
+
-
- +
+ - -
+ 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, we’re here to serve delicious, hot, and reliable food faster than anyone else in town."]} + /> +
+
- -
- +
+ - -
+ 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" }, + ]} + /> +
+
-
- +
+ - -
+ 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" }, + ]} + /> +
+
-
- +
+ - -
+ 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." }, + ]} + /> +
+
-
- +
+ - -
+ 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" }} + /> +
+
); }