diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8fdcb21..4620b20 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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() { @@ -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"}, ]} /> @@ -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"