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" 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"