From 0771a3e7c0789b35fd362d7e26b738b2b07476ec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:36:57 +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 c672178..32a7b48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { description="Discover magical painting kits designed to spark imagination and artistic growth." background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Explore Kits", href: "#products" } + { text: "Shop Painting Kits", href: "#products" } ]} /> -- 2.49.1