Update src/app/page.tsx
This commit is contained in:
@@ -7,12 +7,10 @@ import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { MessageSquare, Phone, ShieldCheck, Truck, Clock, MapPin, Quote } from "lucide-react";
|
||||
import { Quote } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -70,10 +68,11 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
<MetricSplitMediaAbout
|
||||
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."]}
|
||||
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."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778721455407-saccaveb.jpg"
|
||||
metrics={[]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user