From a7908a6ffdb392fb0f533bbef38c541661851021 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:14:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 +++++++++++--------------------- 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b6879fb..a48d7c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tag="New Arrivals" tagIcon={Sparkles} buttons={[ - { text: "Explore Inventory", href: "inventory" }, + { text: "View Available Vehicles", href: "inventory" }, { text: "Schedule Test Drive", href: "contact" }, ]} imageSrc="http://img.b2bpic.net/free-photo/female-salesperson-car-showroom_1303-13475.jpg" @@ -62,12 +62,9 @@ export default function LandingPage() {