diff --git a/src/app/page.tsx b/src/app/page.tsx index 89a4959..6af36de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,8 +10,8 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import FooterBase from "@/components/sections/footer/FooterBase"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; -import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; -import { Sparkles, Search, Award, Users, ArrowRight, CheckCircle } from "lucide-react"; +import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; +import { Sparkles, Search, Award, Users, ArrowRight, CheckCircle, Smartphone, LayoutGrid, Palette } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -36,7 +36,7 @@ export default function WebAgency2Page() { { name: "Services", id: "services" }, { name: "À Propos", id: "about" }, { name: "Contact", id: "contact" }, - { name: "Pricing", id: "pricing" } + { name: "Tarifs", id: "pricing" } ]} button={{ text: "Démarrer", href: "#contact" }} /> @@ -93,21 +93,26 @@ export default function WebAgency2Page() { />
- @@ -165,4 +170,4 @@ export default function WebAgency2Page() { ); -} \ No newline at end of file +}