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