From 2f6a08d5761475db3ba9d499adfc1b93f9af664a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:52:59 +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 aa296c2..1707bc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { tagIcon={Award} tagAnimation="slide-up" buttons={[ - { text: "View Full Catalog", href: "contact" } + { text: "Request Sample Kit", href: "contact" } ]} buttonAnimation="slide-up" textboxLayout="default" -- 2.49.1