Update src/app/page.tsx

This commit is contained in:
2026-06-03 11:52:47 +00:00
parent fe90b4af3d
commit 2f61db8255

View File

@@ -45,6 +45,8 @@ export default function LandingPage() {
name: "Pricing", id: "#pricing"},
{
name: "Testimonials", id: "#testimonials"},
{
name: "Integrations", id: "/integrations"},
{
name: "Contact", id: "#contact"},
]}
@@ -288,6 +290,8 @@ export default function LandingPage() {
label: "Pricing", href: "#pricing"},
{
label: "Testimonials", href: "#testimonials"},
{
label: "Integrations", href: "/integrations"},
{
label: "Contact", href: "#contact"},
],
@@ -309,4 +313,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}