From 3a87d9a0f68d654fdde426306b0a0982a9c2dfb7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:52:23 +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 48baa5f..ebbd172 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { ]} carouselPosition="right" buttons={[ - { text: "Explore Products", href: "products" }, + { text: "View Equipment Catalog", href: "products" }, { text: "Learn More", href: "about" } ]} buttonAnimation="slide-up" @@ -333,4 +333,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1