From 75e83b1507aeb2f392bf4c576654dd4b4a74fb6e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 04:54:58 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5f3b652..85189d5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -44,7 +44,7 @@ export default function ContactPage() { tagIcon={Mail} tagAnimation="slide-up" background={{ - variant: "noise"}} + variant: "sparkles-gradient"}} useInvertedBackground={false} 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" -- 2.49.1 From 48819417a6c8271bf527bf562dedcc989af90377 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 04:54:59 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93cd6b1..7376c56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function HomePage() { tag="Premium Automotive" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} testimonials={[ { name: "Excellence Redefined", handle: "Performance & Elegance", testimonial: "Mercedes-Benz represents the pinnacle of automotive innovation and luxury.", rating: 5, @@ -249,7 +249,7 @@ 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: "sparkles-gradient" }} useInvertedBackground={false} 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" -- 2.49.1