Update src/app/page.tsx
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user