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() {