Update src/app/contact/page.tsx
This commit is contained in:
@@ -3,10 +3,9 @@ import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Rocket, HelpCircle, Clock, Users, CheckCircle } from "lucide-react";
|
||||
import { Rocket, Clock, Users, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
@@ -26,9 +25,9 @@ export default function ContactPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="LogisticNet"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Solutions", id: "/solutions" },
|
||||
{ name: "Network", id: "/about" },
|
||||
{ name: "Case Studies", id: "/solutions" },
|
||||
{ name: "Pricing", id: "/pricing" }
|
||||
]}
|
||||
button={{ text: "Request Demo", href: "/contact" }}
|
||||
@@ -57,25 +56,13 @@ export default function ContactPage() {
|
||||
tagIcon={CheckCircle}
|
||||
metrics={[
|
||||
{
|
||||
id: "response-time",
|
||||
value: "24",
|
||||
title: "Hours Response",
|
||||
description: "Initial contact within one business day",
|
||||
icon: Clock
|
||||
id: "response-time", value: "24", title: "Hours Response", description: "Initial contact within one business day", icon: Clock
|
||||
},
|
||||
{
|
||||
id: "assessment-time",
|
||||
value: "48",
|
||||
title: "Hours to Analysis",
|
||||
description: "Complete logistics assessment delivered",
|
||||
icon: CheckCircle
|
||||
id: "assessment-time", value: "48", title: "Hours to Analysis", description: "Complete logistics assessment delivered", icon: CheckCircle
|
||||
},
|
||||
{
|
||||
id: "team-size",
|
||||
value: "3",
|
||||
title: "Experts Assigned",
|
||||
description: "Dedicated team for your evaluation",
|
||||
icon: Users
|
||||
id: "team-size", value: "3", title: "Experts Assigned", description: "Dedicated team for your evaluation", icon: Users
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -85,51 +72,12 @@ export default function ContactPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Contact & Implementation FAQ"
|
||||
description="Common questions about getting started with LogisticNet and our implementation process."
|
||||
tag="Getting Started"
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What information do you need for the initial consultation?",
|
||||
content: "We'll need basic information about your current shipping volumes, primary routes, warehousing needs, and any specific challenges you're facing. Our team will send a brief questionnaire before the consultation to maximize efficiency."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does the implementation process take?",
|
||||
content: "Most implementations complete within 4-6 weeks from contract signing. This includes system integration, staff training, and gradual transition of your logistics operations. We ensure zero disruption to your existing operations during the transition."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer pilot programs for large enterprises?",
|
||||
content: "Yes, we offer 90-day pilot programs for enterprise clients. This allows you to test our services on a limited scale before full implementation. Pilot programs typically cover 1-2 shipping corridors or product lines."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "What ongoing support do you provide after implementation?",
|
||||
content: "Every client receives a dedicated account manager, 24/7 technical support, quarterly business reviews, and access to our client portal. We also provide ongoing optimization recommendations as your business grows."
|
||||
}
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/professional-portrait-of-a-business-exec-1771991397938-911577d9.png?_wi=2"
|
||||
imageAlt="LogisticNet consultation and support team"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FooterBase
|
||||
logoText="LogisticNet"
|
||||
copyrightText="© 2025 LogisticNet. All rights reserved. Integrated Logistics for the Modern Enterprise."
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{ label: "Fleet Management", href: "/solutions" },
|
||||
{ label: "Warehouse Network", href: "/about" },
|
||||
{ label: "Demand Forecasting", href: "/solutions" },
|
||||
@@ -137,8 +85,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Case Studies", href: "/solutions" },
|
||||
@@ -146,8 +93,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "System Status", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user