2 Commits

Author SHA1 Message Date
29741fb80e Update src/app/page.tsx 2026-03-04 09:06:10 +00:00
96d2d7f1e9 Update src/app/layout.tsx 2026-03-04 09:06:09 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1388,4 +1388,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -86,7 +86,7 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Shop Now", href: "/shop" },
{ text: "Start Shopping", href: "/shop" },
{ text: "Learn More", href: "/shop" },
]}
buttonAnimation="slide-up"
@@ -283,4 +283,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}