From da79a005fdf57d2fcab91b8a8e6108a43c025d0d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 18:49:16 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 245 ++++++++++++++--------------------------- 1 file changed, 81 insertions(+), 164 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 17f14e1..6f02449 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -9,181 +9,98 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Since 2020" + title="Taste the Texas Spirit in Majd al-Krum" + description="Authentic gourmet burgers crafted with passion. Join us for a culinary experience that hits the spot." + primaryButton={{ + text: "View Menu", href: "#menu"}} + secondaryButton={{ + text: "Order Now", href: "tel:049931118"}} + items={[ + { + imageSrc: "http://img.b2bpic.net/free-photo/grilled-cheeseburger-rustic-bun-with-fries-generative-ai_188544-36959.jpg"}, + { + imageSrc: "http://img.b2bpic.net/free-photo/beef-hamburger_74190-5907.jpg"}, + ]} + /> +
+
-
- +
+ - -
+ title="Quality Ingredients, Unforgettable Taste" + primaryButton={{ + text: "Contact Us", href: "#contact"}} + /> +
+
- -
- +
+ - -
+ tag="Our Stats" + title="Why We're Everyone's Favorite" + description="Our commitment to quality has made us a cornerstone of the Majd al-Krum culinary scene." + metrics={[ + { value: "15K+", title: "Burgers Served", description: "Satisfying hunger one patty at a time.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-vegetarian-burger-cutting-board-with-copy-space_23-2148784536.jpg" }, + { value: "4.9", title: "Average Rating", description: "Our customers love the Texas taste.", imageSrc: "http://img.b2bpic.net/free-photo/american-hamburger-with-fries_23-2147783570.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Happy Diners" + title="What People Say About Us" + description="Don't just take our word for it—hear from our satisfied patrons." + testimonials={[ + { name: "Ali", role: "Food Enthusiast", quote: "The best burger I've had in a long time!", imageSrc: "http://img.b2bpic.net/free-photo/celebration-party-holidays-concept-portrait-boyfriend-cant-resist-temptation-eat-last-piec_1258-112156.jpg" }, + { name: "Sara", role: "Local Regular", quote: "Authentic flavors and super friendly service.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg" }, + { name: "Hassan", role: "Burger Fan", quote: "Everything from the fries to the sauce is top-tier.", imageSrc: "http://img.b2bpic.net/free-photo/human-happy-woman-clanging-glasses-wine-table-cafe_23-2148016789.jpg" }, + { name: "Dana", role: "Visitor", quote: "Definitely worth a visit if you're in Majd al-Krum.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg" }, + { name: "Omar", role: "Regular", quote: "Consistent quality, amazing BBQ flavor.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-african-woman-glass-smiling-talking-phone_176420-12471.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Visit Us" + text="Find us in Majd al-Krum. Call us to book a table or order for pickup." + primaryButton={{ + text: "Call: 04-993-1118", href: "tel:049931118"}} + secondaryButton={{ + text: "WhatsApp Us", href: "https://wa.me/97249931118"}} + /> +
+
); }