diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ceead4b..3b0f22e 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -12,232 +12,152 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Elevate Your Experience" + title="Where Great Taste Meets Great Moments" + description="Enjoy handcrafted beverages, delicious cuisine, and a welcoming atmosphere designed for meaningful conversations and memorable experiences." + primaryButton={{ + text: "View Menu", href: "#products"}} + secondaryButton={{ + text: "Reserve Table", href: "#contact"}} + videoSrc="http://img.b2bpic.net/free-photo/salad-with-meat-grated-cheese_140725-3172.jpg" + /> +
+
-
- +
+ - -
+ title="The Elysian Essence" + descriptions={[ + "To create exceptional dining moments through quality ingredients, outstanding service, and a welcoming environment for every guest.", "Elysian Cafe is a premium dining destination in the heart of Multan, where artisan coffee culture meets refined culinary excellence.", "Whether it's a quiet morning study session, a vibrant family brunch, or a professional meeting, we offer a sanctuary of taste and warmth."]} + /> +
+
-
- +
+ - -
+ tag="Why Choose Us" + title="Our Signature Excellence" + description="Discover what sets us apart as your premier choice for dining in Multan." + items={[ + { + title: "Premium Coffee", description: "Handcrafted artisan coffee from the finest global beans.", imageSrc: "http://img.b2bpic.net/free-photo/lemon-near-various-spices_23-2147753737.jpg"}, + { + title: "Freshly Prepared", description: "Quality ingredients made fresh every single day.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-olives-cheese_140725-4327.jpg"}, + { + title: "Elegant Ambiance", description: "A stylish, comfortable environment perfect for any guest.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-simple-white-chairs-tables-restaurant-with-blurry-background_181624-57929.jpg"}, + ]} + /> +
+
-
- +
+ - -
+ tag="Our Menu" + title="Handcrafted Delicacies" + description="Explore our curated selection of signature dishes and specialty beverages." + items={[ + { + title: "Artisan Coffee", description: "Premium espresso-based specialties.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244095.jpg"}, + { + title: "Breakfast Specials", description: "Fresh and energizing meals.", imageSrc: "http://img.b2bpic.net/free-photo/fried-sausage-with-eggs-table_140725-4712.jpg"}, + { + title: "Gourmet Burgers", description: "Café classics with a premium twist.", imageSrc: "http://img.b2bpic.net/free-photo/burger-menu-with-variety-marinated-turshu_114579-2049.jpg"}, + { + title: "Fresh Desserts", description: "Sweet treats for every palate.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132620.jpg"}, + { + title: "Pasta Selections", description: "Modern international cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-pasta-with-copyspace_23-2148189900.jpg"}, + { + title: "Signature Refreshers", description: "Creative and cooling beverages.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-caipirinha-cocktail-with-straw-umbrella_23-2149438828.jpg"}, + { + title: "Bakery Delights", description: "Fresh daily baked goods.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-baked-muffins-empty-notepad_23-2148432430.jpg"}, + ]} + /> +
+
-
- +
+ - -
+ tag="Testimonials" + title="What Our Guests Say" + description="We are proud of our 4.5 star rating from over 40+ reviews." + testimonials={[ + { + name: "Sarah Khan", role: "Foodie", quote: "Beautiful atmosphere, delicious food, and excellent service. A wonderful addition to Model Town.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg"}, + { + name: "Ahmed Raza", role: "Professional", quote: "Perfect café for coffee lovers and casual dining with family and friends.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-break_23-2148756333.jpg"}, + { + name: "Maria Ali", role: "Student", quote: "The best place to relax and enjoy top-quality artisan beverages.", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg"}, + { + name: "Bilal Ahmed", role: "Regular", quote: "A truly refined experience, consistent quality and always fresh.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-dinner_23-2149144977.jpg"}, + { + name: "Fatima Zahra", role: "Socialite", quote: "Elysian has the most sophisticated vibe in Multan, a must-visit spot.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/laugh-is-way-happiness_329181-2893.jpg"}, + ]} + /> +
+
-
- +
+ - -
+ tag="Our Growth" + title="Experience by the Numbers" + description="Providing quality moments across the Multan community." + metrics={[ + { + icon: "Coffee", title: "Coffee Brewed", value: "10,000+"}, + { + icon: "Star", title: "Avg Rating", value: "4.5"}, + { + icon: "Smile", title: "Happy Guests", value: "5,000+"}, + { + icon: "Award", title: "Awards Won", value: "2"}, + ]} + /> +
+
-
- +
+ - -
+ tag="Information" + title="Frequently Asked Questions" + description="Everything you need to know about Elysian Cafe." + items={[ + { + question: "Where are you located?", answer: "We are located at Multan Bypass, Block B, Model Town, Multan."}, + { + question: "Do you offer reservations?", answer: "Yes, we encourage reservations for families and business gatherings."}, + { + question: "Is food delivery available?", answer: "Yes, we offer convenient takeaway and delivery options."}, + ]} + /> +
+
-
- +
+ - -
+ tag="Visit Us" + text="Ready to elevate your dining experience? Reserve your table today or order online." + primaryButton={{ + text: "Reserve Now", href: "tel:03184195665"}} + secondaryButton={{ + text: "Order Online", href: "#"}} + /> +
+
); }