Update src/app/page.tsx

This commit is contained in:
2026-03-03 17:23:19 +00:00
parent 7a34f81e52
commit 81f33a3e1c

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Learn More", href: "#about" }
{ text: "View Products", href: "#products" }
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
@@ -268,4 +268,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}