Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f9ddba8fa3 | |||
| 1df83ce3ea | |||
| b2ce024e75 | |||
| e893cd1ec7 | |||
| ef214a995c |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="CRA Auto Sales"
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Browse Inventory", href: "#inventory"},
|
text: "Browse Inventory", href: "#inventory"},
|
||||||
@@ -77,14 +77,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
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"
|
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>
|
</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,
|
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"},
|
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"},
|
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,
|
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}
|
showRating={true}
|
||||||
title="What Our Clients Say"
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Financing Packages"
|
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={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic", badge: "Standard", price: "$499/mo", subtitle: "Flexible monthly financing.", features: [
|
id: "basic", badge: "Standard", price: "$499/mo", subtitle: "Flexible monthly financing.", features: [
|
||||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "canvas-reveal"}}
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Schedule Appointment", href: "#contact-form"},
|
text: "Schedule Appointment", href: "#contact-form"},
|
||||||
@@ -180,7 +180,7 @@ 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>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user