Merge version_2 into main #2
@@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-open-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Luxury Cars Jackson MS | Premium Used & Exotic Vehicles | LuxeDrive",
|
||||
description: "Discover premium luxury and exotic cars in Jackson, MS. Expert selection of high-end vehicles with transparent pricing. Schedule exclusive appointment with our specialists.",
|
||||
keywords: "luxury cars Jackson MS, used cars Jackson, exotic cars Mississippi, premium vehicles, car dealership Jackson, Mercedes-Benz, Porsche, BMW, Lamborghini",
|
||||
metadataBase: new URL("https://luxedrive.ms"),
|
||||
title: "Luxury Cars Jackson MS | Premium Used & Exotic Vehicles | LuxeDrive", description: "Discover premium luxury and exotic cars in Jackson, MS. Expert selection of high-end vehicles with transparent pricing. Schedule exclusive appointment with our specialists.", keywords: "luxury cars Jackson MS, used cars Jackson, exotic cars Mississippi, premium vehicles, car dealership Jackson, Mercedes-Benz, Porsche, BMW, Lamborghini", metadataBase: new URL("https://luxedrive.ms"),
|
||||
alternates: {
|
||||
canonical: "https://luxedrive.ms",
|
||||
},
|
||||
canonical: "https://luxedrive.ms"},
|
||||
openGraph: {
|
||||
title: "LuxeDrive | Jackson's Premier Luxury Car Dealership",
|
||||
description: "Experience Jackson's finest selection of premium, used, and exotic vehicles. Expert consultation and white-glove service.",
|
||||
url: "https://luxedrive.ms",
|
||||
siteName: "LuxeDrive",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "LuxeDrive | Jackson's Premier Luxury Car Dealership", description: "Experience Jackson's finest selection of premium, used, and exotic vehicles. Expert consultation and white-glove service.", url: "https://luxedrive.ms", siteName: "LuxeDrive", type: "website", images: [
|
||||
{
|
||||
url: "https://luxedrive.ms/og-image.jpg",
|
||||
alt: "LuxeDrive Luxury Cars Jackson MS",
|
||||
},
|
||||
url: "https://luxedrive.ms/og-image.jpg", alt: "LuxeDrive Luxury Cars Jackson MS"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "LuxeDrive | Luxury Cars Jackson MS",
|
||||
description: "Premium & Exotic Vehicles. Expert Selection. Exclusive Service.",
|
||||
images: ["https://luxedrive.ms/twitter-image.jpg"],
|
||||
card: "summary_large_image", title: "LuxeDrive | Luxury Cars Jackson MS", description: "Premium & Exotic Vehicles. Expert Selection. Exclusive Service.", images: ["https://luxedrive.ms/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1432,4 +1416,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
135
src/app/page.tsx
135
src/app/page.tsx
@@ -69,9 +69,7 @@ export default function HomePage() {
|
||||
brandName="LuxeDrive"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Schedule Appointment",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Schedule Appointment", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,39 +98,22 @@ export default function HomePage() {
|
||||
tagIcon={Crown}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "2023 Mercedes-AMG G63",
|
||||
price: "$185,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-suv-autumn-road-car-with-headlights_169016-70231.jpg?_wi=1",
|
||||
imageAlt: "Mercedes-AMG G63 luxury SUV premium vehicle black SUV",
|
||||
},
|
||||
id: "1", name: "2023 Mercedes-AMG G63", price: "$185,000", imageSrc: "http://img.b2bpic.net/free-photo/black-suv-autumn-road-car-with-headlights_169016-70231.jpg?_wi=1", imageAlt: "Mercedes-AMG G63 luxury SUV premium vehicle black SUV"},
|
||||
{
|
||||
id: "2",
|
||||
name: "2022 Porsche 911 Turbo S",
|
||||
price: "$215,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-cars-parade-race-highway_114579-4052.jpg?_wi=1",
|
||||
imageAlt: "Porsche 911 Turbo sports car exotic vehicle luxury supercar",
|
||||
},
|
||||
id: "2", name: "2022 Porsche 911 Turbo S", price: "$215,000", imageSrc: "http://img.b2bpic.net/free-photo/sport-cars-parade-race-highway_114579-4052.jpg?_wi=1", imageAlt: "Porsche 911 Turbo sports car exotic vehicle luxury supercar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "2023 BMW M440i xDrive",
|
||||
price: "$82,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-rain-with-wipers-motion-style_169016-69929.jpg?_wi=1",
|
||||
imageAlt: "BMW M440i luxury sedan premium car modern sedan",
|
||||
},
|
||||
id: "3", name: "2023 BMW M440i xDrive", price: "$82,000", imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-rain-with-wipers-motion-style_169016-69929.jpg?_wi=1", imageAlt: "BMW M440i luxury sedan premium car modern sedan"},
|
||||
{
|
||||
id: "4",
|
||||
name: "2021 Lamborghini Huracán",
|
||||
price: "$245,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-beautiful-sitting-embrace-carlo_1304-2608.jpg?_wi=1",
|
||||
imageAlt: "Lamborghini Huracán supercar exotic vehicle luxury sports",
|
||||
},
|
||||
id: "4", name: "2021 Lamborghini Huracán", price: "$245,000", imageSrc: "http://img.b2bpic.net/free-photo/car-beautiful-sitting-embrace-carlo_1304-2608.jpg?_wi=1", imageAlt: "Lamborghini Huracán supercar exotic vehicle luxury sports"},
|
||||
]}
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View All Inventory", href: "/inventory" }]}
|
||||
buttons={[
|
||||
{ text: "View All Inventory", href: "/inventory" },
|
||||
{ text: "Schedule Private Viewing", href: "/contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -159,32 +140,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Expert Curation",
|
||||
description: "Every vehicle in our collection is personally selected and thoroughly inspected by our team of automotive specialists. We ensure authenticity, quality, and premium condition for every luxury purchase.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet_1170-1507.jpg?_wi=1",
|
||||
imageAlt: "car inspection automotive expert quality control vehicle inspection",
|
||||
},
|
||||
title: "Expert Curation", description: "Every vehicle in our collection is personally selected and thoroughly inspected by our team of automotive specialists. We ensure authenticity, quality, and premium condition for every luxury purchase.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet_1170-1507.jpg?_wi=1", imageAlt: "car inspection automotive expert quality control vehicle inspection"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Transparent Pricing",
|
||||
description: "No hidden fees, no surprises. Our competitive pricing reflects true market value. Full vehicle history reports and detailed documentation provided with every purchase.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-composition-with-modern-style_23-2147900132.jpg?_wi=1",
|
||||
imageAlt: "transparent pricing business deal contract signing sales agreement",
|
||||
},
|
||||
title: "Transparent Pricing", description: "No hidden fees, no surprises. Our competitive pricing reflects true market value. Full vehicle history reports and detailed documentation provided with every purchase.", imageSrc: "http://img.b2bpic.net/free-photo/business-composition-with-modern-style_23-2147900132.jpg?_wi=1", imageAlt: "transparent pricing business deal contract signing sales agreement"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Exclusive Consultations",
|
||||
description: "Appointment-only viewings ensure personalized attention and a premium experience. Our expert consultants guide you through every option with knowledge and discretion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-business-colleagues-working-together-sitting-workplace-speaking-cellphone-using-computer-teamwork-communication-concept_74855-11707.jpg?_wi=1",
|
||||
imageAlt: "business consultation meeting professional discussion customer service",
|
||||
},
|
||||
title: "Exclusive Consultations", description: "Appointment-only viewings ensure personalized attention and a premium experience. Our expert consultants guide you through every option with knowledge and discretion.", imageSrc: "http://img.b2bpic.net/free-photo/focused-business-colleagues-working-together-sitting-workplace-speaking-cellphone-using-computer-teamwork-communication-concept_74855-11707.jpg?_wi=1", imageAlt: "business consultation meeting professional discussion customer service"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Complete Documentation",
|
||||
description: "Comprehensive service records, ownership history, and detailed vehicle specifications provided. Trade-in and financing options available for qualified buyers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396668.jpg",
|
||||
imageAlt: "document verification file management paperwork record keeping",
|
||||
},
|
||||
title: "Complete Documentation", description: "Comprehensive service records, ownership history, and detailed vehicle specifications provided. Trade-in and financing options available for qualified buyers.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396668.jpg", imageAlt: "document verification file management paperwork record keeping"},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
@@ -200,71 +165,35 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus Johnson",
|
||||
handle: "Jackson, MS",
|
||||
testimonial:
|
||||
"Outstanding experience from start to finish. The team at LuxeDrive really understands luxury vehicles. Found the perfect Porsche and the entire process was seamless and professional.",
|
||||
rating: 5,
|
||||
id: "1", name: "Marcus Johnson", handle: "Jackson, MS", testimonial:
|
||||
"Outstanding experience from start to finish. The team at LuxeDrive really understands luxury vehicles. Found the perfect Porsche and the entire process was seamless and professional.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "professional man business portrait headshot professional photo",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional man business portrait headshot professional photo"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Williams",
|
||||
handle: "Madison, MS",
|
||||
testimonial:
|
||||
"Exceptional service and genuine expertise. They took the time to understand exactly what I was looking for. My Mercedes-AMG exceeded all expectations. Highly recommended!",
|
||||
rating: 5,
|
||||
id: "2", name: "Sarah Williams", handle: "Madison, MS", testimonial:
|
||||
"Exceptional service and genuine expertise. They took the time to understand exactly what I was looking for. My Mercedes-AMG exceeded all expectations. Highly recommended!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1",
|
||||
imageAlt: "business woman professional portrait headshot female executive",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "business woman professional portrait headshot female executive"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Chen",
|
||||
handle: "Jackson, MS",
|
||||
testimonial:
|
||||
"Professional, transparent, and truly committed to customer satisfaction. No pressure, just honest advice. That's rare in this industry. Very grateful for the partnership.",
|
||||
rating: 5,
|
||||
id: "3", name: "David Chen", handle: "Jackson, MS", testimonial:
|
||||
"Professional, transparent, and truly committed to customer satisfaction. No pressure, just honest advice. That's rare in this industry. Very grateful for the partnership.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "professional man business portrait headshot professional photo",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional man business portrait headshot professional photo"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lisa Martinez",
|
||||
handle: "Ridgeland, MS",
|
||||
testimonial:
|
||||
"The entire team goes above and beyond. From financing to delivery, everything was handled with precision and care. My BMW is absolutely perfect. Couldn't ask for better service.",
|
||||
rating: 5,
|
||||
id: "4", name: "Lisa Martinez", handle: "Ridgeland, MS", testimonial:
|
||||
"The entire team goes above and beyond. From financing to delivery, everything was handled with precision and care. My BMW is absolutely perfect. Couldn't ask for better service.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2",
|
||||
imageAlt: "business woman professional portrait headshot female executive",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "business woman professional portrait headshot female executive"},
|
||||
{
|
||||
id: "5",
|
||||
name: "James Anderson",
|
||||
handle: "Jackson, MS",
|
||||
testimonial:
|
||||
"Top-tier dealership experience. The inventory is impressive, and the staff genuinely cares about helping you find the right vehicle. Already recommending to friends.",
|
||||
rating: 5,
|
||||
id: "5", name: "James Anderson", handle: "Jackson, MS", testimonial:
|
||||
"Top-tier dealership experience. The inventory is impressive, and the staff genuinely cares about helping you find the right vehicle. Already recommending to friends.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "professional man business portrait headshot professional photo",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional man business portrait headshot professional photo"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Catherine Phillips",
|
||||
handle: "Canton, MS",
|
||||
testimonial:
|
||||
"Luxury car buying shouldn't be stressful, and at LuxeDrive, it simply isn't. Professional, knowledgeable, and elegant. This is exactly what I needed.",
|
||||
rating: 5,
|
||||
id: "6", name: "Catherine Phillips", handle: "Canton, MS", testimonial:
|
||||
"Luxury car buying shouldn't be stressful, and at LuxeDrive, it simply isn't. Professional, knowledgeable, and elegant. This is exactly what I needed.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=3",
|
||||
imageAlt: "business woman professional portrait headshot female executive",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=3", imageAlt: "business woman professional portrait headshot female executive"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -293,4 +222,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user