From 92874dbdcefe2dd3ffbe9607d8345e89606b9515 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:05:45 +0000 Subject: [PATCH] Update src/app/tarifs/page.tsx --- src/app/tarifs/page.tsx | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/src/app/tarifs/page.tsx b/src/app/tarifs/page.tsx index 7271345..66c9f0d 100644 --- a/src/app/tarifs/page.tsx +++ b/src/app/tarifs/page.tsx @@ -3,11 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; +import { CheckCircle } from "lucide-react"; -export default function LandingPage() { +export default function TarifsPage() { return ( -
- +
@@ -53,8 +61,8 @@ export default function LandingPage() { @@ -71,4 +79,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1