Update src/app/page.tsx

This commit is contained in:
2026-05-15 16:27:53 +00:00
parent edc5cc6445
commit f18382ca11

View File

@@ -34,7 +34,8 @@ export default function WebAgency2Page() {
{ name: "Services", id: "services" },
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Comparison", id: "/comparison" },
{ name: "Pricing", id: "/pricing" },
{ name: "Features Comparison", id: "/comparison" },
]}
button={{ text: "Démarrer", href: "#contact" }}
/>
@@ -141,4 +142,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}