From 15523c0edc18b8ef2a02e79bc18b8019877d60a1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 09:00:39 +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 a8ed78b..4516d7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split-actions" buttons={[ - { text: "Buy Now", href: "#" }, + { text: "Add to Cart", href: "#" }, { text: "Discover More", href: "#" }, ]} gridVariant="four-items-2x2-equal-grid" -- 2.49.1