From 37b82806273d9748c74dcdd109f59cabae9db676 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 06:50:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 385 +++++++++++++++-------------------------------- 1 file changed, 122 insertions(+), 263 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5a54ea..8241156 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,278 +17,137 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- console.log(email)} - videoSrc="https://www.youtube.com/watch?v=7u28s5-1q3U" - /> -
+
+ console.log(email)} + videoSrc="https://www.youtube.com/watch?v=7u28s5-1q3U" + /> +
- +
); -} +} \ No newline at end of file -- 2.49.1