From e3dbc302210d8189906bf2400b9092a197b9419b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 08:48:23 +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 5c837f8..870414a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1410,4 +1410,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From bb9dc80ef5233e8c6013af4f4e6c12332c9eca4c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 08:48:23 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a689f55..1e8b379 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; @@ -36,6 +36,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ text: "Reserve Table", href: "contact" }} + animationType="slide-up" /> @@ -212,4 +213,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1