Update src/app/page.tsx
This commit is contained in:
@@ -55,7 +55,7 @@ const HomePage = () => {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -100,7 +100,7 @@ const HomePage = () => {
|
||||
{ text: "See Our Services", href: "/services" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Hero section"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user