From fb8a8a34ed74b57f848260246e6fccc8607f5267 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:35:21 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 59 ++++++++-------------------------------- 1 file changed, 11 insertions(+), 48 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e2fcef0..1000288 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -44,56 +44,26 @@ export default function ContactPage() { description="We're passionate about serving you delicious, pure vegetarian food. Whether you want to place an order, have questions, or just want to say hello, we're here for you. Reach out through any of the channels below and let's connect!" tag="We're Here to Help" tagAnimation="slide-up" - bullets={[ + bulletPoints={[ { - title: "Call Us Anytime", - description: "Phone: 093371 54983 - We're ready to take your order or answer any questions!", - icon: Zap, + title: "Call Us Anytime", description: "Phone: 093371 54983 - We're ready to take your order or answer any questions!", icon: Zap, }, { - title: "WhatsApp Orders", - description: "Send us a message on WhatsApp for quick orders and instant responses.", - icon: Sparkles, + title: "WhatsApp Orders", description: "Send us a message on WhatsApp for quick orders and instant responses.", icon: Sparkles, }, { - title: "Email Us", - description: "Email: info@ohopureveg.com - For detailed inquiries and feedback.", - icon: Leaf, + title: "Email Us", description: "Email: info@ohopureveg.com - For detailed inquiries and feedback.", icon: Leaf, }, { - title: "Visit Us", - description: "Located in Binika. Open Monday to Sunday, 5:00 PM - 9:00 PM. Fresh food daily!", - icon: DollarSign, + title: "Visit Us", description: "Located in Binika. Open Monday to Sunday, 5:00 PM - 9:00 PM. Fresh food daily!", icon: DollarSign, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/still-life-hot-water-arrangement_23-2149055814.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/still-life-hot-water-arrangement_23-2149055814.jpg" imageAlt="OhO PURE VEG restaurant interior" mediaAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} imagePosition="right" - bulletPoints={[ - { - title: "Call Us Anytime", - description: "Phone: 093371 54983 - We're ready to take your order or answer any questions!", - icon: Zap, - }, - { - title: "WhatsApp Orders", - description: "Send us a message on WhatsApp for quick orders and instant responses.", - icon: Sparkles, - }, - { - title: "Email Us", - description: "Email: info@ohopureveg.com - For detailed inquiries and feedback.", - icon: Leaf, - }, - { - title: "Visit Us", - description: "Located in Binika. Open Monday to Sunday, 5:00 PM - 9:00 PM. Fresh food daily!", - icon: DollarSign, - }, - ]} /> @@ -103,13 +73,9 @@ export default function ContactPage() { animationType="entrance-slide" buttons={[ { - text: "Call: 093371 54983", - href: "tel:+919337154983", - }, + text: "Call: 093371 54983", href: "tel:+919337154983"}, { - text: "Order on WhatsApp", - href: "https://wa.me/919337154983?text=Hi%20OhO%20PURE%20VEG,%20I%20would%20like%20to%20place%20an%20order", - }, + text: "Order on WhatsApp", href: "https://wa.me/919337154983?text=Hi%20OhO%20PURE%20VEG,%20I%20would%20like%20to%20place%20an%20order"}, ]} background={{ variant: "plain" }} useInvertedBackground={true} @@ -122,8 +88,7 @@ export default function ContactPage() { copyrightText="© 2025 OhO PURE VEG | All Rights Reserved" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "Gallery", href: "/gallery" }, @@ -131,8 +96,7 @@ export default function ContactPage() { ], }, { - title: "Contact Us", - items: [ + title: "Contact Us", items: [ { label: "Call: 093371 54983", href: "tel:+919337154983" }, { label: "WhatsApp Order", href: "https://wa.me/919337154983" }, { label: "Email: info@ohopureveg.com", href: "mailto:info@ohopureveg.com" }, @@ -140,8 +104,7 @@ export default function ContactPage() { ], }, { - title: "Hours", - items: [ + title: "Hours", items: [ { label: "Monday - Sunday", href: "#" }, { label: "5:00 PM - 9:00 PM", href: "#" }, { label: "Fresh Food Daily", href: "#" }, -- 2.49.1