Update src/app/page.tsx

This commit is contained in:
2026-05-30 21:39:35 +00:00
parent c51ba765a3
commit 5e9521773e

View File

@@ -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, Whatsapp } from "lucide-react";
import { Scissors, Star, Sparkles, Palette, MessageSquare } from "lucide-react";
export default function LandingPage() {
return (
@@ -204,7 +204,7 @@ export default function LandingPage() {
className="fixed bottom-8 right-8 z-50 w-20 h-20 bg-green-500 rounded-full flex items-center justify-center shadow-lg hover:bg-green-600 transition-colors duration-300"
aria-label="WhatsApp"
>
<Whatsapp className="w-10 h-10 text-white" />
<MessageSquare className="w-10 h-10 text-white" />
</a>
</ThemeProvider>
);