Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f0853a378c | |||
| feac824ca4 | |||
| 77e90fd84b | |||
| fbaca30864 | |||
| 46391701b9 |
@@ -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: `
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user