3 Commits

Author SHA1 Message Date
a6686bc051 Merge version_3 into main
Merge version_3 into main
2026-04-17 09:59:55 +00:00
bc4097c542 Update src/app/page.tsx 2026-04-17 09:59:49 +00:00
37bffeb15f Merge version_2 into main
Merge version_2 into main
2026-04-17 09:58:27 +00:00

View File

@@ -32,9 +32,9 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Product", id: "features" },
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Company", id: "about" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Flowith"
@@ -172,4 +172,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}