From 4d344921641c2d9059abf46f961ddfb3783bc9bb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:16:05 +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 1961728..fac2d40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +45,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Shop Collection", href: "#products" }, - { text: "View Products", href: "#products" }, - { text: "WhatsApp Order", href: "https://wa.me/" } + { text: "Get Design Advice", href: "https://wa.me/" } ]} /> @@ -122,4 +121,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1