diff --git a/src/app/page.tsx b/src/app/page.tsx index 77d23a9..5e76e53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,8 +24,7 @@ import { BookLock, BellRing, ClipboardCheck, - Mail, - WhatsApp + Mail } from "lucide-react"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; @@ -56,72 +55,77 @@ export default function WebAgencyThemePage() { headingFontWeight="medium" > - - - - + +
+ +
+
+ +
+
+ +
- { - console.log(`Email submitted: ${email}`); - alert(`Merci pour votre intérêt ! Nous vous contacterons à l'adresse ${email}.`); - }} - background={{ variant: "canvas-reveal" }} - useInvertedBackground={false} - /> +
+ { + console.log(`Email submitted: ${email}`); + alert(`Merci pour votre intérêt ! Nous vous contacterons à l'adresse ${email}.`); + }} + background={{ variant: "canvas-reveal" }} + useInvertedBackground={false} + /> +
- + WhatsApp