Update src/app/page.tsx

This commit is contained in:
2026-06-09 10:07:36 +00:00
parent 591e032aa3
commit ea0bb2a647

View File

@@ -39,6 +39,8 @@ export default function LandingPage() {
name: "Services", id: "#services"},
{
name: "Products", id: "#products"},
{
name: "Social Proof", id: "#social-proof"},
{
name: "Testimonials", id: "#testimonials"},
{
@@ -263,4 +265,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}