diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8941d92..2a6fe15 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,11 @@ export default function LandingPage() {
@@ -54,103 +43,19 @@ export default function LandingPage() {
@@ -161,64 +66,13 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
- products={[
- {
- id: "p1",
- brand: "Porsche",
- name: "911 Carrera S",
- price: "$125,000",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/ladies-car-salon-woman-buying-car-elegant-woman-blue-dress-manager-helps-client_1157-45023.jpg",
- },
- {
- id: "p2",
- brand: "Ferrari",
- name: "488 Spider",
- price: "$280,000",
- rating: 5,
- reviewCount: "8",
- imageSrc: "http://img.b2bpic.net/free-photo/sport-car-with-black-white-autotuning_114579-4075.jpg",
- },
- {
- id: "p3",
- brand: "Lamborghini",
- name: "Huracán Evo",
- price: "$310,000",
- rating: 5,
- reviewCount: "10",
- imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580533.jpg",
- },
- {
- id: "p4",
- brand: "Aston Martin",
- name: "Vantage",
- price: "$155,000",
- rating: 4,
- reviewCount: "15",
- imageSrc: "http://img.b2bpic.net/free-photo/grey-silver-color-sport-car-front-side-view-with-red-wheels-road_114579-1163.jpg",
- },
- {
- id: "p5",
- brand: "McLaren",
- name: "720S",
- price: "$260,000",
- rating: 5,
- reviewCount: "5",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-with-tool-hand-is-sitting-near-new-shiny-car-while-posing-photographer_613910-17074.jpg",
- },
- {
- id: "p6",
- brand: "Audi",
- name: "R8 V10",
- price: "$140,000",
- rating: 5,
- reviewCount: "22",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15196.jpg",
- },
- ]}
title="Current Inventory"
- description="Hand-selected vehicles currently in our showroom."
+ description="Hand-selected performance vehicles ready for delivery."
+ products={[
+ { id: "p1", brand: "Porsche", name: "911 Carrera S", price: "$125,000", imageSrc: "http://img.b2bpic.net/free-photo/ladies-car-salon-woman-buying-car-elegant-woman-blue-dress-manager-helps-client_1157-45023.jpg" },
+ { id: "p2", brand: "Ferrari", name: "488 Spider", price: "$280,000", imageSrc: "http://img.b2bpic.net/free-photo/sport-car-with-black-white-autotuning_114579-4075.jpg" },
+ { id: "p3", brand: "Lamborghini", name: "Huracán Evo", price: "$310,000", imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580533.jpg" }
+ ]}
/>
@@ -226,146 +80,52 @@ export default function LandingPage() {