From 5139878351722389952edc165e7563a5f9fa77e9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 07:27:41 +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 02a34b8..3475bca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" carouselMode="buttons" buttons={[ - { text: "See all designs", href: "#" } + { text: "View Our Full Portfolio", href: "#" } ]} products={[ { @@ -196,4 +196,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1