5 Commits

Author SHA1 Message Date
f9ddba8fa3 Merge version_2 into main
Merge version_2 into main
2026-04-09 00:14:16 +00:00
1df83ce3ea Update src/app/page.tsx 2026-04-09 00:14:13 +00:00
b2ce024e75 Merge version_1 into main
Merge version_1 into main
2026-04-09 00:10:54 +00:00
e893cd1ec7 Merge version_1 into main
Merge version_1 into main
2026-04-09 00:10:30 +00:00
ef214a995c Merge version_1 into main
Merge version_1 into main
2026-04-09 00:09:58 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="CRA Auto Sales"
description="Curated, pre-owned luxury vehicles with uncompromising standards. Elevate your driving experience."
description="Curated, pre-owned luxury vehicles in Paris, Arkansas with uncompromising standards. Elevate your driving experience."
buttons={[
{
text: "Browse Inventory", href: "#inventory"},
@@ -77,14 +77,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Hand-Selected Inventory", description: "Every vehicle undergoes a rigorous 150-point inspection before it reaches our showroom.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-closing-car-after-using-lock-controls-panel-unlock-it_482257-118072.jpg"},
title: "Hand-Selected Inventory", description: "Every vehicle in our Paris, Arkansas showroom undergoes a rigorous 150-point inspection.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-closing-car-after-using-lock-controls-panel-unlock-it_482257-118072.jpg"},
{
title: "Transparent Pricing", description: "We offer honest, haggle-free pricing with zero hidden fees or unnecessary add-ons.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-car_23-2148514921.jpg"},
title: "Transparent Pricing", description: "We offer honest, haggle-free pricing with zero hidden fees for our local and regional customers.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-looking-car_23-2148514921.jpg"},
{
title: "Concierge Experience", description: "White-glove service from your initial inquiry all the way through to doorstep delivery.", imageSrc: "http://img.b2bpic.net/free-photo/man-is-giving-car-key-somebody_1150-6201.jpg"},
title: "Concierge Experience", description: "White-glove service for all of Paris, Arkansas and the surrounding region.", imageSrc: "http://img.b2bpic.net/free-photo/man-is-giving-car-key-somebody_1150-6201.jpg"},
]}
title="Why CRA Auto Sales"
description="Our promise of transparency, quality, and service for every luxury vehicle buyer."
description="Our promise of transparency, quality, and service for every luxury vehicle buyer in Arkansas."
/>
</div>
@@ -98,7 +98,7 @@ export default function LandingPage() {
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The buying process was seamless and the concierge service was top-notch. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg"},
{
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Finally found a dealership that is truly transparent. The car was in pristine condition.", rating: 5,
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Finally found a dealership in Arkansas that is truly transparent. The car was in pristine condition.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.jpg"},
{
id: "3", name: "Emily Rodriguez", handle: "@erod", testimonial: "Excellent service and the car exceeded my expectations. CRA Auto Sales is the real deal.", rating: 5,
@@ -112,7 +112,7 @@ export default function LandingPage() {
]}
showRating={true}
title="What Our Clients Say"
description="Join our community of satisfied luxury automotive enthusiasts."
description="Join our community of satisfied luxury automotive enthusiasts in Paris."
/>
</div>
@@ -122,7 +122,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
title="Financing Packages"
description="Tailored financial solutions to make your luxury car purchase effortless and secure."
description="Tailored financial solutions for our customers in Paris, Arkansas and beyond."
plans={[
{
id: "basic", badge: "Standard", price: "$499/mo", subtitle: "Flexible monthly financing.", features: [
@@ -141,7 +141,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "canvas-reveal"}}
text="Ready to find your next luxury vehicle? Talk to our dedicated team at CRA Auto Sales today and schedule your personalized viewing."
text="Ready to find your next luxury vehicle? Visit our dealership in Paris, Arkansas or talk to our dedicated team at CRA Auto Sales today to schedule your personalized viewing."
buttons={[
{
text: "Schedule Appointment", href: "#contact-form"},
@@ -180,10 +180,10 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2026 CRA Auto Sales. All rights reserved."
copyrightText="© 2026 CRA Auto Sales. All rights reserved. Located in Paris, Arkansas."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}