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} />