From 47d2933662aba2e8e3d0e0699cc5e2bd59fd02eb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 10:40:28 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 308 +++++++++++++---------------------------- 1 file changed, 98 insertions(+), 210 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9b2d15c..7d5e8ca 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -11,230 +11,118 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ brand="GiftHouse Restaurant & Bakery" + description="Authentic flavors, masterful baking, and an unforgettable dining experience in the heart of Lagos. Serving joy, one plate at a time." + primaryButton={{ text: "View Menu", href: "#menu" }} + secondaryButton={{ text: "Contact Us", href: "#contact" }} + imageSrc="http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg" + /> +
+
-
- +
+ - -
+ tag="Our Story" + title="Crafting Memories Through Food" + description="At GiftHouse, we blend traditional culinary passion with modern artistry. From our daily baked loaves and signature birthday cakes to our rich Fishermans Soup and Jollof specialties, every item on our menu is prepared with love and premium ingredients." + imageSrc="http://img.b2bpic.net/free-photo/cook-pouring-sauce-big-plate-with-salad_23-2148040165.jpg" + /> +
+
- -
- +
+ - -
+ tag="The Collection" + title="Everything on Our Menu" + description="From savory lunch options to exquisite sweet treats." + items={[ + { title: "Graduation Cakes", description: "Custom designs for your achievements.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/creamy-cake-topped-with-sliced-pear_140725-2731.jpg" }, + { title: "Jam Doughnuts", description: "Classic sweet treats, perfectly fried.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/fried-donuts-with-sugar-cream-black-table_181624-24664.jpg" }, + { title: "Spicy Rice & Chicken", description: "Our signature main course favorite.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-fresh-vegetable-chicken-salad-white-plate-wood-table-delicious-salad_114579-113.jpg" }, + { title: "Mixed Cupcakes", description: "Various flavors with whipped cream.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-sweet-cupcakes_23-2147779149.jpg" }, + { title: "Veggie Spaghetti", description: "Stir-fried for a healthy flavor.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-blue-plate-high-angle-view_176474-3630.jpg" }, + { title: "Mini Breadloaves", description: "Fresh, soft, and perfect for any meal.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-rusty-crusty-home-made-bread_181624-44916.jpg" }, + { title: "Yam Porridge", description: "Garnished with fresh Uzuza leaves.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-table_140725-9864.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Our Presence" + title="Serving Our Community" + description="We are proud to be a favorite local destination." + metrics={[ + { value: "24/7", title: "Always Open", description: "Ready to serve whenever cravings strike.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-businessman-eating-croissant-while-sitting-outdoor-cafe_637285-10394.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Testimonials" + title="What Our Customers Say" + description="Delivering excellence one bite at a time." + testimonials={[ + { name: "Sarah J.", role: "Foodie", company: "Lagos Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg" }, + { name: "Michael O.", role: "Regular", company: "Frequent Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-holding-menu_23-2149366415.jpg" }, + { name: "Emily R.", role: "Corporate Client", company: "Office Lunch", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-glass_23-2148899014.jpg" }, + { name: "David K.", role: "Event Planner", company: "Birthday Events", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-family-enjoying-christmas-lunch-dining-table_637285-13021.jpg" }, + { name: "Amaka B.", role: "Food Blogger", company: "Lagos Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" } + ]} + /> +
+
-
- +
+ - -
+ tag="Support" + title="Frequently Asked Questions" + description="Answers to our most common queries." + items={[ + { question: "Are you open 24 hours?", answer: "Yes, we are open 24 hours to serve you delicious meals anytime." }, + { question: "Do you offer vegan options?", answer: "Yes, we have a selection of vegan-friendly dishes on our menu." }, + { question: "Can I order custom cakes?", answer: "Absolutely! We specialize in custom cakes for birthdays, weddings, and graduations." } + ]} + /> +
+
-
- +
+ - -
+ tag="Visit Us" + text="Ready to enjoy the best meal in Lagos? Visit us today or call for reservations." + primaryButton={{ text: "Call 0803 307 7207", href: "tel:+2348033077207" }} + secondaryButton={{ text: "Get Directions", href: "https://maps.google.com" }} + /> +
+
); -} +} \ No newline at end of file