2 Commits

Author SHA1 Message Date
968eb1637c Update src/app/page.tsx 2026-03-04 17:46:15 +00:00
cb614f7acd Merge version_2 into main
Merge version_2 into main
2026-03-04 17:44:47 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
logoText="UNITY AUTO PARTS" logoText="UNITY AUTO PARTS"
description="Premium auto parts engineered for reliability and built for those who demand more." description="Premium auto parts engineered for reliability and built for those who demand more."
buttons={[ buttons={[
{ text: "Browse Catalog", href: "products" }, { text: "Shop Parts", href: "products" },
{ text: "Request a Quote", href: "contact" } { text: "Request a Quote", href: "contact" }
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/headlights-new-car-car-showroom_1303-31694.jpg" imageSrc="http://img.b2bpic.net/free-photo/headlights-new-car-car-showroom_1303-31694.jpg"
@@ -177,8 +177,8 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
tag="Get in Touch" tag="Get in Touch"
tagIcon={Mail} tagIcon={Mail}
title="Don't Let Cheap Parts Cost You More" title="Get Premium Parts Built for Performance"
description="Upgrade your vehicle with parts built for performance and longevity. Our team is ready to help you find exactly what you need." 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={[ buttons={[
{ text: "Shop Now", href: "products" }, { text: "Shop Now", href: "products" },
{ text: "Contact Our Team", href: "#" } { text: "Contact Our Team", href: "#" }