Update src/app/page.tsx

This commit is contained in:
2026-04-26 12:44:24 +00:00
parent 26069a1f6e
commit febaecda13

View File

@@ -135,7 +135,10 @@ export default function LandingPage() {
]}
title="New Arrivals"
description="The latest styles curated for your closet."
buttons={[{ text: "View All Products", href: "/catalog" }]}
buttons={[
{ text: "View All Products", href: "/catalog" },
{ text: "Shop Collections", href: "#products" }
]}
/>
</div>