From 561fd1b787f61388d786f5bc4a69d3a437b03def Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 13:21:07 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6aa4296..c677f36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" buttons={[ - { text: "Start Your Rebellion", href: "#contact" }, + { text: "Join the Movement", href: "#contact" }, { text: "Discover Culture", href: "#features" }, ]} buttonAnimation="slide-up" @@ -64,6 +64,8 @@ export default function LandingPage() { ]} mediaAnimation="slide-up" className="min-h-screen" + titleClassName="text-5xl md:text-7xl font-black tracking-tight" + descriptionClassName="text-lg md:text-xl font-medium opacity-90" /> @@ -78,6 +80,8 @@ export default function LandingPage() { { icon: Crown, label: "Global Impact", value: "RISING" }, ]} metricsAnimation="slide-up" + titleClassName="text-4xl md:text-5xl font-black" + metricLabelClassName="font-semibold text-sm md:text-base" /> @@ -104,6 +108,10 @@ export default function LandingPage() { useInvertedBackground={false} tag="VISUAL GALLERY" tagAnimation="slide-up" + titleClassName="text-4xl md:text-5xl font-black" + descriptionClassName="text-base md:text-lg opacity-85" + cardTitleClassName="text-xl font-bold" + cardDescriptionClassName="text-sm opacity-75" /> @@ -126,6 +134,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + titleClassName="text-2xl font-bold" + descriptionClassName="text-base md:text-lg opacity-85" + valueClassName="text-6xl font-black" /> @@ -176,6 +187,8 @@ export default function LandingPage() { buttonText="Join the Movement" termsText="By joining, you agree to be part of the BACISIZ TR movement. We respect your rebellion." tagAnimation="slide-up" + titleClassName="text-4xl md:text-5xl font-black" + descriptionClassName="text-base md:text-lg opacity-85" />