Update src/app/contact/page.tsx

This commit is contained in:
2026-01-16 15:05:07 +00:00
parent 9fc4f57712
commit 5f9cf29b31

View File

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