Update src/app/page.tsx

This commit is contained in:
2026-03-04 17:46:15 +00:00
parent cb614f7acd
commit 968eb1637c

View File

@@ -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() {
<ContactCTA
tag="Get in Touch"
tagIcon={Mail}
title="Don't Let Cheap Parts Cost You More"
description="Upgrade your vehicle with parts built for performance and longevity. Our team is ready to help you find exactly what you need."
title="Get Premium Parts Built for Performance"
description="Upgrade your vehicle with parts engineered for reliability and built to outlast the competition. Our team is ready to help you find exactly what you need."
buttons={[
{ text: "Shop Now", href: "products" },
{ text: "Contact Our Team", href: "#" }