Update src/app/contact/page.tsx

This commit is contained in:
2026-04-17 17:17:28 +00:00
parent 3d96351323
commit 0448d78cec

View File

@@ -41,6 +41,7 @@ export default function ContactPage() {
description="We are located at 125 W Market St, Crawfordsville, IN 47933."
buttons={[{ text: "Visit Facebook", href: "https://www.facebook.com/profile.php?id=100063723903618" }]}
useInvertedBackground={false}
background={{ variant: "plain" }}
/>
</div>
@@ -50,16 +51,7 @@ export default function ContactPage() {
title="Stay Updated"
description="Sign up for our latest daily specials."
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="Alices Restaurant"
columns={[
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "About", href: "/about" }, { label: "Visit", href: "/contact" }] },
{ title: "Social", items: [{ label: "Facebook", href: "https://www.facebook.com/profile.php?id=100063723903618" }] }
]}
background={{ variant: "plain" }}
/>
</div>
</ReactLenis>