Update src/app/page.tsx

This commit is contained in:
2026-05-12 19:28:09 +00:00
parent 5da9781942
commit 5e63797ce1

View File

@@ -33,6 +33,7 @@ export default function LandingPage() {
{ name: "Menu", id: "#products" },
{ name: "Contact", id: "#contact" }
]}
button={{ text: "Order Now", href: "https://gustonewberg.com" }}
/>
</div>
@@ -53,7 +54,6 @@ export default function LandingPage() {
{ text: "Order Online", href: "https://gustonewberg.com" }
]}
mediaAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -140,7 +140,6 @@ export default function LandingPage() {
{ title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Contact", href: "#contact" }] }
]}
copyrightText="© 2025 Gusto Gastronomia Italiana | Newberg, OR"
useInvertedBackground={true}
/>
</div>
</ThemeProvider>