Merge version_2 into main #2
@@ -1,45 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import "@/styles/globals.css";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Luu Rackz | Music Producer & Artist", description: "Discover innovative beats, music production, and artistry from Luu Rackz. Stream original tracks on Spotify, Apple Music, and more.", keywords: "music producer, beats, hip-hop, electronic music, artist, songwriter, mixing, mastering", openGraph: {
|
||||
title: "Luu Rackz | Music Producer & Artist", description: "Discover innovative beats, music production, and artistry from Luu Rackz.", siteName: "Luu Rackz", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/diverse-people-processing-mixing-sounds-audio-console_482257-122250.jpg", alt: "Luu Rackz Music Studio"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Luu Rackz | Music Producer & Artist", description: "Discover innovative beats and music from Luu Rackz.", images: ["http://img.b2bpic.net/free-photo/diverse-people-processing-mixing-sounds-audio-console_482257-122250.jpg"],
|
||||
},
|
||||
};
|
||||
title: "Luu Rackz - Music Producer & Artist", description: "Producer, songwriter, and artist creating innovative beats and memorable music. Explore my sound and join thousands of listeners worldwide."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1407,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -93,7 +93,7 @@ export default function LandingPage() {
|
||||
title: "Live Performance", description: "Dynamic stage presence and electrifying performances that connect with fans and create unforgettable moments.", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-carefree-fans-having-fun-music-festival-front-illuminated-stage-night_637285-615.jpg"
|
||||
},
|
||||
]}
|
||||
title="My Musical Journey"
|
||||
title="My Creative Skills"
|
||||
description="From beat production to mastering, discover the creative process behind every track."
|
||||
tag="What I Do"
|
||||
tagIcon={Sparkles}
|
||||
|
||||
Reference in New Issue
Block a user