|
|
|
|
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
|
|
|
|
tagIcon={Zap}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Join the Movement", href: "#contact" },
|
|
|
|
|
{ text: "Start Your Rebellion", href: "#contact" },
|
|
|
|
|
{ text: "Discover Culture", href: "#features" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
@@ -64,7 +64,6 @@ export default function LandingPage() {
|
|
|
|
|
]}
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
className="min-h-screen"
|
|
|
|
|
titleClassName="text-5xl md:text-7xl font-black tracking-tight"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -74,13 +73,11 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
metrics={[
|
|
|
|
|
{ icon: Zap, label: "Raw Energy", value: "100%" },
|
|
|
|
|
{ icon: Shield, label: "Community Trust", value: "500K+" },
|
|
|
|
|
{ icon: Flame, label: "Movement Power", value: "24/7" },
|
|
|
|
|
{ icon: Crown, label: "Global Impact", value: "50M+" },
|
|
|
|
|
{ icon: Shield, label: "Community Trust", value: "∞" },
|
|
|
|
|
{ icon: Flame, label: "Movement Power", value: "UNSTOPPABLE" },
|
|
|
|
|
{ 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"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -107,9 +104,6 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
tag="VISUAL GALLERY"
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
containerClassName="text-4xl md:text-5xl font-black"
|
|
|
|
|
cardTitleClassName="text-xl font-bold"
|
|
|
|
|
cardDescriptionClassName="text-sm opacity-75"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -132,9 +126,6 @@ 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"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -185,8 +176,6 @@ 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"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|