diff --git a/src/app/page.tsx b/src/app/page.tsx index 226fbf2..ff841e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function HomePage() { buttonClassName="text-lg font-bold px-8 py-3" buttons={[ { - text: "Browse Our Inventory", href: "/cars" + text: "Find Your Perfect Car", href: "/cars" }, { text: "Contact Us", href: "#contact"