From fb965f7e447d35c7de25448afd27ec8c0457e0a0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:57:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 00641fa..88bda35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "View Collection", href: "#products" }, + { text: "Explore Custom Designs", href: "#products" }, { text: "Request Quote", href: "#footer" } ]} buttonAnimation="slide-up" -- 2.49.1