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() {