diff --git a/src/app/join/page.tsx b/src/app/join/page.tsx index 2db15a6..d66025e 100644 --- a/src/app/join/page.tsx +++ b/src/app/join/page.tsx @@ -49,7 +49,7 @@ export default function JoinPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -88,7 +88,7 @@ export default function JoinPage() { description="Subscribe to our newsletter for exclusive event updates, member spotlights, and automotive news. Stay connected with the community." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "downward-rays-static" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/man-talking-mobile-phone-near-friends-relaxing-car_23-2147855620.jpg" imageAlt="Join MotorClub community" diff --git a/src/app/page.tsx b/src/app/page.tsx index d5f798c..aa369fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -87,7 +87,7 @@ export default function HomePage() { { text: "Join the Club", href: "/join" }, { text: "Member Login", href: "/login" }, ]} - background={{ variant: "noise" }} + background={{ variant: "downward-rays-static" }} buttonAnimation="slide-up" ariaLabel="Hero section" /> @@ -251,7 +251,7 @@ export default function HomePage() { description="Subscribe to our newsletter for exclusive event updates, member spotlights, and automotive news. Stay connected with the community." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "downward-rays-static" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/man-talking-mobile-phone-near-friends-relaxing-car_23-2147855620.jpg" imageAlt="Join MotorClub community"