diff --git a/src/app/page.tsx b/src/app/page.tsx index 9aada8e..1de14c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,8 +20,8 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="entrance-slide" borderRadius="rounded" - contentWidth="mediumLarge" - sizing="largeSmall" + contentWidth="smallMedium" + sizing="medium" background="noise" cardStyle="layered-gradient" primaryButtonStyle="flat" @@ -213,4 +213,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file