diff --git a/src/app/page.tsx b/src/app/page.tsx index dc7abc9..1b6faa3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,6 +47,12 @@ export default function LandingPage() { tag="⭐ 4.1 Rating | 27+ Reviews" tagIcon={Star} tagAnimation="slide-up" + avatars={[ + { src: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling-holding-her-chin_23-2149374984.jpg", alt: "Happy customer 1" }, + { src: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg", alt: "Happy customer 2" }, + { src: "http://img.b2bpic.net/free-photo/portrait-young-pretty-cheerful-woman-happily-looking-away-modern-workshop_574295-2037.jpg", alt: "Happy customer 3" } + ]} + avatarText="27+ Happy Customers" buttons={[ { text: "📞 Call Now", href: "tel:09810642215" }, { text: "💬 WhatsApp", href: "https://wa.me/919810642215" } @@ -109,10 +115,7 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={true} - buttons={[ - { text: "Schedule Consultation", href: "#contact" }, - { text: "Explore Services", href: "#contact" } - ]} + buttons={[{ text: "Explore Services", href: "#contact" }]} buttonAnimation="blur-reveal" /> @@ -214,7 +217,7 @@ export default function LandingPage() {