Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dbaa8bb99f | |||
| 593b4d66bb | |||
| 91fd954431 | |||
| 58845a7d98 | |||
| 301540fa4d | |||
| e759d0195b |
305
src/app/page.tsx
305
src/app/page.tsx
@@ -10,7 +10,6 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -31,22 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inventory",
|
||||
id: "#inventory",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Inventory", id: "#inventory" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Private Selection Motorsports"
|
||||
/>
|
||||
@@ -54,104 +42,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Excellence in Performance."
|
||||
description="Private Selection Motorsports curates the finest pre-owned luxury sports cars. Discover your next driving experience with unmatched quality and transparency."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex R.",
|
||||
handle: "@alexmotors",
|
||||
testimonial: "The buying process was seamless and the car was exactly as described.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-part-car-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16015.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahdrive",
|
||||
testimonial: "Found my dream Porsche here. Incredible selection and professional staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-car-salon_1157-20495.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marcus V.",
|
||||
handle: "@mv_drives",
|
||||
testimonial: "Unrivaled expertise. They understood exactly what I was looking for.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-dealership_23-2148266117.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena P.",
|
||||
handle: "@elena_fast",
|
||||
testimonial: "Professional, efficient, and transparent. A true luxury experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-guy-modern-stylish-bearded-businessman-automobile-saloon_146671-16683.jpg",
|
||||
},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@d_motors",
|
||||
testimonial: "Highest quality inventory I've encountered. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-clients-celebrating-closing-car-deal-proudly-shaking-keys_482257-118111.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22803.jpg"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Luxury Performance, Curated for You."
|
||||
description="Private Selection Motorsports brings you elite sports cars and trucks—from Camaros and Mustangs to Shelby performance and rugged TRX trucks. Experience professional service and secure, nationwide shipping."
|
||||
testimonials={[]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sports-car-driving-asphalt-road-sunset_1150-17631.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-clients-celebrating-closing-car-deal-proudly-shaking-keys_482257-118111.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-couple-byuing-car-car-showroom_1303-15702.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/well-dressed-couple-sensual-smiling-woman-bearded-male-sitting-front-seats-luxury-car_613910-5881.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-with-phone-car-showroom_1303-21397.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-customer-posing-car-dealership_651396-1155.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ collectors"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Performance Certified",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Shipping",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Concierge Service",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Verified History",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Elite Selection",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Uncompromising Standards"
|
||||
description="We specialize in high-caliber performance machines. Whether it's the raw power of a Mustang or the off-road dominance of a TRX, every vehicle is hand-picked for quality and reliability. We make nationwide ownership effortless."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/car-showroom-with-luxury-cars_1157-22346.jpg"
|
||||
useInvertedBackground={false}
|
||||
title="Curated for the Enthusiast"
|
||||
description="At Private Selection Motorsports, we don't just sell cars; we sell experiences. Every vehicle in our showroom is meticulously inspected and verified to meet the highest standards of performance and reliability."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-neon_23-2150853414.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,64 +66,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
title="The Private Selection"
|
||||
description="Explore our current collection of elite performance cars and trucks."
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Porsche",
|
||||
name: "911 Carrera S",
|
||||
price: "$125,000",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ladies-car-salon-woman-buying-car-elegant-woman-blue-dress-manager-helps-client_1157-45023.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Ferrari",
|
||||
name: "488 Spider",
|
||||
price: "$280,000",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-car-with-black-white-autotuning_114579-4075.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Lamborghini",
|
||||
name: "Huracán Evo",
|
||||
price: "$310,000",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580533.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Aston Martin",
|
||||
name: "Vantage",
|
||||
price: "$155,000",
|
||||
rating: 4,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-silver-color-sport-car-front-side-view-with-red-wheels-road_114579-1163.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "McLaren",
|
||||
name: "720S",
|
||||
price: "$260,000",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-with-tool-hand-is-sitting-near-new-shiny-car-while-posing-photographer_613910-17074.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Audi",
|
||||
name: "R8 V10",
|
||||
price: "$140,000",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15196.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Chevrolet", name: "Camaro ZL1", price: "Inquire", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/red-sports-car-road_114579-4075.jpg" },
|
||||
{ id: "p2", brand: "Ford", name: "Mustang Shelby GT500", price: "Inquire", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/black-mustang-dark-background_1157-45023.jpg" },
|
||||
{ id: "p3", brand: "RAM", name: "1500 TRX", price: "Inquire", rating: 5, reviewCount: "58", imageSrc: "http://img.b2bpic.net/free-photo/truck-offroad-adventure_23-2149580533.jpg" }
|
||||
]}
|
||||
title="Current Inventory"
|
||||
description="Hand-selected vehicles currently in our showroom."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -226,143 +80,56 @@ export default function LandingPage() {
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
title="Why Choose Us?"
|
||||
description="We bridge the gap between passion and performance, delivering dream cars to your doorstep."
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Rigorous Inspections",
|
||||
description: "Every car is vetted for technical integrity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18967.jpg",
|
||||
},
|
||||
{
|
||||
title: "Transparency First",
|
||||
description: "Full service history provided for every vehicle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-22346.jpg",
|
||||
},
|
||||
{
|
||||
title: "Luxury Experience",
|
||||
description: "Personalized service tailored to your needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-car-garage_417767-505.jpg",
|
||||
},
|
||||
{ title: "Expert Vetting", description: "Only the best performing cars make our selection.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-inspecting-car_1303-18967.jpg" },
|
||||
{ title: "US Nationwide Shipping", description: "Secure, insured delivery anywhere in the US.", imageSrc: "http://img.b2bpic.net/free-photo/car-delivery-trailer_417767-505.jpg" },
|
||||
{ title: "Competitive Pricing", description: "Value you can trust for high-performance assets.", imageSrc: "http://img.b2bpic.net/free-photo/keys-luxury-car_23-2148450533.jpg" }
|
||||
]}
|
||||
title="Why Private Selection"
|
||||
description="Experience a dealership that understands the passion for high performance."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Service",
|
||||
quote: "Amazing selection.",
|
||||
name: "John D.",
|
||||
role: "Collector",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-clients-celebrating-closing-car-deal-proudly-shaking-keys_482257-118111.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Seamless",
|
||||
quote: "Fast delivery.",
|
||||
name: "Alice K.",
|
||||
role: "Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-byuing-car-car-showroom_1303-15702.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Expertise",
|
||||
quote: "Highly knowledgeable.",
|
||||
name: "Bob M.",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-couple-sensual-smiling-woman-bearded-male-sitting-front-seats-luxury-car_613910-5881.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Reliable",
|
||||
quote: "No issues at all.",
|
||||
name: "Charlie B.",
|
||||
role: "Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-phone-car-showroom_1303-21397.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Best in class",
|
||||
quote: "Simply superior cars.",
|
||||
name: "Dana S.",
|
||||
role: "Driver",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-posing-car-dealership_651396-1155.jpg",
|
||||
},
|
||||
]}
|
||||
title="Client Stories"
|
||||
description="Don't just take our word for it."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
title="Driven by Excellence"
|
||||
description="Collectors across the country trust us with their automotive dreams."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Porsche Financial",
|
||||
"Ferrari Club",
|
||||
"McLaren Racing",
|
||||
"Aston Martin Owners",
|
||||
"Audi Motorsport",
|
||||
"Michelin Performance",
|
||||
"Mobil 1",
|
||||
testimonials={[
|
||||
{ id: "1", title: "Reliable Partnership", quote: "The team made buying my Shelby a seamless experience, shipped right to my garage in Colorado.", name: "Michael V.", role: "Auto Enthusiast" }
|
||||
]}
|
||||
title="Trusted Partners"
|
||||
description="Working with the best in the industry."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Shipping & Acquisition"
|
||||
description="Everything you need to know about purchasing with us."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer financing?",
|
||||
content: "Yes, we work with several luxury-focused lenders.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can you ship cars?",
|
||||
content: "Worldwide shipping services are available.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are vehicles certified?",
|
||||
content: "All vehicles undergo a 150-point inspection.",
|
||||
},
|
||||
{ id: "q1", title: "How does nationwide shipping work?", content: "We handle all logistics for enclosed, insured transport to your exact location." },
|
||||
{ id: "q2", title: "Do you accept trade-ins?", content: "Yes, we consider high-quality performance vehicles for trade-in options." }
|
||||
]}
|
||||
title="Questions?"
|
||||
description="Find answers to our common questions."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-neon_23-2150853414.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Inquire"
|
||||
title="Find Your Performance Machine"
|
||||
description="Contact our team today to discuss your next car or truck purchase."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
tag="Contact Us"
|
||||
title="Inquire Today"
|
||||
description="Schedule a viewing or discuss your next vehicle."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Private Selection Motorsports"
|
||||
copyrightText="© 2025 Private Selection Motorsports. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user