Update src/app/contact/page.tsx
This commit is contained in:
@@ -45,9 +45,7 @@ export default function ContactPage() {
|
|||||||
{ name: "date", type: "date", placeholder: "Preferred Date", required: true }
|
{ name: "date", type: "date", placeholder: "Preferred Date", required: true }
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Special requests or dietary requirements...", rows: 4,
|
||||||
placeholder: "Special requests or dietary requirements...",
|
|
||||||
rows: 4,
|
|
||||||
required: false
|
required: false
|
||||||
}}
|
}}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
@@ -62,32 +60,28 @@ export default function ContactPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigate",
|
title: "Navigate", items: [
|
||||||
items: [
|
|
||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "Menu", href: "/menu" },
|
{ label: "Menu", href: "/menu" },
|
||||||
{ label: "About", href: "/about" }
|
{ label: "About", href: "/about" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Dine With Us",
|
title: "Dine With Us", items: [
|
||||||
items: [
|
|
||||||
{ label: "Make Reservation", href: "/contact" },
|
{ label: "Make Reservation", href: "/contact" },
|
||||||
{ label: "View Menu", href: "/menu" },
|
{ label: "View Menu", href: "/menu" },
|
||||||
{ label: "Wine Selection", href: "/menu" }
|
{ label: "Wine Selection", href: "/menu" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact Us", href: "/contact" },
|
{ label: "Contact Us", href: "/contact" },
|
||||||
{ label: "Email", href: "mailto:hello@steakandvine.com" },
|
{ label: "Email", href: "mailto:hello@steakandvine.com" },
|
||||||
{ label: "Phone", href: "tel:+1-555-0123" }
|
{ label: "Phone", href: "tel:+1-555-0123" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Hours",
|
title: "Hours", items: [
|
||||||
items: [
|
|
||||||
{ label: "Mon-Thu: 5PM-11PM" },
|
{ label: "Mon-Thu: 5PM-11PM" },
|
||||||
{ label: "Fri-Sat: 5PM-12AM" },
|
{ label: "Fri-Sat: 5PM-12AM" },
|
||||||
{ label: "Sunday: 5PM-10PM" }
|
{ label: "Sunday: 5PM-10PM" }
|
||||||
|
|||||||
Reference in New Issue
Block a user