Merge version_29 into main

Merge version_29 into main
This commit was merged in pull request #37.
This commit is contained in:
2026-05-15 16:36:36 +00:00
4 changed files with 18 additions and 17 deletions

View File

@@ -29,21 +29,21 @@ export default function ComparisonPage() {
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Pricing", id: "/pricing" },
{ name: "Features Comparison", id: "/comparison" },
{ name: "Nos Offres", id: "/comparison" },
{ name: "Pricing Highlights", id: "/pricing-highlighted" }
]}
button={{ text: "Démarrer", href: "#contact" }}
/>
<div id="features-comparison" className="pt-32 pb-20">
<PricingCardEight
title="Features Comparison"
description="Compare our plans and choose the perfect fit for your digital growth."
title="Nos Offres"
description="Découvrez nos différentes options conçues pour propulser votre croissance digitale."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "basic", badge: "Essential", price: "$49", subtitle: "For growing brands", features: ["SEO Optimization", "Web Development", "Standard Support"], buttons: [{ text: "Get Started", href: "#" }] },
{ id: "pro", badge: "Professional", price: "$99", subtitle: "For established businesses", features: ["Everything in Basic", "Advanced Analytics", "24/7 Priority Support", "Custom UI/UX"], buttons: [{ text: "Choose Pro", href: "#" }] }
{ id: "basic", badge: "Essentiel", price: "$49", subtitle: "Pour les marques en croissance", features: ["SEO Optimi", "veloppement Web", "Support Standard"], buttons: [{ text: "Démarrer", href: "#" }] },
{ id: "pro", badge: "Professionnel", price: "$99", subtitle: "Pour les entreprises établies", features: ["Tout le pack Essentiel", "Analyses Avancées", "Support Prioritaire 24/7", "UI/UX Sur-mesure"], buttons: [{ text: "Choisir", href: "#" }] }
]}
/>
</div>
@@ -58,4 +58,4 @@ export default function ComparisonPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -37,7 +37,8 @@ export default function WebAgency2Page() {
{ name: "Services", id: "services" },
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Tarifs", id: "pricing" }
{ name: "Tarifs", id: "pricing" },
{ name: "Offres", id: "/comparison" }
]}
button={{ text: "Démarrer", href: "#contact" }}
/>
@@ -93,16 +94,16 @@ export default function WebAgency2Page() {
]}
/>
</div>
<div id="features-comparison">
<div id="offers">
<PricingCardEight
title="Features Comparison"
description="Compare our plans and choose the perfect fit for your digital growth."
title="Nos Offres"
description="Découvrez nos différentes options conçues pour propulser votre croissance digitale."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "basic", badge: "Essential", price: "$49", subtitle: "For growing brands", features: ["SEO Optimization", "Web Development", "Standard Support"], buttons: [{ text: "Get Started", href: "#" }] },
{ id: "pro", badge: "Professional", price: "$99", subtitle: "For established businesses", features: ["Everything in Basic", "Advanced Analytics", "24/7 Priority Support", "Custom UI/UX"], buttons: [{ text: "Choose Pro", href: "#" }] }
{ id: "basic", badge: "Essentiel", price: "$49", subtitle: "Pour les marques en croissance", features: ["SEO Optimi", "veloppement Web", "Support Standard"], buttons: [{ text: "Démarrer", href: "#" }] },
{ id: "pro", badge: "Professionnel", price: "$99", subtitle: "Pour les entreprises établies", features: ["Tout le pack Essentiel", "Analyses Avancées", "Support Prioritaire 24/7", "UI/UX Sur-mesure"], buttons: [{ text: "Choisir", href: "#" }] }
]}
/>
</div>
@@ -183,4 +184,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -30,7 +30,7 @@ export default function PricingHighlightedPage() {
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Pricing", id: "/pricing" },
{ name: "Features Comparison", id: "/comparison" },
{ name: "Nos Offres", id: "/comparison" },
{ name: "Pricing Highlights", id: "/pricing-highlighted" }
]}
button={{ text: "Démarrer", href: "#contact" }}
@@ -58,4 +58,4 @@ export default function PricingHighlightedPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -29,7 +29,7 @@ export default function PricingPage() {
{ name: "À Propos", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Pricing", id: "/pricing" },
{ name: "Features Comparison", id: "/comparison" },
{ name: "Nos Offres", id: "/comparison" },
{ name: "Pricing Highlights", id: "/pricing-highlighted" }
]}
button={{ text: "Démarrer", href: "#contact" }}
@@ -59,4 +59,4 @@ export default function PricingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}