Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user