Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user