Merge version_4 into main #5

Merged
bender merged 2 commits from version_4 into main 2026-03-02 08:48:28 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -1410,4 +1410,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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"
/>
</div>
@@ -212,4 +213,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}