Update src/app/contact/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "How It Works", href: "/services" },
|
||||
{ label: "Industries", href: "/industries" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Celcius", href: "/about" },
|
||||
{ label: "Industries", href: "/industries" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Cookie Policy", href: "/" },
|
||||
@@ -54,7 +51,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -69,9 +66,9 @@ export default function ContactPage() {
|
||||
tag="Get in Touch"
|
||||
title="Connect with Celcius Today"
|
||||
description="Have questions about our cold chain logistics services? Need an immediate quote? Our team is ready to assist you. Fill in your details below and we'll get back to you shortly."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"
|
||||
imageAlt="Celcius contact and communication"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -88,26 +85,18 @@ 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=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smart-factory-expert-using-digital-device-app-test-automated-systems-closeup_482257-126768.jpg"
|
||||
imageAlt="Celcius team supporting cold chain logistics"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user