Merge version_1 into main #2
177
src/app/page.tsx
177
src/app/page.tsx
@@ -29,23 +29,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inventory",
|
||||
id: "#inventory",
|
||||
},
|
||||
name: "Inventory", id: "#inventory"},
|
||||
{
|
||||
name: "Financing",
|
||||
id: "#financing",
|
||||
},
|
||||
name: "Financing", id: "#financing"},
|
||||
{
|
||||
name: "Trade-In",
|
||||
id: "#trade-in",
|
||||
},
|
||||
name: "Trade-In", id: "#trade-in"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="CRA Auto Sales"
|
||||
button={{ text: "Get Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,39 +48,23 @@ export default function LandingPage() {
|
||||
description="Curated, pre-owned luxury vehicles with uncompromising standards. Elevate your driving experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Inventory",
|
||||
href: "#inventory",
|
||||
},
|
||||
text: "Browse Inventory", href: "#inventory"},
|
||||
{
|
||||
text: "Sell Your Car",
|
||||
href: "#trade-in",
|
||||
},
|
||||
text: "Sell Your Car", href: "#trade-in"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg?_wi=1",
|
||||
imageAlt: "Luxury vehicle in showroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg", imageAlt: "Luxury vehicle in showroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg?_wi=2",
|
||||
imageAlt: "Luxury vehicle in showroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg", imageAlt: "Luxury vehicle in showroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg?_wi=3",
|
||||
imageAlt: "Luxury vehicle in showroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg", imageAlt: "Luxury vehicle in showroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg?_wi=4",
|
||||
imageAlt: "Luxury vehicle in showroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg", imageAlt: "Luxury vehicle in showroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg?_wi=5",
|
||||
imageAlt: "Luxury vehicle in showroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg", imageAlt: "Luxury vehicle in showroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg?_wi=6",
|
||||
imageAlt: "Luxury vehicle in showroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-24274.jpg", imageAlt: "Luxury vehicle in showroom"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,20 +77,11 @@ 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 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: "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 or unnecessary add-ons.", 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 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="Why CRA Auto Sales"
|
||||
description="Our promise of transparency, quality, and service for every luxury vehicle buyer."
|
||||
@@ -123,48 +91,24 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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: "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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-woman-with-blue-shirt_1098-3627.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,
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/browneyed-stylish-brunet-bearded-man-white-shirt-checkered-jacket-smiles-looks-into-camera-orange-background_197531-29376.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "Transparent pricing and great selection. Made my purchase experience stress-free.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/supportive-girlfriend-giving-thumbs-up-decision-boyfriend-move-friendlylooking-tender-charm_1258-142625.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@dkim", testimonial: "Transparent pricing and great selection. Made my purchase experience stress-free.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/supportive-girlfriend-giving-thumbs-up-decision-boyfriend-move-friendlylooking-tender-charm_1258-142625.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
handle: "@jlee",
|
||||
testimonial: "The best luxury car experience I've had. Professional team and quick delivery.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", handle: "@jlee", testimonial: "The best luxury car experience I've had. Professional team and quick delivery.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/happy-business-woman-white-shirt_23-2148095748.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
@@ -181,27 +125,12 @@ export default function LandingPage() {
|
||||
description="Tailored financial solutions to make your luxury car purchase effortless and secure."
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Standard",
|
||||
price: "$499/mo",
|
||||
subtitle: "Flexible monthly financing.",
|
||||
features: [
|
||||
"Low down payment",
|
||||
"24/7 support",
|
||||
"Competitive APR",
|
||||
],
|
||||
id: "basic", badge: "Standard", price: "$499/mo", subtitle: "Flexible monthly financing.", features: [
|
||||
"Low down payment", "24/7 support", "Competitive APR"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Concierge",
|
||||
price: "$899/mo",
|
||||
subtitle: "Comprehensive protection and service.",
|
||||
features: [
|
||||
"Zero down payment",
|
||||
"Extended warranty",
|
||||
"Priority maintenance",
|
||||
"Concierge delivery",
|
||||
],
|
||||
id: "premium", badge: "Concierge", price: "$899/mo", subtitle: "Comprehensive protection and service.", features: [
|
||||
"Zero down payment", "Extended warranty", "Priority maintenance", "Concierge delivery"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -211,18 +140,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Appointment",
|
||||
href: "#contact-form",
|
||||
},
|
||||
text: "Schedule Appointment", href: "#contact-form"},
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+18005550123",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+18005550123"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -232,42 +156,27 @@ export default function LandingPage() {
|
||||
logoText="CRA Auto Sales"
|
||||
columns={[
|
||||
{
|
||||
title: "Inventory",
|
||||
items: [
|
||||
title: "Inventory", items: [
|
||||
{
|
||||
label: "Browse All",
|
||||
href: "#inventory",
|
||||
},
|
||||
label: "Browse All", href: "#inventory"},
|
||||
{
|
||||
label: "Featured",
|
||||
href: "#featured",
|
||||
},
|
||||
label: "Featured", href: "#featured"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Financing",
|
||||
href: "#financing",
|
||||
},
|
||||
label: "Financing", href: "#financing"},
|
||||
{
|
||||
label: "Trade-In",
|
||||
href: "#trade-in",
|
||||
},
|
||||
label: "Trade-In", href: "#trade-in"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user