Switch to version 55: modified src/app/pricing/page.tsx

This commit is contained in:
2026-05-15 17:53:45 +00:00
parent 4ffe390e1f
commit 2cfadee187

View File

@@ -29,7 +29,7 @@ export default function PricingPage() {
{ name: "Services", id: "services" },
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "/contact" },
{ name: "Tarifs", id: "pricing" }
{ name: "Pricing", id: "pricing" }
]}
button={{ text: "Démarrer", href: "/contact" }}
/>
@@ -49,4 +49,4 @@ export default function PricingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}