2 Commits

Author SHA1 Message Date
a6d734f001 Update src/app/page.tsx 2026-03-07 13:27:48 +00:00
8ea218f805 Update src/app/page.tsx 2026-03-07 13:21:22 +00:00
2 changed files with 44 additions and 14 deletions

View File

@@ -1,20 +1,49 @@
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 inter = Inter({ subsets: ["latin"] });
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"],
});
export const metadata: Metadata = {
title: "BACISIZ TR - Underground Movement", description: "Where Legends Write Their Own Rules. Join the digital street culture movement."};
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,
},
};
export default function RootLayout({
children,
}: {
}: Readonly<{
children: React.ReactNode;
}) {
}>) {
return (
<html lang="en">
<body className={inter.className}>{children}
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1382,6 +1411,7 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -56,10 +56,10 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-vector/vintage-label-design-with-lettering-composition_1284-47169.jpg", imageAlt: "BACISIZ TR street culture aesthetic"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/black-stylish-guy-sitting-stands_117513-14.jpg", imageAlt: "Underground street culture movement"
imageSrc: "http://img.b2bpic.net/free-photo/black-stylish-guy-sitting-stands_117513-14.jpg?_wi=1", imageAlt: "Underground street culture movement"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-with-afro-dreadlocks-posing_23-2149462081.jpg", imageAlt: "Rebellious street culture"
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-with-afro-dreadlocks-posing_23-2149462081.jpg?_wi=1", imageAlt: "Rebellious street culture"
},
]}
mediaAnimation="slide-up"
@@ -96,10 +96,10 @@ export default function LandingPage() {
id: "2", title: "Digital Rebellion", description: "Technology merged with underground aesthetics", tag: "DIGITAL", imageSrc: "http://img.b2bpic.net/free-photo/couple-wearing-synthetic-leather-clothing_23-2149431034.jpg", imageAlt: "Digital rebellion"
},
{
id: "3", title: "Community Power", description: "Strength in numbers, unified by shared values", tag: "MOVEMENT", imageSrc: "http://img.b2bpic.net/free-photo/black-stylish-guy-sitting-stands_117513-14.jpg", imageAlt: "Community power"
id: "3", title: "Community Power", description: "Strength in numbers, unified by shared values", tag: "MOVEMENT", imageSrc: "http://img.b2bpic.net/free-photo/black-stylish-guy-sitting-stands_117513-14.jpg?_wi=2", imageAlt: "Community power"
},
{
id: "4", title: "Global Standard", description: "Setting trends, never following. This is the new code.", tag: "LEGACY", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-with-afro-dreadlocks-posing_23-2149462081.jpg", imageAlt: "Global standard"
id: "4", title: "Global Standard", description: "Setting trends, never following. This is the new code.", tag: "LEGACY", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-with-afro-dreadlocks-posing_23-2149462081.jpg?_wi=2", imageAlt: "Global standard"
},
]}
animationType="slide-up"
@@ -144,10 +144,10 @@ export default function LandingPage() {
description="Hear from those who live the culture, who breathe the rebellion, who shape the future."
testimonials={[
{
id: "1", name: "Alex Rivera", handle: "@AlexRebels", testimonial: "BACISIZ TR changed everything. This isn't just a brand—it's a movement that finally speaks the truth we've all been living.", imageSrc: "http://img.b2bpic.net/free-photo/serious-ethnic-man-with-curly-hair-headphones_23-2148203567.jpg", imageAlt: "Alex Rivera"
id: "1", name: "Alex Rivera", handle: "@AlexRebels", testimonial: "BACISIZ TR changed everything. This isn't just a brand—it's a movement that finally speaks the truth we've all been living.", imageSrc: "http://img.b2bpic.net/free-photo/serious-ethnic-man-with-curly-hair-headphones_23-2148203567.jpg?_wi=1", imageAlt: "Alex Rivera"
},
{
id: "2", name: "Jordan Stone", handle: "@JordanCode", testimonial: "No compromises, no rules except honesty. This is what authentic culture looks like in the digital age. Pure fire.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-closeup-african-american-girl-with-curly-hair-against-blurry-background_181624-20369.jpg", imageAlt: "Jordan Stone"
id: "2", name: "Jordan Stone", handle: "@JordanCode", testimonial: "No compromises, no rules except honesty. This is what authentic culture looks like in the digital age. Pure fire.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-closeup-african-american-girl-with-curly-hair-against-blurry-background_181624-20369.jpg?_wi=1", imageAlt: "Jordan Stone"
},
{
id: "3", name: "Casey Neon", handle: "@CaseyStreet", testimonial: "The energy is real. The community is real. BACISIZ TR represents everything we fought for—raw, unfiltered, unstoppable.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-armenian-guy-looking-away-yellow-black-wall_181624-42023.jpg", imageAlt: "Casey Neon"
@@ -156,10 +156,10 @@ export default function LandingPage() {
id: "4", name: "Morgan Pulse", handle: "@MorganPulse", testimonial: "Finally someone gets it. The street culture isn't just aesthetic—it's a way of life, and BACISIZ TR gets it completely.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-applying-lipstick-mirror-outdoors_23-2150296682.jpg", imageAlt: "Morgan Pulse"
},
{
id: "5", name: "Taylor Echo", handle: "@TaylorMovement", testimonial: "This is the future of branding. No corporate fluff, just pure rebellion and authenticity. We're in.", imageSrc: "http://img.b2bpic.net/free-photo/serious-ethnic-man-with-curly-hair-headphones_23-2148203567.jpg", imageAlt: "Taylor Echo"
id: "5", name: "Taylor Echo", handle: "@TaylorMovement", testimonial: "This is the future of branding. No corporate fluff, just pure rebellion and authenticity. We're in.", imageSrc: "http://img.b2bpic.net/free-photo/serious-ethnic-man-with-curly-hair-headphones_23-2148203567.jpg?_wi=2", imageAlt: "Taylor Echo"
},
{
id: "6", name: "Dakota Strike", handle: "@DakotaForce", testimonial: "BACISIZ TR doesn't follow—it leads. That's the only way a movement this real can exist. Respect.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-closeup-african-american-girl-with-curly-hair-against-blurry-background_181624-20369.jpg", imageAlt: "Dakota Strike"
id: "6", name: "Dakota Strike", handle: "@DakotaForce", testimonial: "BACISIZ TR doesn't follow—it leads. That's the only way a movement this real can exist. Respect.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-closeup-african-american-girl-with-curly-hair-against-blurry-background_181624-20369.jpg?_wi=2", imageAlt: "Dakota Strike"
},
]}
animationType="slide-up"