From 1123360a796626b454a345d0331b8ca96b3bee0d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:39:19 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 66d1721..23fd79b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -82,6 +82,7 @@ export default function ContactPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUZgTEL046kfCgA48Icets3dxA/a-professional-consultation-and-communic-1772649329278-6e4ace20.png" imageAlt="LeadBricks consultation" mediaPosition="right" + mediaAnimation="none" inputPlaceholder="Enter your email address" buttonText="Book Strategy Call" termsText="We respect your privacy. We'll reach out within 24 hours to confirm your preferred time slot." @@ -95,13 +96,16 @@ export default function ContactPage() { features={[ { icon: Phone, - title: "Call Us", description: "Direct phone line: +91 9717495310. Available Monday-Friday, 9 AM - 6 PM IST"}, + title: "Call Us", description: "Direct phone line: +91 9717495310. Available Monday-Friday, 9 AM - 6 PM IST" + }, { icon: Mail, - title: "Email", description: "Send us an email at admin@leadbricks.online. We respond within 24 hours"}, + title: "Email", description: "Send us an email at admin@leadbricks.online. We respond within 24 hours" + }, { icon: MapPin, - title: "WhatsApp", description: "Quick messages and file sharing on WhatsApp: +91 9717495310"}, + title: "WhatsApp", description: "Quick messages and file sharing on WhatsApp: +91 9717495310" + }, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1