19 Commits

Author SHA1 Message Date
b5f18b9df2 Merge version_1 into main
Merge version_1 into main
2026-03-07 13:27:52 +00:00
4f7dd580d3 Update src/app/page.tsx 2026-03-07 13:27:07 +00:00
4047b22fea Update src/app/page.tsx 2026-03-07 13:24:23 +00:00
3542e03602 Merge version_3 into main
Merge version_3 into main
2026-03-07 13:21:40 +00:00
d77ffb2244 Update src/app/layout.tsx 2026-03-07 13:21:36 +00:00
6d23856a2d Merge version_1 into main
Merge version_1 into main
2026-03-07 13:21:26 +00:00
561fd1b787 Switch to version 1: modified src/app/page.tsx 2026-03-07 13:21:07 +00:00
c785d02eba Switch to version 1: modified src/app/layout.tsx 2026-03-07 13:21:07 +00:00
5f4f6d865f Merge version_2 into main
Merge version_2 into main
2026-03-07 13:20:46 +00:00
8dd94b55dd Update src/app/page.tsx 2026-03-07 13:20:42 +00:00
d3bbd63c97 Merge version_2 into main
Merge version_2 into main
2026-03-07 13:19:34 +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
4b29f74399 Update src/app/page.tsx 2026-03-07 13:19:30 +00:00
f20b5ffa9e Update src/app/layout.tsx 2026-03-07 13:19:30 +00:00
66c02717f3 Merge version_1 into main
Merge version_1 into main
2026-03-07 13:17:13 +00:00
4abfd63e64 Merge version_1 into main
Merge version_1 into main
2026-03-07 13:15:56 +00:00
517afcdfea Merge version_1 into main
Merge version_1 into main
2026-03-07 13:09:10 +00:00
dddd809e78 Merge version_1 into main
Merge version_1 into main
2026-03-07 13:07:54 +00:00
2 changed files with 14 additions and 44 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

@@ -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?_wi=1", imageAlt: "Underground street culture movement"
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/low-angle-man-with-afro-dreadlocks-posing_23-2149462081.jpg?_wi=1", imageAlt: "Rebellious street culture"
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-with-afro-dreadlocks-posing_23-2149462081.jpg", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Dakota Strike"
},
]}
animationType="slide-up"