diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1930e17..7808649 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,15 +2,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactText from '@/components/sections/contact/ContactText';
-import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
-import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
-import FooterBase from '@/components/sections/footer/FooterBase';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
+import FaqBase from '@/components/sections/faq/FaqBase';
+import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
-import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
+import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
+import { MessageSquare, Phone, ShieldCheck, Truck, Clock, MapPin } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,22 +31,12 @@ export default function LandingPage() {
@@ -53,172 +44,48 @@ export default function LandingPage() {
-
@@ -227,182 +94,64 @@ 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: "p1",
- name: "4WD SUV",
- brand: "Rotel Logistics",
- price: "Delivered",
- imageSrc: "http://img.b2bpic.net/free-photo/describe-how-you-feel-about-it-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16080.jpg",
- rating: 5,
- reviewCount: "24 Reviews",
- },
- {
- id: "p2",
- name: "Hyundai & Toyota",
- brand: "Rotel Logistics",
- price: "Delivered",
- imageSrc: "http://img.b2bpic.net/free-photo/long-line-white-refrigerated-shipping-containers-dramatic-cloudy-sky_84443-73914.jpg",
- rating: 5,
- reviewCount: "18 Reviews",
- },
- {
- id: "p3",
- name: "Lexus GX460",
- brand: "Rotel Logistics",
- price: "Delivered",
- imageSrc: "http://img.b2bpic.net/free-photo/lady-car-salon-woman-buying-car-elegant-woman-brown-suit_1157-45046.jpg",
- rating: 5,
- reviewCount: "32 Reviews",
- },
- {
- id: "p4",
- name: "Toyota Corolla",
- brand: "Rotel Logistics",
- price: "Delivered",
- imageSrc: "http://img.b2bpic.net/free-photo/african-american-delivery-woman-talking-phone-while-going-through-delivery-list-van_637285-2163.jpg",
- rating: 5,
- reviewCount: "41 Reviews",
- },
- {
- id: "p5",
- name: "Mercedes Benz ML",
- brand: "Rotel Logistics",
- price: "Delivered",
- imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172338.jpg",
- rating: 5,
- reviewCount: "15 Reviews",
- },
- {
- id: "p6",
- name: "Toyota Avalon",
- brand: "Rotel Logistics",
- price: "Delivered",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dh3XgnLXJSinas5FBHGkj9452J/uploaded-1778720631553-mzxzydae.jpg?_wi=4",
- rating: 5,
- reviewCount: "12 Reviews",
- },
+ { 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" },
]}
- title="Successfully Delivered Vehicles"
- description="Every vehicle you see here was imported and cleared by Rotel Global Logistics Ltd."
/>