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 +} 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 +}