From 9e72476bb146836543599d8d4eb01fc82fc57049 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 01:08:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7808649..cfb0259 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,6 +73,7 @@ export default function LandingPage() { title="Meet the Man Behind Rotel" description={[ "Ajayi Olarotimi is the founder of Rotel Global Logistics Ltd, a Lagos-based clearing and forwarding company operating out of Apapa — Nigeria's busiest port.", "With years of hands-on experience in vehicle importation, customs documentation, and cargo handling, Olarotimi has built Rotel into a name clients trust to get the job done right, every time."]} + useInvertedBackground={false} /> @@ -81,6 +82,7 @@ export default function LandingPage() { title="Our Services" description="Professional logistics solutions for every step of your vehicle's journey." textboxLayout="split" + useInvertedBackground={false} features={[ { title: "Sea & Air Freight", description: "Efficient clearance and forwarding across international borders.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-j12s62pm.jpg" }, { title: "Vehicle Clearing", description: "Professional vehicle import and clearing with precision.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-s22kdj2j.jpg" }, @@ -94,14 +96,15 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" + useInvertedBackground={false} title="Success Gallery" description="A glimpse into the vehicles and cargo we handle daily." products={[ - { id: "1", name: "Luxury SUV", brand: "Rotel", price: "Delivered", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-j12s62pm.jpg" }, - { id: "2", name: "Sedan Imports", brand: "Rotel", price: "Delivered", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-s22kdj2j.jpg" }, - { id: "3", name: "Commercial Fleet", brand: "Rotel", price: "Delivered", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-q3j44tfs.jpg" }, - { id: "4", name: "Luxury Imports", brand: "Rotel", price: "Delivered", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-jysk2k4a.jpg" }, - { id: "5", name: "Export Solutions", brand: "Rotel", price: "Delivered", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-e65acxir.jpg" }, + { id: "1", name: "Luxury SUV", brand: "Rotel", price: "Delivered", rating: 5, reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-j12s62pm.jpg" }, + { id: "2", name: "Sedan Imports", brand: "Rotel", price: "Delivered", rating: 5, reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-s22kdj2j.jpg" }, + { id: "3", name: "Commercial Fleet", brand: "Rotel", price: "Delivered", rating: 4, reviewCount: "20", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-q3j44tfs.jpg" }, + { id: "4", name: "Luxury Imports", brand: "Rotel", price: "Delivered", rating: 5, reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-jysk2k4a.jpg" }, + { id: "5", name: "Export Solutions", brand: "Rotel", price: "Delivered", rating: 5, reviewCount: "9", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720838595-e65acxir.jpg" }, ]} /> @@ -112,6 +115,7 @@ export default function LandingPage() { description="Our core differentiators that keep clients coming back." animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} metrics={[ { id: "1", icon: MapPin, title: "Location", value: "Apapa Base" }, { id: "2", icon: ShieldCheck, title: "Security", value: "Certified" }, @@ -126,6 +130,8 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Common queries about our logistics and clearance process." faqsAnimation="blur-reveal" + textboxLayout="split" + useInvertedBackground={false} faqs={[ { id: "1", title: "How long does clearing take?", content: "Varies by vehicle type, but usually 3-5 days." }, { id: "2", title: "Do you handle shipping?", content: "Yes, from origin port to Lagos." }, @@ -141,6 +147,7 @@ export default function LandingPage() { description="Contact Rotel Global Logistics today for seamless import services." buttons={[{ text: "Contact via WhatsApp", href: "https://wa.me/2348035240284" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1