Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-05-30 21:39:41 +00:00

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>
);