Update src/app/page.tsx
This commit is contained in:
110
src/app/page.tsx
110
src/app/page.tsx
@@ -40,7 +40,7 @@ export default function HomePage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="small"
|
contentWidth="small"
|
||||||
sizing="mediumLargeSizeLargeTitles"
|
sizing="mediumLargeSizeLargeTitles"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="diagonal-gradient"
|
primaryButtonStyle="diagonal-gradient"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
@@ -57,8 +57,8 @@ export default function HomePage() {
|
|||||||
tag="Enterprise Logistics Solutions"
|
tag="Enterprise Logistics Solutions"
|
||||||
tagIcon={Package}
|
tagIcon={Package}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "canvas-reveal" }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg"
|
||||||
imageAlt="Logistics dashboard with real-time tracking"
|
imageAlt="Logistics dashboard with real-time tracking"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Free Trial", href: "/contact" },
|
{ text: "Start Free Trial", href: "/contact" },
|
||||||
@@ -79,27 +79,19 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "99.9% Uptime",
|
title: "99.9% Uptime", description: "Enterprise-grade infrastructure ensuring your shipments are always tracked and on schedule.", icon: Shield,
|
||||||
description: "Enterprise-grade infrastructure ensuring your shipments are always tracked and on schedule.",
|
|
||||||
icon: Shield,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Global Network",
|
title: "Global Network", description: "Operations in 150+ countries with local expertise and 24/7 support.", icon: Globe,
|
||||||
description: "Operations in 150+ countries with local expertise and 24/7 support.",
|
|
||||||
icon: Globe,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Real-Time Visibility",
|
title: "Real-Time Visibility", description: "Track every package in real-time with our advanced GPS and IoT integrations.", icon: Eye,
|
||||||
description: "Track every package in real-time with our advanced GPS and IoT integrations.",
|
|
||||||
icon: Eye,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Cost Optimization",
|
title: "Cost Optimization", description: "AI-powered routing algorithms reduce delivery costs by up to 30%.", icon: TrendingDown,
|
||||||
description: "AI-powered routing algorithms reduce delivery costs by up to 30%.",
|
|
||||||
icon: TrendingDown,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-staff-printing-awb-tracking-numbers-tags-new-parcel-shipment-managing-airway_482257-136207.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/african-american-staff-printing-awb-tracking-numbers-tags-new-parcel-shipment-managing-airway_482257-136207.jpg"
|
||||||
imageAlt="Logistics operations center"
|
imageAlt="Logistics operations center"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
@@ -120,32 +112,16 @@ export default function HomePage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "International Shipping",
|
title: "International Shipping", description: "Seamless cross-border logistics with customs clearance and documentation handled by our experts.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-international-trade_23-2149164061.jpg", imageAlt: "International shipping service"},
|
||||||
description: "Seamless cross-border logistics with customs clearance and documentation handled by our experts.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-international-trade_23-2149164061.jpg?_wi=1",
|
|
||||||
imageAlt: "International shipping service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Warehouse Management",
|
title: "Warehouse Management", description: "State-of-the-art facilities with inventory management, packaging, and fulfillment services.", imageSrc: "http://img.b2bpic.net/free-photo/home-business-employees-preparing-products-boxes-local-delivery_482257-132083.jpg", imageAlt: "Warehouse management facility"},
|
||||||
description: "State-of-the-art facilities with inventory management, packaging, and fulfillment services.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/home-business-employees-preparing-products-boxes-local-delivery_482257-132083.jpg?_wi=1",
|
|
||||||
imageAlt: "Warehouse management facility",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "Last-Mile Delivery",
|
title: "Last-Mile Delivery", description: "Efficient final-mile solutions ensuring timely and safe delivery to your customers.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people_23-2149103420.jpg", imageAlt: "Last-mile delivery service"},
|
||||||
description: "Efficient final-mile solutions ensuring timely and safe delivery to your customers.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people_23-2149103420.jpg?_wi=1",
|
|
||||||
imageAlt: "Last-mile delivery service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
title: "Cold Chain Logistics",
|
title: "Cold Chain Logistics", description: "Temperature-controlled shipping for pharmaceuticals, food, and perishable goods.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-hand-protective-rubber-gloves-opening-fridge-with-frozen-food-supermarket_342744-1144.jpg", imageAlt: "Cold chain logistics"},
|
||||||
description: "Temperature-controlled shipping for pharmaceuticals, food, and perishable goods.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-hand-protective-rubber-gloves-opening-fridge-with-frozen-food-supermarket_342744-1144.jpg",
|
|
||||||
imageAlt: "Cold chain logistics",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
buttons={[{ text: "Explore Services", href: "/services" }]}
|
buttons={[{ text: "Explore Services", href: "/services" }]}
|
||||||
@@ -164,25 +140,13 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "2.5M+", description: "Shipments Delivered Annually"},
|
||||||
value: "2.5M+",
|
|
||||||
description: "Shipments Delivered Annually",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "98.7%", description: "On-Time Delivery Rate"},
|
||||||
value: "98.7%",
|
|
||||||
description: "On-Time Delivery Rate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "150+", description: "Countries & Territories Served"},
|
||||||
value: "150+",
|
|
||||||
description: "Countries & Territories Served",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", value: "24/7", description: "Customer Support Available"},
|
||||||
value: "24/7",
|
|
||||||
description: "Customer Support Available",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="scale-rotate"
|
animationType="scale-rotate"
|
||||||
@@ -198,29 +162,17 @@ export default function HomePage() {
|
|||||||
author="Sarah Chen, Operations Director at TechFlow Industries"
|
author="Sarah Chen, Operations Director at TechFlow Industries"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Sarah Chen"},
|
||||||
alt: "Sarah Chen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Team member 2"},
|
||||||
alt: "Team member 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg",
|
src: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg", alt: "Team member 3"},
|
||||||
alt: "Team member 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Team member 4"},
|
||||||
alt: "Team member 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Team member 5"},
|
||||||
alt: "Team member 5",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", alt: "Team member 6"},
|
||||||
alt: "Team member 6",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -238,23 +190,9 @@ export default function HomePage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"TechFlow Industries",
|
"TechFlow Industries", "Global Retail Corp", "FastTrack Commerce", "Summit Manufacturing", "CloudConnect Solutions", "NexGen Pharmaceuticals", "EcoShip Ventures"]}
|
||||||
"Global Retail Corp",
|
|
||||||
"FastTrack Commerce",
|
|
||||||
"Summit Manufacturing",
|
|
||||||
"CloudConnect Solutions",
|
|
||||||
"NexGen Pharmaceuticals",
|
|
||||||
"EcoShip Ventures",
|
|
||||||
]}
|
|
||||||
logos={[
|
logos={[
|
||||||
"http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148220592.jpg",
|
"http://img.b2bpic.net/free-vector/gradient-technology-logo-template-collection_23-2148220592.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-shop-local-collection_23-2149575775.jpg", "http://img.b2bpic.net/free-vector/delivery-logo-template-with-gradient-effect_23-2147882328.jpg", "http://img.b2bpic.net/free-vector/mechanical-engineering-logo-design_23-2150074711.jpg", "http://img.b2bpic.net/free-vector/technological-logo-with-clouds_1071-107.jpg", "http://img.b2bpic.net/free-vector/hospital-logo-template_23-2150529397.jpg", "http://img.b2bpic.net/free-photo/eco-friendly-recycling-concept_23-2148737663.jpg"]}
|
||||||
"http://img.b2bpic.net/free-vector/hand-drawn-shop-local-collection_23-2149575775.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/delivery-logo-template-with-gradient-effect_23-2147882328.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/mechanical-engineering-logo-design_23-2150074711.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/technological-logo-with-clouds_1071-107.jpg",
|
|
||||||
"http://img.b2bpic.net/free-vector/hospital-logo-template_23-2150529397.jpg",
|
|
||||||
"http://img.b2bpic.net/free-photo/eco-friendly-recycling-concept_23-2148737663.jpg",
|
|
||||||
]}
|
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
buttons={[{ text: "See Case Studies", href: "#" }]}
|
buttons={[{ text: "See Case Studies", href: "#" }]}
|
||||||
|
|||||||
Reference in New Issue
Block a user