Update src/app/contact/page.tsx

This commit is contained in:
2026-03-10 04:52:19 +00:00
parent 9792404930
commit f6c6044a95

View File

@@ -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: "#"},
],
},
]}