Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| febaecda13 | |||
| 26069a1f6e |
@@ -135,7 +135,10 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="New Arrivals"
|
title="New Arrivals"
|
||||||
description="The latest styles curated for your closet."
|
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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user