From c0f2621d1599f7e3b032c8bddc8cfeb616a3cc5d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:17:37 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 39 +++++++++++---------------------------- 1 file changed, 11 insertions(+), 28 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ed90ca5..545bfec 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,8 +17,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/#menu" }, { label: "About", href: "/#about" }, @@ -26,8 +25,7 @@ export default function ContactPage() { ], }, { - title: "Hours", - items: [ + title: "Hours", items: [ { label: "Lunch: 12 PM - 3 PM" }, { label: "Dinner: 6 PM - 11 PM" }, { label: "Closed Mondays" }, @@ -35,8 +33,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Phone: +91 XXXXX XXXXX" }, { label: "Email: hello@jashne-bengal.com" }, { label: "Instagram", href: "https://instagram.com" }, @@ -44,8 +41,7 @@ export default function ContactPage() { ], }, { - title: "Location", - items: [ + title: "Location", items: [ { label: "Bandel Station Road" }, { label: "Hooghly, West Bengal" }, { label: "Get Directions", href: "https://maps.google.com" }, @@ -87,39 +83,26 @@ export default function ContactPage() { description="Experience the warmth of Bengali hospitality and the finest flavors at Jashn-E-Bengal. Book your reservation now and join our family of food lovers." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, { - name: "date", - type: "date", - placeholder: "Preferred Date", - required: true, + name: "date", type: "date", placeholder: "Preferred Date", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Special requests or dietary preferences...", - rows: 4, + name: "message", placeholder: "Special requests or dietary preferences...", rows: 4, }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg" imageAlt="Elegant dining table reservation ready" mediaPosition="right" + mediaAnimation="none" buttonText="Book Table" onSubmit={handleReservationSubmit} />