diff --git a/src/app/page.tsx b/src/app/page.tsx index e58ce99..86789a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,19 +43,19 @@ export default function LandingPage() {
@@ -66,12 +66,12 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={true} - title="Current Inventory" - description="Hand-selected performance vehicles ready for delivery." + title="The Private Selection" + description="Explore our current collection of elite performance cars and trucks." products={[ - { id: "p1", brand: "Porsche", name: "911 Carrera S", price: "$125,000", rating: 5, reviewCount: "128", 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: "85", 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: "92", imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580533.jpg" } + { id: "p1", brand: "Chevrolet", name: "Camaro ZL1", price: "Inquire", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/red-sports-car-road_114579-4075.jpg" }, + { id: "p2", brand: "Ford", name: "Mustang Shelby GT500", price: "Inquire", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/black-mustang-dark-background_1157-45023.jpg" }, + { id: "p3", brand: "RAM", name: "1500 TRX", price: "Inquire", rating: 5, reviewCount: "58", imageSrc: "http://img.b2bpic.net/free-photo/truck-offroad-adventure_23-2149580533.jpg" } ]} /> @@ -80,38 +80,38 @@ export default function LandingPage() {
@@ -119,9 +119,9 @@ export default function LandingPage() {
@@ -135,4 +135,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}