From d5c0f55e73837985b6bc6729d563560c3d5fc9bc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 18:51:47 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 206 ++++++++++++++++++----------------------- 1 file changed, 89 insertions(+), 117 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 366aeed..4185ecf 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -11,136 +11,108 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="The Best in Fiumicino" + title="Mister Kebab: Authentic Flavors in Every Bite" + description="Experience the true taste of traditional kebabs, freshly prepared with high-quality ingredients. Join us for a culinary journey in the heart of Fiumicino." + primaryButton={{ text: "View Menu", href: "#menu" }} + secondaryButton={{ text: "Call to Order", href: "tel:+39000000000" }} + imageSrc="http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805472.jpg" + /> +
+
-
- +
+ - -
+ tag="Our Story" + quote="We believe in bringing the authentic spirit of middle eastern cuisine to Fiumicino using traditional recipes handed down through generations." + author="Chef Ahmed" + role="Founder & Head Chef" + imageSrc="http://img.b2bpic.net/free-photo/chef-puts-fried-meat-cutting-board_140725-8122.jpg" + /> +
+
- -
- +
+ - -
+ tag="What They Say" + title="Customer Reviews" + description="See why our customers keep coming back for the best kebab in town." + testimonials={[ + { name: "Marco Rossi", role: "Local", quote: "The meat is always tender and fresh, the best in Fiumicino!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg" }, + { name: "Giulia Bianchi", role: "Foodie", quote: "Authentic flavors, friendly staff, and consistent quality every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kids-table_23-2149213368.jpg" }, + { name: "Luca Esposito", role: "Visitor", quote: "Perfect lunch stop after a flight. Will definitely return.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/people-partying-desk_23-2147668753.jpg" }, + { name: "Sara Ferrari", role: "Regular", quote: "The falafel plate is a must-try. Everything is delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-delicious-burrito-colorful-background_23-2148329071.jpg" }, + { name: "Alessandro Conti", role: "Kebab Lover", quote: "Finally found a proper kebab place in Italy. 10/10.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crop-man-eating-dessert-cafe_23-2147775848.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Quick Answers" + title="Frequently Asked Questions" + description="Have questions? We've got answers for you." + items={[ + { question: "Do you offer delivery?", answer: "Yes, we partner with major delivery platforms in Fiumicino." }, + { question: "Are your ingredients fresh?", answer: "We pride ourselves on using locally sourced, fresh ingredients daily." }, + { question: "Can I reserve a table?", answer: "Our restaurant is mostly walk-in for a casual experience, but we can host small groups." }, + { question: "Do you have vegetarian options?", answer: "Absolutely! Our falafel and salads are very popular choices." } + ]} + /> +
+
-
- +
+ - -
+ tag="Our Impact" + title="Milestones We've Achieved" + description="Our dedication to quality has served thousands of happy customers in Fiumicino." + metrics={[ + { icon: "Smile", title: "Happy Customers", value: "15,000+" }, + { icon: "Flame", title: "Kebabs Served", value: "50,000+" }, + { icon: "Award", title: "Years of Tradition", value: "10+" } + ]} + /> +
+
-
- +
+ - -
+ tag="Order Now" + text="Satisfy your cravings today! Call us or order online for the ultimate kebab experience." + primaryButton={{ text: "Call Now", href: "tel:+39000000000" }} + secondaryButton={{ text: "See Map", href: "https://maps.google.com" }} + /> +
+
); } -- 2.49.1