Update src/app/layout.tsx

This commit is contained in:
2026-03-07 02:21:12 +00:00
parent 4361f79768
commit ea81bbdb43

View File

@@ -7,36 +7,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const raleway = Raleway({
variable: "--font-raleway",
subsets: ["latin"],
variable: "--font-raleway", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Studio DH | Custom Personalized Songs for Every Moment",
description: "Turn your memories into personalized music. Custom songs created for weddings, anniversaries, gifts & special moments in any music style.",
keywords: "custom songs, personalized music, music creation, wedding songs, anniversary gifts, emotional music",
openGraph: {
title: "Studio DH | Custom Personalized Songs",
description: "Transform your story into a personalized song. Created just for your special moments.",
siteName: "Studio DH",
type: "website",
},
title: "Studio DH | Custom Personalized Songs for Every Moment", description: "Turn your memories into personalized music. Custom songs created for weddings, anniversaries, gifts & special moments in any music style.", keywords: "custom songs, personalized music, music creation, wedding songs, anniversary gifts, emotional music", openGraph: {
title: "Studio DH | Custom Personalized Songs", description: "Transform your story into a personalized song. Created just for your special moments.", siteName: "Studio DH", type: "website"},
twitter: {
card: "summary_large_image",
title: "Studio DH | Custom Personalized Songs",
description: "Turn your memories into music",
},
card: "summary_large_image", title: "Studio DH | Custom Personalized Songs", description: "Turn your memories into music"},
robots: {
index: true,
follow: true,
@@ -1427,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}