From 968eb1637ce030fa7fdc074cd723e3fb33a07b4d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:46:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a0658c..c5662c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { logoText="UNITY AUTO PARTS" description="Premium auto parts engineered for reliability and built for those who demand more." buttons={[ - { text: "Browse Catalog", href: "products" }, + { text: "Shop Parts", href: "products" }, { text: "Request a Quote", href: "contact" } ]} imageSrc="http://img.b2bpic.net/free-photo/headlights-new-car-car-showroom_1303-31694.jpg" @@ -177,8 +177,8 @@ export default function LandingPage() {