diff --git a/src/app/page.tsx b/src/app/page.tsx index e3ddcac..469698e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,177 +16,115 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="entrance-slide" borderRadius="rounded" - contentWidth="smallMedium" - sizing="largeSmallSizeMediumTitles" - background="fluid" - cardStyle="outline" - primaryButtonStyle="shadow" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" - headingFontWeight="semibold" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file