Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-03 19:03:21 +00:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

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