diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 41ef391..487342d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -10,200 +10,105 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Kolhapur's Soul in Every Bite" + title="कोल्हापुरी वाडा मिसळ (Kolhapuri Wada Misal)" + description="Authentic, fiery, and soulful misal straight from the heart of Rajarampuri. Experience the legendary heat and traditional warmth." + primaryButton={{ + text: "See Menu", href: "#menu"}} + secondaryButton={{ + text: "Visit Us", href: "#contact"}} + items={[ + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-multi-colored-meatballs-with-tomato-sauces-green-onions_140725-13961.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/georgian-khinkali-with-hot-chili-sauce_114579-2368.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-patties-baked-pastries-grey-desk-patty-dough-pastry-bake-meal_140725-86249.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-broccoli-table_140725-9657.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-pav-bhaji-dish-with-bread-onions_23-2151996246.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/thai-noodles-style_74190-3896.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="Our Story" + title="A Legacy of Masala & Love" + description="Born in the lanes of Rajarampuri, Kolhapur, we take pride in our roots. Every bowl of our misal carries the legacy of traditional spices, slow-cooked to perfection to ensure the rassa hits just right." + items={[ + { icon: "Flame", title: "Authentically Fiery", description: "Kolhapur's signature heat in every bite." }, + { icon: "Heart", title: "Homemade Style", description: "Prepared with love, just like grandmother made." }, + { icon: "Leaf", title: "100% Vegetarian", description: "Pure, fresh, and wholesome vegetarian food." }, + ]} + imageSrc="http://img.b2bpic.net/free-photo/side-view-traditional-azerbaijani-dish-piti-pot-with-sumac-dried-herbs-onions-tray_141793-5179.jpg" + /> +
+
- -
- +
+ - -
+ tag="What Diners Say" + title="Loved by Over 1,200 Foodies" + description="With a rating of 4.4, we take pride in serving the most authentic misal in the city." + testimonials={[ + { name: "Rahul P.", role: "Food Blogger", quote: "The rassa is perfection. It wakes up your soul instantly!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-waitress-talking-customers-using-touchpad-while-taking-orders-cafe_637285-3962.jpg" }, + { name: "Sanjay D.", role: "Regular Customer", quote: "Best breakfast in Rajarampuri. I've been coming here for 5 years.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg" }, + { name: "Priya K.", role: "Foodie", quote: "The Misal Thali is loaded with flavours. Pure, homemade goodness.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-colleagues-with-pizza_23-2149103772.jpg" }, + { name: "Anil S.", role: "Local", quote: "Exactly the taste of Kolhapur I was looking for. Simply outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-man-funny-expression_1194-3203.jpg" }, + { name: "Meera B.", role: "Traveler", quote: "A must-visit spot in Kolhapur. The spice level is spot on.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-recording-cooking-tutorial-her-video-blog_662251-2386.jpg" }, + ]} + /> +
+
-
- +
+ - -
+ tag="FAQs" + title="Good to Know" + description="Everything you need to know about dining at Kolhapuri Wada Misal." + items={[ + { question: "What are your opening hours?", answer: "We are open from 8:30 AM every day except Mondays." }, + { question: "Is your food spicy?", answer: "Yes, we are known for our authentic, fiery Kolhapuri spice level, but we can customize on request!" }, + { question: "Do you offer takeaways?", answer: "Yes, we offer convenient takeaways for all our menu items." }, + { question: "Are you fully vegetarian?", answer: "Absolutely! Everything we serve is 100% vegetarian." }, + ]} + /> +
+
-
- +
+ - -
+ tag="Visit Us" + text="Join us for the most authentic breakfast experience in Kolhapur. We are located at 9th Ln, Mali Colony, Sanmitra Housing Society, Rajarampuri, Kolhapur. Call us at 088923 86666." + primaryButton={{ text: "Call Now", href: "tel:08892386666" }} + secondaryButton={{ text: "Get Directions", href: "https://maps.google.com" }} + /> +
+
); }