From b2cde9b33127c465df0597a120ffb8f1efbfc5fe Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 21:05:20 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b08695b..82b152d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Open_Sans } from "next/font/google"; export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", + title: 'Solidarity Holidays | Collective Resistance', + description: 'Starve the elite this holiday and join a community committed to mutual aid and radical resource redistribution.', }; const inter = Inter({ -- 2.49.1 From 49ea68b5b5da8eefb65d6f7c1e1f195b21a93c8d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 21:05:20 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 381 ++++++++++++++++------------------------------- 1 file changed, 128 insertions(+), 253 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cab1f9..dc1ab88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,267 +17,142 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="entrance-slide" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1