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 10 additions and 42 deletions

View File

@@ -1,49 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Archivo } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const archivo = Archivo({
variable: "--font-archivo", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "BACISIZ TR - Underground Street Culture Movement", description: "Where legends write their own rules. Join the global street culture movement. No limits, no excuses—just raw power.", keywords: "street culture, underground movement, cyberpunk, digital rebellion, community", openGraph: {
title: "BACISIZ TR - Underground Street Culture Movement", description: "Where legends write their own rules. No limits, no excuses—just raw power and digital street culture.", url: "https://bacisiztr.com", siteName: "BACISIZ TR", type: "website"},
twitter: {
card: "summary_large_image", title: "BACISIZ TR - Underground Street Culture Movement", description: "Join the movement. No limits, no excuses. Raw power. Digital rebellion."},
robots: {
index: true,
follow: true,
},
};
title: "BACISIZ TR - Underground Movement", description: "Where Legends Write Their Own Rules. Join the digital street culture movement."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1411,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -65,7 +65,6 @@ 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"
/>
</div>
@@ -75,9 +74,9 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{ icon: Zap, label: "Raw Energy", value: "100%" },
{ icon: Shield, label: "Community Trust", value: "" },
{ icon: Flame, label: "Movement Power", value: "UNSTOPPABLE" },
{ icon: Crown, label: "Global Impact", value: "RISING" },
{ icon: Shield, label: "Community Trust", value: "500K+" },
{ icon: Flame, label: "Movement Power", value: "24/7" },
{ icon: Crown, label: "Global Impact", value: "50M+" },
]}
metricsAnimation="slide-up"
titleClassName="text-4xl md:text-5xl font-black"
@@ -108,8 +107,7 @@ 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"
containerClassName="text-4xl md:text-5xl font-black"
cardTitleClassName="text-xl font-bold"
cardDescriptionClassName="text-sm opacity-75"
/>