Switch to version 1: modified src/app/page.tsx
This commit is contained in:
@@ -58,7 +58,7 @@ export default function HomePage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Start Shopping", href: "/products" },
|
||||
{ text: "Browse Deals", href: "#about" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Hero section"
|
||||
@@ -277,4 +277,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user