3 Commits

Author SHA1 Message Date
98de76b670 Merge version_3 into main
Merge version_3 into main
2026-04-26 12:44:27 +00:00
febaecda13 Update src/app/page.tsx 2026-04-26 12:44:24 +00:00
26069a1f6e Merge version_2 into main
Merge version_2 into main
2026-04-26 12:43:24 +00:00

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>