Update src/app/page.tsx
This commit is contained in:
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Our Story", id: "#about"},
|
name: "Our Story", id: "#about"},
|
||||||
{
|
{
|
||||||
name: "Menu", id: "#menu"},
|
name: "Menu", id: "/menu"},
|
||||||
{
|
{
|
||||||
name: "Community", id: "#community"},
|
name: "Community", id: "#community"},
|
||||||
{
|
{
|
||||||
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Book a Table", href: "#contact"},
|
text: "Book a Table", href: "#contact"},
|
||||||
{
|
{
|
||||||
text: "Explore Our Digital Menu", href: "#menu"},
|
text: "Explore Our Digital Menu", href: "/menu"},
|
||||||
]}
|
]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
@@ -246,4 +246,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user