Update src/app/page.tsx

This commit is contained in:
2026-03-03 15:16:30 +00:00
parent 96a09fd2b8
commit 7ea8de82a4

View File

@@ -240,7 +240,7 @@ const HomePage = () => {
background={{ variant: "plain" }}
useInvertedBackground={true}
buttons={[
{ text: "Schedule Consultation", href: "contact" },
{ text: "Find Your Vehicle", href: "contact" },
{ text: "Browse Catalog", href: "products" },
]}
/>
@@ -284,4 +284,4 @@ const HomePage = () => {
);
};
export default HomePage;
export default HomePage;