5 Commits

Author SHA1 Message Date
d969379f3f Update src/app/page.tsx 2026-03-07 13:25:33 +00:00
1f11f660f5 Update src/app/page.tsx 2026-03-07 13:22:49 +00:00
d77ffb2244 Update src/app/layout.tsx 2026-03-07 13:21:36 +00:00
a393ae574d Update src/app/page.tsx 2026-03-07 13:19:32 +00:00
01c9262ddc Update src/app/layout.tsx 2026-03-07 13:19:32 +00:00
2 changed files with 16 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "BACISIZ TR - Underground Movement", description: "Raw power and digital street culture. Join the movement that refuses to follow standards."}; title: "BACISIZ TR - Underground Movement", description: "Where Legends Write Their Own Rules. Join the digital street culture movement."};
export default function RootLayout({ export default function RootLayout({
children, children,

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tagIcon={Zap} tagIcon={Zap}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Start Your Rebellion", href: "#contact" }, { text: "Join the Movement", href: "#contact" },
{ text: "Discover Culture", href: "#features" }, { text: "Discover Culture", href: "#features" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -64,6 +64,7 @@ export default function LandingPage() {
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
className="min-h-screen" className="min-h-screen"
titleClassName="text-5xl md:text-7xl font-black tracking-tight"
/> />
</div> </div>
@@ -73,11 +74,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ icon: Zap, label: "Raw Energy", value: "100%" }, { icon: Zap, label: "Raw Energy", value: "100%" },
{ icon: Shield, label: "Community Trust", value: "" }, { icon: Shield, label: "Community Trust", value: "500K+" },
{ icon: Flame, label: "Movement Power", value: "UNSTOPPABLE" }, { icon: Flame, label: "Movement Power", value: "24/7" },
{ icon: Crown, label: "Global Impact", value: "RISING" }, { icon: Crown, label: "Global Impact", value: "50M+" },
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
titleClassName="text-4xl md:text-5xl font-black"
metricLabelClassName="font-semibold text-sm md:text-base"
/> />
</div> </div>
@@ -104,6 +107,9 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
tag="VISUAL GALLERY" tag="VISUAL GALLERY"
tagAnimation="slide-up" tagAnimation="slide-up"
containerClassName="text-4xl md:text-5xl font-black"
cardTitleClassName="text-xl font-bold"
cardDescriptionClassName="text-sm opacity-75"
/> />
</div> </div>
@@ -126,6 +132,9 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
titleClassName="text-2xl font-bold"
descriptionClassName="text-base md:text-lg opacity-85"
valueClassName="text-6xl font-black"
/> />
</div> </div>
@@ -176,6 +185,8 @@ export default function LandingPage() {
buttonText="Join the Movement" buttonText="Join the Movement"
termsText="By joining, you agree to be part of the BACISIZ TR movement. We respect your rebellion." termsText="By joining, you agree to be part of the BACISIZ TR movement. We respect your rebellion."
tagAnimation="slide-up" tagAnimation="slide-up"
titleClassName="text-4xl md:text-5xl font-black"
descriptionClassName="text-base md:text-lg opacity-85"
/> />
</div> </div>