Update src/app/contact/page.tsx

This commit is contained in:
2026-03-06 10:36:47 +00:00
parent 132d0d7d84
commit dbe20260d5

View File

@@ -19,8 +19,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Restaurant",
items: [
title: "Restaurant", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "About", href: "#about" },
@@ -28,8 +27,7 @@ export default function ContactPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Dine In", href: "/contact" },
{ label: "Takeout", href: "https://example.com/order" },
{ label: "Delivery", href: "https://example.com/delivery" },
@@ -37,8 +35,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "(716) 636-9500", href: "tel:+17166369500" },
{ label: "1280 Sweet Home Rd #105, Buffalo, NY 14228", href: "#" },
{ label: "Hours: Mon-Thu 12-9pm, Fri-Sat 12-10pm, Sun 12-8pm", href: "#" },
@@ -54,7 +51,7 @@ export default function ContactPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSizeMediumTitles"
background="blurBottom"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -74,7 +71,7 @@ export default function ContactPage() {
description="Whether you're planning to visit us for dinner, looking to place a takeout order, need catering for your event, or have any questions about our menu and services, we're here to help. Get in touch with Forno Napoli today."
tag="Get in Touch"
buttons={[{ text: "Call Us Now", href: "tel:+17166369500" }]}
imageSrc="http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg"
imageAlt="Visit Forno Napoli"
useInvertedBackground={false}
/>
@@ -88,27 +85,15 @@ export default function ContactPage() {
tagIcon={TrendingUp}
metrics={[
{
id: "1",
value: "(716) 636-9500",
description: "Call for Reservations",
},
id: "1", value: "(716) 636-9500", description: "Call for Reservations"},
{
id: "2",
value: "1280 Sweet Home Rd",
description: "Buffalo, NY 14228",
},
id: "2", value: "1280 Sweet Home Rd", description: "Buffalo, NY 14228"},
{
id: "3",
value: "Mon-Thu 12-9pm",
description: "Fri-Sat 12-10pm, Sun 12-8pm",
},
id: "3", value: "Mon-Thu 12-9pm", description: "Fri-Sat 12-10pm, Sun 12-8pm"},
{
id: "4",
value: "Order Online",
description: "Takeout & Delivery Available",
},
id: "4", value: "Order Online", description: "Takeout & Delivery Available"},
]}
gridVariant="four-items-2x2-equal-grid"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}