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