From b9ba87069ea6a955e711ab383a0dc9538685fcb1 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 18 Jan 2026 19:54:43 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0200003..d2da76f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1262,4 +1262,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From 768d638cb86f1115202389b682bd13df6a84b5eb Mon Sep 17 00:00:00 2001 From: development Date: Sun, 18 Jan 2026 19:54:44 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5614ff..d3598ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -46,7 +46,7 @@ export default function LandingPage() { tagIcon={UtensilsCrossed} buttons={[ { text: "Make a Reservation", href: "contact" }, - { text: "View Our Menu", href: "features" } + { text: "View Our Menu", href: "www.webild.io" } ]} imageSrc="https://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg" imageAlt="Elegant Italian restaurant dining room with warm lighting" @@ -197,4 +197,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}