From 66c53f2af046f8312c17b096bf9eb66f8588dfe5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:01:22 +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 9389f6e..8c1a330 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" useInvertedBackground={false} - buttons={[{ text: "View All Products", href: "#contact" }]} + buttons={[{ text: "View All Products", href: "#pricing" }]} buttonAnimation="slide-up" /> -- 2.49.1