Merge version_1 into main #2
@@ -15,7 +15,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -44,10 +44,9 @@ export default function ContactPage() {
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "noise",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/a-luxury-mercedes-dealership-showroom-wi-1773118209606-815873d3.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/a-luxury-mercedes-dealership-showroom-wi-1773118209606-815873d3.png"
|
||||
imageAlt="Mercedes dealership experience"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -61,61 +60,31 @@ export default function ContactPage() {
|
||||
<PricingCardEight
|
||||
plans={[
|
||||
{
|
||||
id: "standard",
|
||||
badge: "Popular Choice",
|
||||
badgeIcon: Star,
|
||||
price: "Flexible Monthly",
|
||||
subtitle: "Mercedes Finance Program",
|
||||
buttons: [
|
||||
id: "standard", badge: "Popular Choice", badgeIcon: Star,
|
||||
price: "Flexible Monthly", subtitle: "Mercedes Finance Program", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Learn More", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Competitive interest rates",
|
||||
"Flexible loan terms",
|
||||
"Comprehensive insurance options",
|
||||
"Roadside assistance 24/7",
|
||||
],
|
||||
"Competitive interest rates", "Flexible loan terms", "Comprehensive insurance options", "Roadside assistance 24/7"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Lease Options",
|
||||
subtitle: "Mercedes-Benz Lease Program",
|
||||
buttons: [
|
||||
id: "premium", badge: "Best Value", badgeIcon: Sparkles,
|
||||
price: "Lease Options", subtitle: "Mercedes-Benz Lease Program", buttons: [
|
||||
{
|
||||
text: "Explore Leasing",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Explore Leasing", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Latest model every 3 years",
|
||||
"All maintenance included",
|
||||
"Warranty coverage",
|
||||
"Premium roadside support",
|
||||
],
|
||||
"Latest model every 3 years", "All maintenance included", "Warranty coverage", "Premium roadside support"],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Elite Protection",
|
||||
badgeIcon: Crown,
|
||||
price: "Premium Service",
|
||||
subtitle: "Extended Care Program",
|
||||
buttons: [
|
||||
id: "elite", badge: "Elite Protection", badgeIcon: Crown,
|
||||
price: "Premium Service", subtitle: "Extended Care Program", buttons: [
|
||||
{
|
||||
text: "Premium Plans",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Premium Plans", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Extended warranty coverage",
|
||||
"Priority service scheduling",
|
||||
"Complimentary maintenance",
|
||||
"Concierge support services",
|
||||
],
|
||||
"Extended warranty coverage", "Priority service scheduling", "Complimentary maintenance", "Concierge support services"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -132,66 +101,39 @@ export default function ContactPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Models",
|
||||
items: [
|
||||
title: "Models", items: [
|
||||
{
|
||||
label: "Luxury Sedans",
|
||||
href: "#models",
|
||||
},
|
||||
label: "Luxury Sedans", href: "#models"},
|
||||
{
|
||||
label: "Sports Cars",
|
||||
href: "#models",
|
||||
},
|
||||
label: "Sports Cars", href: "#models"},
|
||||
{
|
||||
label: "Electric Vehicles",
|
||||
href: "#models",
|
||||
},
|
||||
label: "Electric Vehicles", href: "#models"},
|
||||
{
|
||||
label: "SUVs",
|
||||
href: "#models",
|
||||
},
|
||||
label: "SUVs", href: "#models"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Heritage",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Heritage", href: "/about"},
|
||||
{
|
||||
label: "Technology",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Technology", href: "#features"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Dealership Locator",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dealership Locator", href: "#"},
|
||||
{
|
||||
label: "Service Centers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Service Centers", href: "#"},
|
||||
{
|
||||
label: "Customer Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Customer Support", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
189
src/app/page.tsx
189
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Models",
|
||||
items: [
|
||||
title: "Models", items: [
|
||||
{ label: "Luxury Sedans", href: "/models" },
|
||||
{ label: "Sports Cars", href: "/models" },
|
||||
{ label: "Electric Vehicles", href: "/models" },
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Heritage", href: "#about" },
|
||||
{ label: "Technology", href: "#features" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Dealership Locator", href: "#" },
|
||||
{ label: "Service Centers", href: "#" },
|
||||
@@ -59,7 +56,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -83,35 +80,23 @@ export default function HomePage() {
|
||||
tag="Premium Automotive"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Excellence Redefined",
|
||||
handle: "Performance & Elegance",
|
||||
testimonial: "Mercedes-Benz represents the pinnacle of automotive innovation and luxury.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/professional-business-portrait-of-an-ele-1773118209938-ed769805.png?_wi=1",
|
||||
},
|
||||
name: "Excellence Redefined", handle: "Performance & Elegance", testimonial: "Mercedes-Benz represents the pinnacle of automotive innovation and luxury.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/professional-business-portrait-of-an-ele-1773118209938-ed769805.png"},
|
||||
{
|
||||
name: "Unmatched Comfort",
|
||||
handle: "Premium Experience",
|
||||
testimonial: "Every drive in a Mercedes is a journey through refined technology and sophisticated design.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/professional-portrait-of-a-sophisticated-1773118211473-aa0640e3.png?_wi=1",
|
||||
},
|
||||
name: "Unmatched Comfort", handle: "Premium Experience", testimonial: "Every drive in a Mercedes is a journey through refined technology and sophisticated design.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/professional-portrait-of-a-sophisticated-1773118211473-aa0640e3.png"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Models",
|
||||
href: "/models",
|
||||
},
|
||||
text: "Explore Models", href: "/models"},
|
||||
{
|
||||
text: "Schedule Test Drive",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Test Drive", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/a-stunning-mercedes-benz-luxury-sports-c-1773118209259-77b21041.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/a-stunning-mercedes-benz-luxury-sports-c-1773118209259-77b21041.png"
|
||||
imageAlt="Mercedes-Benz luxury vehicle showcase"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -130,63 +115,39 @@ export default function HomePage() {
|
||||
animationType="depth-3d"
|
||||
features={[
|
||||
{
|
||||
title: "Luxurious Interior",
|
||||
description: "Premium leather, ambient lighting, and precision-crafted controls create an unparalleled driving experience",
|
||||
icon: Sofa,
|
||||
title: "Luxurious Interior", description: "Premium leather, ambient lighting, and precision-crafted controls create an unparalleled driving experience", icon: Sofa,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/luxurious-mercedes-benz-interior-cabin-f-1773118209971-c9b8d718.png?_wi=1",
|
||||
imageAlt: "Mercedes luxury interior",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/luxurious-mercedes-benz-interior-cabin-f-1773118209971-c9b8d718.png", imageAlt: "Mercedes luxury interior"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/premium-mercedes-benz-luxury-seating-sys-1773118209866-e6f5d156.png?_wi=1",
|
||||
imageAlt: "Premium seating system",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/premium-mercedes-benz-luxury-seating-sys-1773118209866-e6f5d156.png", imageAlt: "Premium seating system"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Advanced Technology",
|
||||
description: "MBUX intelligent system, digital dashboard, and connected features keep you ahead",
|
||||
icon: Zap,
|
||||
title: "Advanced Technology", description: "MBUX intelligent system, digital dashboard, and connected features keep you ahead", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/mercedes-benz-mbux-digital-dashboard-sys-1773118209812-d951c3b3.png?_wi=1",
|
||||
imageAlt: "MBUX dashboard",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/mercedes-benz-mbux-digital-dashboard-sys-1773118209812-d951c3b3.png", imageAlt: "MBUX dashboard"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/a-stunning-mercedes-benz-luxury-sports-c-1773118209259-77b21041.png?_wi=2",
|
||||
imageAlt: "Technology showcase",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/a-stunning-mercedes-benz-luxury-sports-c-1773118209259-77b21041.png", imageAlt: "Technology showcase"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Performance Engineering",
|
||||
description: "Precision-engineered engines deliver power, efficiency, and exhilarating performance",
|
||||
icon: Rocket,
|
||||
title: "Performance Engineering", description: "Precision-engineered engines deliver power, efficiency, and exhilarating performance", icon: Rocket,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/a-powerful-mercedes-amg-engine-compartme-1773118209918-24dc0652.png?_wi=1",
|
||||
imageAlt: "AMG engine",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/a-powerful-mercedes-amg-engine-compartme-1773118209918-24dc0652.png", imageAlt: "AMG engine"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/a-mercedes-amg-high-performance-sports-c-1773118209470-90f2072b.png?_wi=1",
|
||||
imageAlt: "Performance vehicle",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/a-mercedes-amg-high-performance-sports-c-1773118209470-90f2072b.png", imageAlt: "Performance vehicle"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Safety Excellence",
|
||||
description: "Comprehensive safety systems protect you and your passengers with innovative technology",
|
||||
icon: Shield,
|
||||
title: "Safety Excellence", description: "Comprehensive safety systems protect you and your passengers with innovative technology", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/a-mercedes-benz-s-class-sedan-in-elegant-1773118212951-b46fc99b.png?_wi=1",
|
||||
imageAlt: "Safety features",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/a-mercedes-benz-s-class-sedan-in-elegant-1773118212951-b46fc99b.png", imageAlt: "Safety features"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/a-mercedes-benz-eqc-or-eqs-electric-luxu-1773118209841-cda79397.png?_wi=1",
|
||||
imageAlt: "Modern safety tech",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/a-mercedes-benz-eqc-or-eqs-electric-luxu-1773118209841-cda79397.png", imageAlt: "Modern safety tech"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -203,29 +164,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "James Mitchell",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/professional-business-portrait-of-an-ele-1773118209938-ed769805.png?_wi=2",
|
||||
imageAlt: "James Mitchell",
|
||||
},
|
||||
id: "1", name: "James Mitchell", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/professional-business-portrait-of-an-ele-1773118209938-ed769805.png", imageAlt: "James Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/professional-portrait-of-a-sophisticated-1773118211473-aa0640e3.png?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "2", name: "Sarah Johnson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/professional-portrait-of-a-sophisticated-1773118211473-aa0640e3.png", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Anderson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/professional-headshot-of-a-50-year-old-b-1773118210163-484bec71.png?_wi=1",
|
||||
imageAlt: "David Anderson",
|
||||
},
|
||||
id: "3", name: "David Anderson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/professional-headshot-of-a-50-year-old-b-1773118210163-484bec71.png", imageAlt: "David Anderson"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emma Richardson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/professional-portrait-of-an-elegant-busi-1773118209049-b84d06e1.png?_wi=1",
|
||||
imageAlt: "Emma Richardson",
|
||||
},
|
||||
id: "4", name: "Emma Richardson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/professional-portrait-of-an-elegant-busi-1773118209049-b84d06e1.png", imageAlt: "Emma Richardson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -243,25 +188,13 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "140+",
|
||||
description: "Years of Heritage",
|
||||
},
|
||||
id: "1", value: "140+", description: "Years of Heritage"},
|
||||
{
|
||||
id: "2",
|
||||
value: "15M+",
|
||||
description: "Vehicles Delivered",
|
||||
},
|
||||
id: "2", value: "15M+", description: "Vehicles Delivered"},
|
||||
{
|
||||
id: "3",
|
||||
value: "150+",
|
||||
description: "Countries Served",
|
||||
},
|
||||
id: "3", value: "150+", description: "Countries Served"},
|
||||
{
|
||||
id: "4",
|
||||
value: "98%",
|
||||
description: "Owner Satisfaction",
|
||||
},
|
||||
id: "4", value: "98%", description: "Owner Satisfaction"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -278,61 +211,31 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "standard",
|
||||
badge: "Popular Choice",
|
||||
badgeIcon: Star,
|
||||
price: "Flexible Monthly",
|
||||
subtitle: "Mercedes Finance Program",
|
||||
buttons: [
|
||||
id: "standard", badge: "Popular Choice", badgeIcon: Star,
|
||||
price: "Flexible Monthly", subtitle: "Mercedes Finance Program", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Competitive interest rates",
|
||||
"Flexible loan terms",
|
||||
"Comprehensive insurance options",
|
||||
"Roadside assistance 24/7",
|
||||
],
|
||||
"Competitive interest rates", "Flexible loan terms", "Comprehensive insurance options", "Roadside assistance 24/7"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Sparkles2,
|
||||
price: "Lease Options",
|
||||
subtitle: "Mercedes-Benz Lease Program",
|
||||
buttons: [
|
||||
id: "premium", badge: "Best Value", badgeIcon: Sparkles2,
|
||||
price: "Lease Options", subtitle: "Mercedes-Benz Lease Program", buttons: [
|
||||
{
|
||||
text: "Explore Leasing",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Explore Leasing", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Latest model every 3 years",
|
||||
"All maintenance included",
|
||||
"Warranty coverage",
|
||||
"Premium roadside support",
|
||||
],
|
||||
"Latest model every 3 years", "All maintenance included", "Warranty coverage", "Premium roadside support"],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Elite Protection",
|
||||
badgeIcon: Crown,
|
||||
price: "Premium Service",
|
||||
subtitle: "Extended Care Program",
|
||||
buttons: [
|
||||
id: "elite", badge: "Elite Protection", badgeIcon: Crown,
|
||||
price: "Premium Service", subtitle: "Extended Care Program", buttons: [
|
||||
{
|
||||
text: "Premium Plans",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Premium Plans", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Extended warranty coverage",
|
||||
"Priority service scheduling",
|
||||
"Complimentary maintenance",
|
||||
"Concierge support services",
|
||||
],
|
||||
"Extended warranty coverage", "Priority service scheduling", "Complimentary maintenance", "Concierge support services"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -346,9 +249,9 @@ export default function HomePage() {
|
||||
description="Subscribe to our newsletter for exclusive offers, new model announcements, and premium driving insights"
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/a-luxury-mercedes-dealership-showroom-wi-1773118209606-815873d3.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aju9VpN5UeQNFT0W7PpSChpBbo/a-luxury-mercedes-dealership-showroom-wi-1773118209606-815873d3.png"
|
||||
imageAlt="Mercedes dealership experience"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user