diff --git a/src/app/page.tsx b/src/app/page.tsx index 7681a93..a65e6fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,9 +12,12 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Shield, Zap } from "lucide-react"; +import { Award, Shield, Zap, MessageCircle } from "lucide-react"; export default function LandingPage() { + const whatsappNumber = "923000000000"; + const handleOrder = () => window.open(`https://wa.me/${whatsappNumber}?text=Hi, I would like to order!`, "_blank"); + return ( - + + + );