Switch to version 1: modified src/app/page.tsx
This commit is contained in:
@@ -179,8 +179,8 @@ export default function LandingPage() {
|
||||
title="Ready to Start Shopping?"
|
||||
description="Join thousands of satisfied customers who trust us for quality products and exceptional service. Visit us today or sign up online to get started with exclusive member benefits."
|
||||
buttons={[
|
||||
{ text: "Shop Online Now", href: "#" },
|
||||
{ text: "Download App", href: "#" }
|
||||
{ text: "Visit Our Store", href: "#" },
|
||||
{ text: "Shop Online", href: "#" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -196,4 +196,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user