From 92faa2249548461d638ee8397e4a16e155c186b8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 20 Jun 2026 20:37:08 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 160 +++++++++-------------------------------- 1 file changed, 32 insertions(+), 128 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a67ac06..089cba6 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -17,32 +17,16 @@ export default function HomePage() { title="Experience the Art of Authentic Indian Sweets" description="Meerut Wale brings you the finest traditional delicacies, handcrafted with premium ingredients and decades of expertise." primaryButton={{ - text: "View Our Sweets", - href: "#products", - }} + text: "View Our Sweets", href: "#products"}} secondaryButton={{ - text: "Contact Us", - href: "#contact", - }} + text: "Contact Us", href: "#contact"}} items={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-tray-with-cupcakes-icing_23-2148485358.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-sweet_23-2149192057.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-traditional-indian-dessert_23-2149312422.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-sweet-goodies_23-2148900934.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/woman-will-eat-portioned-layered-cacao-cake-with-white-cream-chocolate-pieces_141793-2217.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-tray-with-cupcakes-icing_23-2148485358.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-sweet_23-2149192057.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-traditional-indian-dessert_23-2149312422.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-sweet-goodies_23-2148900934.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-will-eat-portioned-layered-cacao-cake-with-white-cream-chocolate-pieces_141793-2217.jpg" }, ]} /> @@ -53,9 +37,7 @@ export default function HomePage() { @@ -68,47 +50,19 @@ export default function HomePage() { description="Discover our signature range of artisanal sweets, handcrafted daily for our esteemed customers." items={[ { - title: "Gulab Jamun", - description: "Soft, syrup-soaked delights", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-photo-plate-cookies-cinnamon-sticks-dry-flowers-palm_140725-52730.jpg", - }, + title: "Gulab Jamun", description: "Soft, syrup-soaked delights", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/overhead-photo-plate-cookies-cinnamon-sticks-dry-flowers-palm_140725-52730.jpg"}, { - title: "Kaju Katli", - description: "Premium cashew diamond sweets", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-oriental-sweets-with-different-nuts-concrete-surface_114579-5501.jpg", - }, + title: "Kaju Katli", description: "Premium cashew diamond sweets", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/traditional-oriental-sweets-with-different-nuts-concrete-surface_114579-5501.jpg"}, { - title: "Besan Ladoo", - description: "Traditional roasted gram flour", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-traditional-dessert_23-2149312410.jpg", - }, + title: "Besan Ladoo", description: "Traditional roasted gram flour", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-traditional-dessert_23-2149312410.jpg"}, { - title: "Milk Barfi", - description: "Rich creamy milk fudge", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/vanilla-ice-cream-with-crape_1339-6902.jpg", - }, + title: "Milk Barfi", description: "Rich creamy milk fudge", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-ice-cream-with-crape_1339-6902.jpg"}, { - title: "Rasgulla", - description: "Spongy syrup-filled delicacies", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-citrus-fruit-jam-glass-milk_114579-17286.jpg", - }, + title: "Rasgulla", description: "Spongy syrup-filled delicacies", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/cookies-with-citrus-fruit-jam-glass-milk_114579-17286.jpg"}, { - title: "Soan Papdi", - description: "Crispy, flaky delicate sweet", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/bowl-full-traditional-turkish-delights-with-rose-flowers_114579-51744.jpg", - }, + title: "Soan Papdi", description: "Crispy, flaky delicate sweet", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/bowl-full-traditional-turkish-delights-with-rose-flowers_114579-51744.jpg"}, { - title: "Jalebi", - description: "Crispy golden spirals of joy", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/yellow-traditional-turkish-delight-with-peanuts-grey-background_114579-59097.jpg", - }, + title: "Jalebi", description: "Crispy golden spirals of joy", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/yellow-traditional-turkish-delight-with-peanuts-grey-background_114579-59097.jpg"}, ]} /> @@ -122,31 +76,16 @@ export default function HomePage() { description="We blend traditional recipes with modern accessibility standards to serve you better." metrics={[ { - value: "100%", - title: "Handcrafted Quality", - features: [ - "Pure Desi Ghee", - "Premium Ingredients", - "Traditional Methods", - ], + value: "100%", title: "Handcrafted Quality", features: [ + "Pure Desi Ghee", "Premium Ingredients", "Traditional Methods"], }, { - value: "24/7", - title: "Shop Accessibility", - features: [ - "Wheelchair Accessible", - "Ample Parking", - "Prime Location", - ], + value: "24/7", title: "Shop Accessibility", features: [ + "Wheelchair Accessible", "Ample Parking", "Prime Location"], }, { - value: "Multi", - title: "Payment Convenience", - features: [ - "Credit Cards", - "Debit Cards", - "NFC Payments", - ], + value: "Multi", title: "Payment Convenience", features: [ + "Credit Cards", "Debit Cards", "NFC Payments"], }, ]} /> @@ -161,40 +100,15 @@ export default function HomePage() { description="Hear what our loyal patrons have to say about their sweet experience at Meerut Wale." testimonials={[ { - id: "1", - name: "Ananya Sharma", - role: "Food Critic", - quote: "The Kaju Katli here is unmatched. Absolute premium quality.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", - }, + name: "Ananya Sharma", role: "Food Critic", quote: "The Kaju Katli here is unmatched. Absolute premium quality.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg"}, { - id: "2", - name: "Rahul Verma", - role: "Regular Patron", - quote: "The best place in Delhi for authentic mithai. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-using-smart-phone-while-eating-cake-cafe-focus-is-foreground_637285-2128.jpg", - }, + name: "Rahul Verma", role: "Regular Patron", quote: "The best place in Delhi for authentic mithai. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-using-smart-phone-while-eating-cake-cafe-focus-is-foreground_637285-2128.jpg"}, { - id: "3", - name: "Sunita Gupta", - role: "Happy Customer", - quote: "I love the shop accessibility. Makes purchasing gifts so easy.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-has-sugar-addiction-sweet-tooth-holds-heart-shaped-cake-lollipop-eye-smiles-broadly-wears-blue-jumper-has-good-mood-isolated-pink-background-confectionery_273609-60861.jpg", - }, + name: "Sunita Gupta", role: "Happy Customer", quote: "I love the shop accessibility. Makes purchasing gifts so easy.", imageSrc: "http://img.b2bpic.net/free-photo/positive-young-woman-has-sugar-addiction-sweet-tooth-holds-heart-shaped-cake-lollipop-eye-smiles-broadly-wears-blue-jumper-has-good-mood-isolated-pink-background-confectionery_273609-60861.jpg"}, { - id: "4", - name: "Vikram Singh", - role: "Corporate Client", - quote: "Professional packaging and divine taste. Our office favorite.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-amusing-young-woman-smiling-eating-cakes_171337-14496.jpg", - }, + name: "Vikram Singh", role: "Corporate Client", quote: "Professional packaging and divine taste. Our office favorite.", imageSrc: "http://img.b2bpic.net/free-photo/happy-amusing-young-woman-smiling-eating-cakes_171337-14496.jpg"}, { - id: "5", - name: "Priya Das", - role: "Sweet Lover", - quote: "Consistently excellent. My family refuses to buy sweets elsewhere.", - imageSrc: "http://img.b2bpic.net/free-vector/sweet-dessert-cartoon-seamless-pattern_1308-119397.jpg", - }, + name: "Priya Das", role: "Sweet Lover", quote: "Consistently excellent. My family refuses to buy sweets elsewhere.", imageSrc: "http://img.b2bpic.net/free-vector/sweet-dessert-cartoon-seamless-pattern_1308-119397.jpg"}, ]} /> @@ -208,17 +122,11 @@ export default function HomePage() { description="Got questions about our services or accessibility?" items={[ { - question: "Are you wheelchair accessible?", - answer: "Yes, we are fully wheelchair accessible including the entrance and parking area.", - }, + question: "Are you wheelchair accessible?", answer: "Yes, we are fully wheelchair accessible including the entrance and parking area."}, { - question: "Do you accept digital payments?", - answer: "Yes, we accept credit cards, debit cards, and NFC mobile payments for your convenience.", - }, + question: "Do you accept digital payments?", answer: "Yes, we accept credit cards, debit cards, and NFC mobile payments for your convenience."}, { - question: "Is delivery available?", - answer: "Yes, we offer delivery services. Contact us at 09811587006 to place your order.", - }, + question: "Is delivery available?", answer: "Yes, we offer delivery services. Contact us at 09811587006 to place your order."}, ]} /> @@ -230,13 +138,9 @@ export default function HomePage() { tag="Visit Us" text="Experience the legacy of Meerut Wale. Visit us in Panchwathi or call to order." primaryButton={{ - text: "Call 09811587006", - href: "tel:+919811587006", - }} + text: "Call 09811587006", href: "tel:+919811587006"}} secondaryButton={{ - text: "Get Directions", - href: "https://maps.google.com/?q=Majlis+Park,+A-222,+Shankaracharya+Marg,+Panchwathi,+Adarsh+Nagar,+Delhi", - }} + text: "Get Directions", href: "https://maps.google.com/?q=Majlis+Park,+A-222,+Shankaracharya+Marg,+Panchwathi,+Adarsh+Nagar,+Delhi"}} /> -- 2.49.1