diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1eadf22..e953e3a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,21 +45,16 @@ export default function LandingPage() {
@@ -95,41 +82,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Executive SUV 2024",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-psd/modern-car-isolated_23-2151504496.jpg",
- },
+ id: "p1", name: "Executive SUV 2024", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-psd/modern-car-isolated_23-2151504496.jpg"},
{
- id: "p2",
- name: "Sport Performance Edition",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg",
- },
+ id: "p2", name: "Sport Performance Edition", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg"},
{
- id: "p3",
- name: "EV Luxury Cruiser",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/futuristic-sports-car_23-2151955588.jpg",
- },
+ id: "p3", name: "EV Luxury Cruiser", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-sports-car_23-2151955588.jpg"},
{
- id: "p4",
- name: "Business Sedan Pro",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-heels-hands-holding-phone-beautiful-sexy-rich-business-style-woman-red-suit-posing-white-car_285396-6793.jpg",
- },
+ id: "p4", name: "Business Sedan Pro", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-heels-hands-holding-phone-beautiful-sexy-rich-business-style-woman-red-suit-posing-white-car_285396-6793.jpg"},
{
- id: "p5",
- name: "Crossover Sport Elite",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-blurry-people-working-as-team_23-2149307825.jpg",
- },
+ id: "p5", name: "Crossover Sport Elite", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-blurry-people-working-as-team_23-2149307825.jpg"},
{
- id: "p6",
- name: "Grand Performance Sedan",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15206.jpg",
- },
+ id: "p6", name: "Grand Performance Sedan", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-choosing-car-show-room_1303-15206.jpg"},
]}
title="Premium Fleet Selection"
description="Explore our curated selection of high-end vehicles available for immediate global export."
@@ -138,49 +101,25 @@ export default function LandingPage() {