From c9c4886db83626b472bf1337aa8a326a3533bfb1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:18:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c67f1c3..6eff291 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/white-car-turning-city-street-modern-urban-motion_169016-69787.jpg?_wi=1", imageAlt: "Mercedes AMG" } ]} buttons={[ - { text: "View Available Cars", href: "featured-vehicles" }, + { text: "Browse Luxury Collection", href: "featured-vehicles" }, { text: "Contact Sales", href: "contact" } ]} buttonAnimation="slide-up" -- 2.49.1