Update src/app/page.tsx

This commit is contained in:
2026-05-13 14:52:33 +00:00
parent 8d4f89ed4c
commit 28a700d7b0

View File

@@ -10,7 +10,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TextAbout from '@/components/sections/about/TextAbout';
import { Sparkles } from "lucide-react";
import { Sparkles, MessageCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -151,6 +151,14 @@ export default function LandingPage() {
bottomRightText="Luxury Barbershop London"
/>
</div>
<a
href="https://wa.me/447828469044"
className="fixed bottom-6 right-6 z-50 p-4 bg-green-500 rounded-full shadow-lg text-white hover:bg-green-600 transition-colors"
aria-label="Contact us on WhatsApp"
>
<MessageCircle size={28} />
</a>
</ReactLenis>
</ThemeProvider>
);