Merge version_1 into main #2
393
src/app/page.tsx
393
src/app/page.tsx
@@ -34,34 +34,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/20-taxi-service-line-icon-pack-like-road-sign-cab-smoking-healthcare_1142-17175.jpg"
|
||||
logoAlt="Elektrans Logo"
|
||||
brandName="Elektrans"
|
||||
@@ -72,109 +58,64 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Reliable Transportation Solutions for Your Business Needs"
|
||||
description="Elektrans Elek és Fia Kft. provides efficient and secure logistics services across Hungary and Europe, ensuring your goods arrive on time, every time."
|
||||
testimonials={[
|
||||
{
|
||||
name: "János Kovács",
|
||||
handle: "@KovacsLogistics",
|
||||
testimonial: "Elektrans has consistently exceeded our expectations. Their punctuality and professionalism make them an indispensable partner for our supply chain.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg?_wi=1",
|
||||
},
|
||||
name: "János Kovács", handle: "@KovacsLogistics", testimonial: "Elektrans has consistently exceeded our expectations. Their punctuality and professionalism make them an indispensable partner for our supply chain.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg"},
|
||||
{
|
||||
name: "Eszter Tóth",
|
||||
handle: "@TothCorp",
|
||||
testimonial: "We rely on Elektrans for all our urgent shipments. Their team is always responsive, and their tracking system provides peace of mind.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg",
|
||||
},
|
||||
name: "Eszter Tóth", handle: "@TothCorp", testimonial: "We rely on Elektrans for all our urgent shipments. Their team is always responsive, and their tracking system provides peace of mind.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg"},
|
||||
{
|
||||
name: "Péter Nagy",
|
||||
handle: "@NagyImports",
|
||||
testimonial: "The quality of service from Elektrans is unmatched. They handle our delicate cargo with extreme care, and their rates are very competitive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
|
||||
},
|
||||
name: "Péter Nagy", handle: "@NagyImports", testimonial: "The quality of service from Elektrans is unmatched. They handle our delicate cargo with extreme care, and their rates are very competitive.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg"},
|
||||
{
|
||||
name: "Anna Kiss",
|
||||
handle: "@KissDistro",
|
||||
testimonial: "Switching to Elektrans was one of the best decisions we made. Their efficiency has significantly improved our delivery times and customer satisfaction.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
|
||||
},
|
||||
name: "Anna Kiss", handle: "@KissDistro", testimonial: "Switching to Elektrans was one of the best decisions we made. Their efficiency has significantly improved our delivery times and customer satisfaction.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg"},
|
||||
{
|
||||
name: "Gábor Varga",
|
||||
handle: "@VargaTech",
|
||||
testimonial: "Professional, reliable, and always on time. Elektrans makes complex logistics simple and stress-free. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-middleaged-man-smiling-happy-satisfied-showing-thumbsup-expressing-approval_1258-130648.jpg",
|
||||
},
|
||||
name: "Gábor Varga", handle: "@VargaTech", testimonial: "Professional, reliable, and always on time. Elektrans makes complex logistics simple and stress-free. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-cheerful-middleaged-man-smiling-happy-satisfied-showing-thumbsup-expressing-approval_1258-130648.jpg"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-men-looking-inside-truck_23-2149426536.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-men-looking-inside-truck_23-2149426536.jpg"
|
||||
imageAlt="Modern semi-trucks on a highway at sunset"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-sitting-stool-office_23-2147899682.jpg",
|
||||
alt: "Smiling mature businessman sitting on stool in office",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-sitting-stool-office_23-2147899682.jpg", alt: "Smiling mature businessman sitting on stool in office"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1662.jpg",
|
||||
alt: "young businessman happy expression",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1662.jpg", alt: "young businessman happy expression"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-businessman-smiling_74855-1511.jpg",
|
||||
alt: "Cheerful businessman smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-businessman-smiling_74855-1511.jpg", alt: "Cheerful businessman smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-against-grey-backdrop_23-2147955337.jpg",
|
||||
alt: "Portrait of a happy businessman standing against grey backdrop",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-against-grey-backdrop_23-2147955337.jpg", alt: "Portrait of a happy businessman standing against grey backdrop"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
|
||||
alt: "Serious Beautiful Businesswoman Standing at Window",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", alt: "Serious Beautiful Businesswoman Standing at Window"},
|
||||
]}
|
||||
avatarText="Join our network of satisfied clients!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Delivery",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Fast Delivery", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Secure Cargo",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Secure Cargo", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Reach",
|
||||
icon: Globe,
|
||||
type: "text-icon", text: "Global Reach", icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Modern Fleet",
|
||||
icon: Truck,
|
||||
type: "text-icon", text: "Modern Fleet", icon: Truck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Support",
|
||||
icon: LifeBuoy,
|
||||
type: "text-icon", text: "24/7 Support", icon: LifeBuoy,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
@@ -189,22 +130,16 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Gauge,
|
||||
label: "Years in Service",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Years in Service", value: "10+"},
|
||||
{
|
||||
icon: Package,
|
||||
label: "Tons Delivered",
|
||||
value: "500K+",
|
||||
},
|
||||
label: "Tons Delivered", value: "500K+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Satisfied Clients",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Satisfied Clients", value: "500+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
description="Founded with a vision for unparalleled service, Elektrans has grown into a leading logistics provider, dedicated to innovation and customer satisfaction."
|
||||
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -215,51 +150,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Road Freight Excellence",
|
||||
description: "Reliable and efficient road transportation across Hungary and Europe, utilizing a modern fleet and experienced drivers.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Truck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-industrial-seaport-cloudy-sky_181624-29022.jpg",
|
||||
imageAlt: "cargo ship port logistics global",
|
||||
},
|
||||
title: "Road Freight Excellence", description: "Reliable and efficient road transportation across Hungary and Europe, utilizing a modern fleet and experienced drivers.", bentoComponent: "reveal-icon", icon: Truck,
|
||||
|
||||
imageAlt: "cargo ship port logistics global"},
|
||||
{
|
||||
title: "Advanced Warehouse Management",
|
||||
description: "State-of-the-art warehousing solutions including storage, cross-docking, and inventory management for optimal efficiency.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Building2,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/20-taxi-service-line-icon-pack-like-road-sign-cab-smoking-healthcare_1142-17175.jpg",
|
||||
imageAlt: "cargo ship port logistics global",
|
||||
},
|
||||
title: "Advanced Warehouse Management", description: "State-of-the-art warehousing solutions including storage, cross-docking, and inventory management for optimal efficiency.", bentoComponent: "reveal-icon", icon: Building2,
|
||||
|
||||
imageAlt: "cargo ship port logistics global"},
|
||||
{
|
||||
title: "Specialized Cargo Handling",
|
||||
description: "Expert handling of oversized, heavy, or temperature-sensitive goods with custom solutions and dedicated equipment.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "Specialized Cargo Handling", description: "Expert handling of oversized, heavy, or temperature-sensitive goods with custom solutions and dedicated equipment.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-looking-inside-truck_23-2149426536.jpg?_wi=2",
|
||||
imageAlt: "Cargo ship at port",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-looking-inside-truck_23-2149426536.jpg", imageAlt: "Cargo ship at port"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189339.jpg",
|
||||
imageAlt: "Automated warehouse",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-robot-futuristic-environment_23-2151189339.jpg", imageAlt: "Automated warehouse"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-person-interacting-with-futuristic-delivery-robot_23-2151210960.jpg",
|
||||
imageAlt: "Delivery truck in city",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-person-interacting-with-futuristic-delivery-robot_23-2151210960.jpg", imageAlt: "Delivery truck in city"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg?_wi=2",
|
||||
imageAlt: "cargo ship port logistics global",
|
||||
},
|
||||
|
||||
imageAlt: "cargo ship port logistics global"},
|
||||
]}
|
||||
title="Our Comprehensive Transportation Services"
|
||||
description="From local deliveries to international freight, we cover all aspects of your logistics requirements with precision and care."
|
||||
tag="Our Services"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View All Services", href: "#services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -271,29 +186,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "99.8%",
|
||||
title: "On-Time Deliveries",
|
||||
description: "Our commitment to punctuality ensures your cargo reaches its destination exactly when expected.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662910.jpg",
|
||||
imageAlt: "World map with logistics connections",
|
||||
},
|
||||
id: "1", value: "99.8%", title: "On-Time Deliveries", description: "Our commitment to punctuality ensures your cargo reaches its destination exactly when expected.", imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662910.jpg", imageAlt: "World map with logistics connections"},
|
||||
{
|
||||
id: "2",
|
||||
value: "24/7",
|
||||
title: "Customer Support",
|
||||
description: "Dedicated support available around the clock to assist you with any inquiries or emergencies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-checking-package_23-2148902526.jpg",
|
||||
imageAlt: "Modern warehouse interior with packages",
|
||||
},
|
||||
id: "2", value: "24/7", title: "Customer Support", description: "Dedicated support available around the clock to assist you with any inquiries or emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-checking-package_23-2148902526.jpg", imageAlt: "Modern warehouse interior with packages"},
|
||||
{
|
||||
id: "3",
|
||||
value: "50+",
|
||||
title: "Vehicle Fleet",
|
||||
description: "A diverse fleet of modern vehicles equipped to handle various cargo types and transport distances.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248834.jpg",
|
||||
imageAlt: "Lorry truck driving on a highway",
|
||||
},
|
||||
id: "3", value: "50+", title: "Vehicle Fleet", description: "A diverse fleet of modern vehicles equipped to handle various cargo types and transport distances.", imageSrc: "http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248834.jpg", imageAlt: "Lorry truck driving on a highway"},
|
||||
]}
|
||||
title="Driving Success with Key Performance"
|
||||
description="Our operational excellence is reflected in the tangible results we deliver for our clients every day."
|
||||
@@ -308,47 +205,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "freight-road",
|
||||
name: "Domestic & International Road Freight",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-mechanic-checking-truck-outdoors_23-2149426544.jpg",
|
||||
imageAlt: "Large cargo truck on a highway",
|
||||
},
|
||||
id: "freight-road", name: "Domestic & International Road Freight", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-mechanic-checking-truck-outdoors_23-2149426544.jpg", imageAlt: "Large cargo truck on a highway"},
|
||||
{
|
||||
id: "freight-intermodal",
|
||||
name: "Intermodal Transport Solutions",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/harbor-with-boats-blue-sea_23-2148249086.jpg",
|
||||
imageAlt: "International shipping containers at a dock",
|
||||
},
|
||||
id: "freight-intermodal", name: "Intermodal Transport Solutions", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/harbor-with-boats-blue-sea_23-2148249086.jpg", imageAlt: "International shipping containers at a dock"},
|
||||
{
|
||||
id: "warehouse-storage",
|
||||
name: "Warehousing & Distribution",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/employee-listening-music-warehouse_482257-75314.jpg",
|
||||
imageAlt: "Warehouse interior with forklift",
|
||||
},
|
||||
id: "warehouse-storage", name: "Warehousing & Distribution", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/employee-listening-music-warehouse_482257-75314.jpg", imageAlt: "Warehouse interior with forklift"},
|
||||
{
|
||||
id: "specialized-cargo",
|
||||
name: "Specialized & Oversized Cargo",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/load-carrier-with-wheels_1161-208.jpg",
|
||||
imageAlt: "Specialized transport for oversized cargo",
|
||||
},
|
||||
id: "specialized-cargo", name: "Specialized & Oversized Cargo", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/load-carrier-with-wheels_1161-208.jpg", imageAlt: "Specialized transport for oversized cargo"},
|
||||
{
|
||||
id: "temp-control",
|
||||
name: "Temperature-Controlled Transport",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-truck-full-shot_23-2149426543.jpg",
|
||||
imageAlt: "Temperature-controlled truck",
|
||||
},
|
||||
id: "temp-control", name: "Temperature-Controlled Transport", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-truck-full-shot_23-2149426543.jpg", imageAlt: "Temperature-controlled truck"},
|
||||
{
|
||||
id: "express-delivery",
|
||||
name: "Express & Courier Services",
|
||||
price: "Custom Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-smiling-holding-cardboard-box_1150-8868.jpg",
|
||||
imageAlt: "Express delivery van on a city street",
|
||||
},
|
||||
id: "express-delivery", name: "Express & Courier Services", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-smiling-holding-cardboard-box_1150-8868.jpg", imageAlt: "Express delivery van on a city street"},
|
||||
]}
|
||||
title="Our Tailored Logistics Services"
|
||||
description="Explore our diverse range of transportation solutions designed to meet the unique demands of your cargo."
|
||||
@@ -362,50 +229,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Exceptional Service, Every Time",
|
||||
quote: "Elektrans has consistently delivered our goods with remarkable efficiency and care. Their team is professional, reliable, and always goes the extra mile.",
|
||||
name: "Dávid Szabó",
|
||||
role: "Operations Director, GreenLeaf Co.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-using-digital-tablet_1170-1092.jpg",
|
||||
imageAlt: "Dávid Szabó",
|
||||
},
|
||||
id: "1", title: "Exceptional Service, Every Time", quote: "Elektrans has consistently delivered our goods with remarkable efficiency and care. Their team is professional, reliable, and always goes the extra mile.", name: "Dávid Szabó", role: "Operations Director, GreenLeaf Co.", imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-using-digital-tablet_1170-1092.jpg", imageAlt: "Dávid Szabó"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Seamless Logistics Partner",
|
||||
quote: "Our partnership with Elektrans has streamlined our supply chain significantly. Their advanced tracking and proactive communication are truly invaluable.",
|
||||
name: "Zoltán Farkas",
|
||||
role: "CEO, UrbanBuild Ltd.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-fbi-agent-work_1098-15346.jpg",
|
||||
imageAlt: "Zoltán Farkas",
|
||||
},
|
||||
id: "2", title: "Seamless Logistics Partner", quote: "Our partnership with Elektrans has streamlined our supply chain significantly. Their advanced tracking and proactive communication are truly invaluable.", name: "Zoltán Farkas", role: "CEO, UrbanBuild Ltd.", imageSrc: "http://img.b2bpic.net/free-photo/mature-fbi-agent-work_1098-15346.jpg", imageAlt: "Zoltán Farkas"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Reliability You Can Trust",
|
||||
quote: "When it comes to sensitive cargo, Elektrans is our first choice. Their attention to detail and secure transport solutions ensure our products arrive perfectly.",
|
||||
name: "Mária Horváth",
|
||||
role: "Procurement Manager, PharmaCare Inc.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-working-digital-tablet-restaurant_23-2147955283.jpg",
|
||||
imageAlt: "Mária Horváth",
|
||||
},
|
||||
id: "3", title: "Reliability You Can Trust", quote: "When it comes to sensitive cargo, Elektrans is our first choice. Their attention to detail and secure transport solutions ensure our products arrive perfectly.", name: "Mária Horváth", role: "Procurement Manager, PharmaCare Inc.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-working-digital-tablet-restaurant_23-2147955283.jpg", imageAlt: "Mária Horváth"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Always On Time, Every Time",
|
||||
quote: "The punctuality of Elektrans is outstanding. We've never missed a deadline since partnering with them, which is critical for our business.",
|
||||
name: "László Balogh",
|
||||
role: "Logistics Head, GlobalTech Solutions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-lovely-young-woman-with-curly-long-hair_176532-7203.jpg",
|
||||
imageAlt: "László Balogh",
|
||||
},
|
||||
id: "4", title: "Always On Time, Every Time", quote: "The punctuality of Elektrans is outstanding. We've never missed a deadline since partnering with them, which is critical for our business.", name: "László Balogh", role: "Logistics Head, GlobalTech Solutions", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-lovely-young-woman-with-curly-long-hair_176532-7203.jpg", imageAlt: "László Balogh"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Excellent Communication",
|
||||
quote: "From initial booking to final delivery, the communication from Elektrans is impeccable. We always know the status of our shipments.",
|
||||
name: "Ildikó Varga",
|
||||
role: "Supply Chain Analyst, FreshFoods Corp.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1747.jpg",
|
||||
imageAlt: "Ildikó Varga",
|
||||
},
|
||||
id: "5", title: "Excellent Communication", quote: "From initial booking to final delivery, the communication from Elektrans is impeccable. We always know the status of our shipments.", name: "Ildikó Varga", role: "Supply Chain Analyst, FreshFoods Corp.", imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1747.jpg", imageAlt: "Ildikó Varga"},
|
||||
]}
|
||||
title="What Our Clients Say About Us"
|
||||
description="Hear directly from businesses who trust Elektrans for their critical transportation and logistics needs."
|
||||
@@ -418,16 +250,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Global Corp",
|
||||
"Innovate Solutions",
|
||||
"Future Dynamics",
|
||||
"Pioneer Group",
|
||||
"Apex Logistics",
|
||||
"Quantum Industries",
|
||||
"Summit Holdings",
|
||||
"Visionary Enterprises",
|
||||
"Prime Ventures",
|
||||
]}
|
||||
"Global Corp", "Innovate Solutions", "Future Dynamics", "Pioneer Group", "Apex Logistics", "Quantum Industries", "Summit Holdings", "Visionary Enterprises", "Prime Ventures"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Our commitment to excellence has earned the trust of renowned companies across various sectors."
|
||||
speed={30}
|
||||
@@ -441,35 +264,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What types of cargo do you transport?",
|
||||
content: "We transport a wide range of cargo, including general goods, oversized loads, heavy machinery, and temperature-controlled products. Contact us to discuss your specific needs.",
|
||||
},
|
||||
id: "faq-1", title: "What types of cargo do you transport?", content: "We transport a wide range of cargo, including general goods, oversized loads, heavy machinery, and temperature-controlled products. Contact us to discuss your specific needs."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, Elektrans provides extensive international road freight services across Europe, ensuring secure and timely deliveries to various destinations.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer international shipping?", content: "Yes, Elektrans provides extensive international road freight services across Europe, ensuring secure and timely deliveries to various destinations."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "How can I track my shipment?",
|
||||
content: "We provide a state-of-the-art tracking system that allows you to monitor your shipment's progress in real-time, from pickup to delivery.",
|
||||
},
|
||||
id: "faq-3", title: "How can I track my shipment?", content: "We provide a state-of-the-art tracking system that allows you to monitor your shipment's progress in real-time, from pickup to delivery."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What are your delivery times?",
|
||||
content: "Delivery times vary based on distance, destination, and service type. We always provide estimated delivery windows and work to meet your specific deadlines.",
|
||||
},
|
||||
id: "faq-4", title: "What are your delivery times?", content: "Delivery times vary based on distance, destination, and service type. We always provide estimated delivery windows and work to meet your specific deadlines."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Do you handle customs clearance?",
|
||||
content: "While we primarily focus on transportation, we can guide you through the customs process and recommend reliable partners for efficient clearance.",
|
||||
},
|
||||
id: "faq-5", title: "Do you handle customs clearance?", content: "While we primarily focus on transportation, we can guide you through the customs process and recommend reliable partners for efficient clearance."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "How do I get a quote for your services?",
|
||||
content: "You can request a personalized quote by filling out the contact form on our website, calling us directly, or sending an email to our sales team.",
|
||||
},
|
||||
id: "faq-6", title: "How do I get a quote for your services?", content: "You can request a personalized quote by filling out the contact form on our website, calling us directly, or sending an email to our sales team."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our transportation and logistics services."
|
||||
@@ -482,8 +287,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Get a Quote Today"
|
||||
description="Contact us for reliable and efficient transport services. Our team is ready to assist you with a personalized solution."
|
||||
@@ -503,66 +307,39 @@ export default function LandingPage() {
|
||||
logoText="Elektrans"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Road Freight",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Road Freight", href: "#services"},
|
||||
{
|
||||
label: "Warehousing",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Warehousing", href: "#services"},
|
||||
{
|
||||
label: "Special Cargo",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Special Cargo", href: "#services"},
|
||||
{
|
||||
label: "Express Delivery",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Express Delivery", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Team", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user