From 90fa205b85e2b9638df5a1ff3b81cbeb07441326 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:23:07 +0000 Subject: [PATCH] Switch to version 1: modified src/app/contact/page.tsx --- src/app/contact/page.tsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cf420d1..74f9eb1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -85,20 +85,16 @@ export default function ContactPage() { bulletPoints={[ { icon: Phone, - title: "Call Us", description: "+91 98765 43210 - Available 24/7 for urgent logistics inquiries and immediate support." - }, + title: "Call Us", description: "+91 98765 43210 - Available 24/7 for urgent logistics inquiries and immediate support."}, { icon: Mail, - title: "Email Us", description: "support@celcius.com - Send your detailed requirements and we'll respond within 2 hours." - }, + title: "Email Us", description: "support@celcius.com - Send your detailed requirements and we'll respond within 2 hours."}, { icon: MapPin, - title: "Visit Our Office", description: "Navi Mumbai Logistics Hub - Meet our team for enterprise consultations and partnership discussions." - }, + title: "Visit Our Office", description: "Navi Mumbai Logistics Hub - Meet our team for enterprise consultations and partnership discussions."}, { icon: Clock, - title: "Response Time", description: "Phone inquiries: Immediate | Email inquiries: 2 hours | Quote requests: Same day turnaround." - }, + title: "Response Time", description: "Phone inquiries: Immediate | Email inquiries: 2 hours | Quote requests: Same day turnaround."}, ]} imageSrc="http://img.b2bpic.net/free-photo/smart-factory-expert-using-digital-device-app-test-automated-systems-closeup_482257-126768.jpg?_wi=3" imageAlt="Celcius team supporting cold chain logistics" @@ -118,4 +114,4 @@ export default function ContactPage() { ); -} +} \ No newline at end of file