Update src/app/page.tsx
This commit is contained in:
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Order Now", href: "https://www.zomato.com" },
|
||||
{ text: "View Menu", href: "#menu" }
|
||||
{ text: "View Menu", href: "/menu" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -102,8 +102,8 @@ export default function LandingPage() {
|
||||
tagIcon={Utensils}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Order on Zomato", href: "https://www.zomato.com" },
|
||||
{ text: "Order on Swiggy", href: "https://www.swiggy.com" }
|
||||
{ text: "View Full Menu", href: "/menu" },
|
||||
{ text: "Order on Zomato", href: "https://www.zomato.com" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -207,7 +207,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText=" SD Cafe "
|
||||
logoText="SD Cafe"
|
||||
copyrightText="© 2025 SD Cafe. All rights reserved. | Pashan Sus Road, Pune"
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "https://facebook.com/sdcafe", ariaLabel: "Facebook" },
|
||||
|
||||
Reference in New Issue
Block a user