Update src/app/page.tsx
This commit is contained in:
178
src/app/page.tsx
178
src/app/page.tsx
@@ -30,78 +30,45 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Fleet",
|
||||
id: "fleet",
|
||||
},
|
||||
name: "Fleet", id: "fleet"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Best A Transport"
|
||||
button={{
|
||||
text: "Request Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Request Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Reliable Transport & Wholesale Solutions Across Ethiopia"
|
||||
description="Serving Government, NGOs, and Private Sector Projects Nationwide with professional logistics coordination."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg?_wi=1",
|
||||
imageAlt: "Logistics fleet on road",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg?_wi=1", imageAlt: "Logistics fleet on road"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-aerial-shot-modern-architecture-with-skyscrapers-urban-city_181624-3483.jpg?_wi=1",
|
||||
imageAlt: "Warehouse operations",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/overhead-aerial-shot-modern-architecture-with-skyscrapers-urban-city_181624-3483.jpg?_wi=1", imageAlt: "Warehouse operations"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-large-distribution-warehouse-with-shelves-stacked-with-palettes-goods-ready-market_342744-1481.jpg",
|
||||
imageAlt: "Container shipping",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/interior-large-distribution-warehouse-with-shelves-stacked-with-palettes-goods-ready-market_342744-1481.jpg", imageAlt: "Container shipping"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-with-tablet_23-2149103421.jpg",
|
||||
imageAlt: "Truck fleet parking",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-with-tablet_23-2149103421.jpg", imageAlt: "Truck fleet parking"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-warehouse_23-2148923070.jpg",
|
||||
imageAlt: "Planning logistics",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-warehouse_23-2148923070.jpg", imageAlt: "Planning logistics"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fields-outskirts-cardona_1398-3190.jpg",
|
||||
imageAlt: "Ethiopian landscape transport",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/fields-outskirts-cardona_1398-3190.jpg", imageAlt: "Ethiopian landscape transport"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,15 +89,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Transport & Vehicle Rental",
|
||||
description: "Reliable short-term and long-term rentals for institutional needs with driver support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/transportation-concept-with-car_23-2148996437.jpg",
|
||||
},
|
||||
title: "Transport & Vehicle Rental", description: "Reliable short-term and long-term rentals for institutional needs with driver support.", imageSrc: "http://img.b2bpic.net/free-photo/transportation-concept-with-car_23-2148996437.jpg"},
|
||||
{
|
||||
title: "Wholesale Trade",
|
||||
description: "General merchandise and construction supplies delivered with project-grade precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827243.jpg",
|
||||
},
|
||||
title: "Wholesale Trade", description: "General merchandise and construction supplies delivered with project-grade precision.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827243.jpg"},
|
||||
]}
|
||||
title="Our Core Services"
|
||||
description="Premium logistics and bulk supply solutions tailored for your organizational success."
|
||||
@@ -143,49 +104,24 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Inquire Availability", href: "#contact"
|
||||
}
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "4x4 Pickup",
|
||||
price: "Available",
|
||||
variant: "Rental",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662939.jpg",
|
||||
},
|
||||
id: "p1", name: "4x4 Pickup", price: "Available", variant: "Rental", imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662939.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "SUV Fleet",
|
||||
price: "Available",
|
||||
variant: "Rental",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-corporate-buildings-west-london-uk_181624-17106.jpg",
|
||||
},
|
||||
id: "p2", name: "SUV Fleet", price: "Available", variant: "Rental", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-corporate-buildings-west-london-uk_181624-17106.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Heavy Trucks",
|
||||
price: "Available",
|
||||
variant: "Wholesale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shipping-containers-cargo-port-sunset_23-2151998701.jpg",
|
||||
},
|
||||
id: "p3", name: "Heavy Trucks", price: "Available", variant: "Wholesale", imageSrc: "http://img.b2bpic.net/free-photo/shipping-containers-cargo-port-sunset_23-2151998701.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Transport Bus",
|
||||
price: "Available",
|
||||
variant: "Service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truck-warehouse_23-2151998722.jpg",
|
||||
},
|
||||
id: "p4", name: "Transport Bus", price: "Available", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/truck-warehouse_23-2151998722.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Heavy Equipment",
|
||||
price: "Available",
|
||||
variant: "Wholesale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessman-manager-ceo-holding-tablet-walking-through-warehouse-storage-area-looking-towards-shelves_342744-1499.jpg",
|
||||
},
|
||||
id: "p5", name: "Heavy Equipment", price: "Available", variant: "Wholesale", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessman-manager-ceo-holding-tablet-walking-through-warehouse-storage-area-looking-towards-shelves_342744-1499.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Light Utility",
|
||||
price: "Available",
|
||||
variant: "Rental",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-line-white-refrigerated-shipping-containers-dramatic-cloudy-sky_84443-73914.jpg",
|
||||
},
|
||||
id: "p6", name: "Light Utility", price: "Available", variant: "Rental", imageSrc: "http://img.b2bpic.net/free-photo/long-line-white-refrigerated-shipping-containers-dramatic-cloudy-sky_84443-73914.jpg"},
|
||||
]}
|
||||
title="Our Diverse Fleet"
|
||||
description="Reliable equipment maintained to international standards for all project scales."
|
||||
@@ -199,23 +135,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Scalable Fleet",
|
||||
description: "Ability to handle nationwide deployments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/country-road-moving-car-sunrise-fields-hills-covered-with-trees_1268-15942.jpg",
|
||||
imageAlt: "Country road and moving car at sunrise, fields, hills covered with trees",
|
||||
},
|
||||
title: "Scalable Fleet", description: "Ability to handle nationwide deployments.", imageSrc: "http://img.b2bpic.net/free-photo/country-road-moving-car-sunrise-fields-hills-covered-with-trees_1268-15942.jpg", imageAlt: "Country road and moving car at sunrise, fields, hills covered with trees"},
|
||||
{
|
||||
title: "NGO Experience",
|
||||
description: "Trusted by international development partners.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg?_wi=2",
|
||||
imageAlt: "Country road and moving car at sunrise, fields, hills covered with trees",
|
||||
},
|
||||
title: "NGO Experience", description: "Trusted by international development partners.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-factory-trucks-parked-near-warehouse-daytime_181624-4593.jpg?_wi=2", imageAlt: "Country road and moving car at sunrise, fields, hills covered with trees"},
|
||||
{
|
||||
title: "Flexible Pricing",
|
||||
description: "Custom billing options for long-term projects.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-aerial-shot-modern-architecture-with-skyscrapers-urban-city_181624-3483.jpg?_wi=2",
|
||||
imageAlt: "Country road and moving car at sunrise, fields, hills covered with trees",
|
||||
},
|
||||
title: "Flexible Pricing", description: "Custom billing options for long-term projects.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-aerial-shot-modern-architecture-with-skyscrapers-urban-city_181624-3483.jpg?_wi=2", imageAlt: "Country road and moving car at sunrise, fields, hills covered with trees"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Institutional grade performance standards every step of the way."
|
||||
@@ -227,14 +151,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Government Institutions",
|
||||
"United Nations",
|
||||
"International NGOs",
|
||||
"Construction Groups",
|
||||
"Mining Enterprises",
|
||||
"Development Agencies",
|
||||
"Regional Projects",
|
||||
]}
|
||||
"Government Institutions", "United Nations", "International NGOs", "Construction Groups", "Mining Enterprises", "Development Agencies", "Regional Projects"]}
|
||||
title="Trusted Partners"
|
||||
description="We are the backbone of project delivery for top-tier organizations in Ethiopia."
|
||||
/>
|
||||
@@ -244,8 +161,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Need Reliable Transport or Bulk Supply?"
|
||||
description="Contact us today for professional assistance with your project requirements in Addis Ababa and nationwide."
|
||||
@@ -258,37 +174,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Fleet",
|
||||
href: "#fleet",
|
||||
},
|
||||
label: "Fleet", href: "#fleet"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "0994 686 809",
|
||||
href: "tel:0994686809",
|
||||
},
|
||||
label: "0994 686 809", href: "tel:0994686809"},
|
||||
{
|
||||
label: "0911 164 849",
|
||||
href: "tel:0911164849",
|
||||
},
|
||||
label: "0911 164 849", href: "tel:0911164849"},
|
||||
{
|
||||
label: "bestatransport5@gmail.com",
|
||||
href: "mailto:bestatransport5@gmail.com",
|
||||
},
|
||||
label: "bestatransport5@gmail.com", href: "mailto:bestatransport5@gmail.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user