From 548672ce8f818285b3a1e9bd2ca5adbcc1ec6dfa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:30:03 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e3b5598..a5b847a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -9,13 +9,7 @@ import { useState } from "react"; export default function ContactPage() { const [formData, setFormData] = useState({ - name: "", - email: "", - phone: "", - checkInDate: "", - checkOutDate: "", - message: "", - }); + name: "", email: "", phone: "", checkInDate: "", checkOutDate: "", message: ""}); const navItems = [ { name: "Home", id: "/" }, @@ -70,13 +64,7 @@ export default function ContactPage() { console.log("Form submitted:", formData); alert("Thank you! We will contact you shortly to confirm your booking."); setFormData({ - name: "", - email: "", - phone: "", - checkInDate: "", - checkOutDate: "", - message: "", - }); + name: "", email: "", phone: "", checkInDate: "", checkOutDate: "", message: ""}); }; return ( @@ -271,7 +259,7 @@ export default function ContactPage() { { text: "Chat on WhatsApp", href: "https://wa.me/919585644000" }, { text: "View Location", href: "/location" }, ]} - background={{ variant: "none" }} + background={{ variant: "plain" }} useInvertedBackground={false} />