Update src/app/page.tsx
This commit is contained in:
@@ -203,7 +203,7 @@ export default function HomePage() {
|
||||
animationType="reveal-blur"
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "/shop" },
|
||||
{ text: "Learn More", href: "/about" },
|
||||
{ text: "See Our Story", href: "/about" },
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -253,4 +253,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user