From 694048f68060c0236a824d1341d444563730577b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:36:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2472e8d..c672178 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +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: "Start Painting", href: "#contact" } + { text: "Explore Kits", href: "#products" } ]} /> @@ -138,4 +137,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1