Update src/app/pricing-highlighted-cards/page.tsx

This commit is contained in:
2026-05-15 18:01:08 +00:00
parent 3e45039fd7
commit ab0c5472ee

View File

@@ -29,10 +29,9 @@ export default function PricingHighlightedCardsPage() {
{ name: "Réalisations", id: "work" },
{ name: "Services", id: "services" },
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Pricing", id: "pricing" }
]}
button={{ text: "Démarrer", href: "#contact" }}
button={{ text: "Démarrer", href: "/contact" }}
/>
<div id="pricing-highlighted-cards" className="pt-32 pb-20">
<PricingCardTwo
@@ -58,7 +57,7 @@ export default function PricingHighlightedCardsPage() {
logoText="Switzerweb"
copyrightText="© 2026 | Switzerweb"
columns={[
{ title: "Entreprise", items: [{ label: "À Propos", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
{ title: "Entreprise", items: [{ label: "À Propos", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Services", items: [{ label: "Dév Web", href: "#" }, { label: "SEO", href: "#" }] },
]}
/>