Update src/app/contact/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user