From feb118a851d2d9c9660dc227bd2947e6382923ae Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 07:47:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21c6901..bd0f092 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Instagram, Mail, Whatsapp } from 'lucide-react'; export default function LandingPage() { return ( @@ -229,7 +228,7 @@ export default function LandingPage() { { id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/contemplating-young-caucasian-man-holding-dairy-thinking_23-2148187202.jpg", imageAlt: "product manager man serious look"}, { - id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/positive-mature-businessman-using-laptop-near-office-building_74855-3639.jpg", imageAlt: "female startup founder smiling"}, + id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/positive-mature-businessman-using-laptop-near-office-building_74855-3639.jpg", alt: "female startup founder smiling"}, ]} cardTitle="What Our Clients Say" cardTag="Trusted Feedback" @@ -265,11 +264,11 @@ export default function LandingPage() { description="We're excited to hear about your next big idea. Connect with us through any of the options below." buttons={[ { - text: "Email Us", href: "mailto:info@webild.com", icon: Mail}, + text: "Email Us", href: "mailto:info@webild.com"}, { - text: "Message on WhatsApp", href: "https://wa.me/1234567890", icon: Whatsapp}, + text: "Message on WhatsApp", href: "https://wa.me/1234567890"}, { - text: "Follow on Instagram", href: "https://instagram.com/webild", icon: Instagram}, + text: "Follow on Instagram", href: "https://instagram.com/webild"} ]} buttonAnimation="slide-up" />