Update src/app/page.tsx

This commit is contained in:
2025-12-26 11:27:55 +00:00
parent ea31892962
commit d7b3a034a3

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal";
@@ -35,7 +35,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarouselSplit
title="Discover Your Perfect Cup"
title="1"
buttons={[
{
text: "View Menu",
@@ -163,4 +163,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}