5 Commits

Author SHA1 Message Date
f0853a378c Merge version_3 into main
Merge version_3 into main
2026-03-05 14:05:20 +00:00
feac824ca4 Update src/app/page.tsx 2026-03-05 14:05:16 +00:00
77e90fd84b Update src/app/layout.tsx 2026-03-05 14:05:15 +00:00
fbaca30864 Merge version_2 into main
Merge version_2 into main
2026-03-05 14:02:30 +00:00
46391701b9 Merge version_2 into main
Merge version_2 into main
2026-03-05 14:01:20 +00:00
2 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,11 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "ARSON BLACK - Cinematic Hip-Hop Artist", description: "ARSON BLACK: Zimbabwean-born artist crafting dark, introspective hip-hop and melodic Afrobeats from a personal creative studio."};
title: "ARSON BLACK - Cinematic Hip-Hop & Afrobeats", description: "Enter the cinematic universe. A Zimbabwean-born artist crafting dark, introspective hip-hop and melodic Afrobeats from a personal creative studio."};
export default function RootLayout({
children,
@@ -10,7 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body>{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -187,7 +187,7 @@ export default function ArsonBlackPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Connect with ARSON BLACK"
description="Press inquiries, collaboration proposals, fan messages, or social media. Download the EPK and reach out directly. Let's create something cinematic together."
description="Response guaranteed within 24 hours. Press inquiries, collaboration proposals, fan messages, or social media. Download the EPK and reach out directly. Let's create something cinematic together."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/midi-keyboard-headphones-laptop-with-program-creating-music_169016-26455.jpg"
imageAlt="Recording studio environment"