Update src/app/page.tsx

This commit is contained in:
2026-03-03 18:11:07 +00:00
parent 224ccdc506
commit 3e7bce3d41

View File

@@ -101,7 +101,7 @@ export default function HomePage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Start Shopping", href: "/products" },
{ text: "Shop Now & Save 20%", href: "/products" },
{ text: "Learn More", href: "/about" },
]}
buttonAnimation="slide-up"
@@ -323,4 +323,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}