From 483ffdbc81bcdcdd25e99dffe4b527dba2b817e3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 08:59:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67f8be3..a8ed78b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,7 @@ export default function LandingPage() { textboxLayout="split-actions" buttons={[ { text: "Buy Now", href: "#" }, - { text: "View Details", href: "#" }, + { text: "Discover More", href: "#" }, ]} gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} @@ -199,4 +199,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}