diff --git a/src/app/page.tsx b/src/app/page.tsx index a744176..c27c611 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Scissors, Star, Sparkles, Palette } from "lucide-react"; +import { Scissors, Star, Sparkles, Palette, Whatsapp } from "lucide-react"; export default function LandingPage() { return ( @@ -195,6 +195,17 @@ export default function LandingPage() { ]} /> + + {/* Floating WhatsApp Button */} + + + ); }