Update src/app/layout.tsx

This commit is contained in:
2026-03-05 22:58:00 +00:00
parent e6947b82aa
commit cf8d2dbbe8

View File

@@ -7,48 +7,31 @@ 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 lato = Lato({
variable: "--font-lato",
subsets: ["latin"],
variable: "--font-lato", subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"],
});
export const metadata: Metadata = {
title: "Aslıhan Karahan - Haute Couture Designer Istanbul",
description: "Discover exquisite haute couture gowns and custom dress designs by Aslıhan Karahan in Istanbul. Specializing in wedding dresses, evening gowns, and bespoke couture for discerning clients.",
keywords: "haute couture Istanbul, couture designer Istanbul, custom dresses Istanbul, wedding dress designer Istanbul, evening gown Istanbul, bespoke fashion",
metadataBase: new URL("https://aslihankarahan.com"),
title: "Aslıhan Karahan - Haute Couture Designer Istanbul", description: "Discover exquisite haute couture gowns and custom dress designs by Aslıhan Karahan in Istanbul. Specializing in wedding dresses, evening gowns, and bespoke couture for discerning clients.", keywords: "haute couture Istanbul, couture designer Istanbul, custom dresses Istanbul, wedding dress designer Istanbul, evening gown Istanbul, bespoke fashion", metadataBase: new URL("https://aslihankarahan.com"),
alternates: {
canonical: "https://aslihankarahan.com",
},
canonical: "https://aslihankarahan.com"},
openGraph: {
title: "Aslíhan Karahan - Haute Couture Designer",
description: "Experience luxury haute couture in Istanbul",
url: "https://aslihankarahan.com",
siteName: "Aslíhan Karahan",
type: "website",
images: [
title: "Aslíhan Karahan - Haute Couture Designer", description: "Experience luxury haute couture in Istanbul", url: "https://aslihankarahan.com", siteName: "Aslíhan Karahan", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7778.jpg",
alt: "Haute Couture by Aslíhan Karahan",
},
url: "http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7778.jpg", alt: "Haute Couture by Aslíhan Karahan"},
],
},
twitter: {
card: "summary_large_image",
title: "Aslíhan Karahan - Haute Couture Designer",
description: "Exquisite handcrafted couture dresses in Istanbul",
images: ["http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7778.jpg"],
card: "summary_large_image", title: "Aslíhan Karahan - Haute Couture Designer", description: "Exquisite handcrafted couture dresses in Istanbul", images: ["http://img.b2bpic.net/free-photo/beautiful-sexy-model-woman-shiny-lace-evening-dress-posing-sitting-chair-beige-color_285396-7778.jpg"],
},
robots: {
index: true,
@@ -1440,4 +1423,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}