diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c354a90..f4c7e55 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} \ No newline at end of file +}