From 5a19fc8cfd116fd8fb3bb28bc821b11073d7ed95 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 20:48:32 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 296 ++++++++++++++--------------------------- 1 file changed, 102 insertions(+), 194 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 1d4130b..34b4a57 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -11,212 +11,120 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ title="Authentic Dominican Flavors in Philadelphia" + description="Experience outstanding traditional cuisine prepared with love. Join us at 3522 Cottman Ave for an unforgettable lunch." + primaryButton={{ + text: "View Menu", href: "#menu"}} + secondaryButton={{ + text: "Call Us", href: "tel:2675820993"}} + imageSrc="http://img.b2bpic.net/free-photo/plate-with-chicken-roll-vegetables-concrete-table_23-2148113623.jpg" + avatarsSrc={[]} + avatarText="" + names={[]} + /> +
+
-
- +
+ - -
+ tag="Our Story" + title="Tradition in Every Bite" + description="At Ive Artisan Kitchen, we take pride in serving authentic Dominican cuisine using traditional recipes. Our passion for great food is reflected in every portion we serve." + items={[ + { + icon: "Heart", title: "Homemade Recipes", description: "Classic flavors from the Dominican Republic."}, + { + icon: "Award", title: "Outstanding Quality", description: "Freshly prepared every single day."}, + { + icon: "Clock", title: "Great Service", description: "Welcoming atmosphere for all families."}, + ]} + imageSrc="http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208296.jpg" + /> +
+
- -
- +
+ - -
+ tag="Our Growth" + title="Loved by the Community" + description="We are proud to be your favorite local spot." + metrics={[ + { value: "5.0", description: "Average Rating" }, + { value: "100%", description: "Fresh Ingredients" }, + { value: "100s", description: "Happy Customers" }, + ]} + /> +
+
-
- +
+ -
+ tag="What Guests Say" + title="Exceptional Experiences" + description="Join our community of satisfied diners." + testimonials={[ + { name: "Lisa Elizabeth", role: "Foodie", quote: "The owner is so sweet and her food is outstanding. My family loves to come here.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" }, + { name: "Justin Watson", role: "Regular", quote: "Very tasty Dominican cuisine. Great service by the ladies, everything was official!", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg" }, + { name: "Aniya Watson", role: "Local", quote: "The rice and beans was perfect and the chicken was done well. My new favorite spot!", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg" }, + { name: "Carlos Gomez", role: "Visitor", quote: "Authentic flavor that reminds me of home. Absolutely outstanding portions and taste.", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-with-cream-herbs-meat_140725-5880.jpg" }, + { name: "Elena Reyes", role: "Food Critic", quote: "The best hidden gem in Philly. Quality food and even better service every time.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Questions" + title="Need More Info?" + description="Common answers about our menu and hours." + items={[ + { question: "Are you open on weekends?", answer: "Yes! We are open and serving fresh lunch daily." }, + { question: "Do you offer takeout?", answer: "Absolutely, we are proud to offer convenient takeout options." }, + { question: "Where are you located?", answer: "Find us at 3522 Cottman Ave, Philadelphia, PA 19149." }, + ]} + /> +
+
-
- +
+ - -
+ tag="Visit Us" + text="Come experience authentic Dominican flavors today!" + primaryButton={{ + text: "Get Directions", href: "https://maps.google.com/?q=3522+Cottman+Ave+Philadelphia+PA"}} + secondaryButton={{ + text: "Call Now", href: "tel:2675820993"}} + /> +
+
); -} +} \ No newline at end of file