Merge version_2 into main #2
@@ -1,54 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Heurgon Horloger & Joaillier | Luxury Watches & Jewelry Paris", description: "Discover exclusive luxury watches and fine jewelry at Heurgon, Paris's most prestigious jewelry boutique since 1865. Curated collections of Swiss timepieces and gemstones.", keywords: "luxury watches Paris, fine jewelry, Swiss watches, diamond rings, luxury boutique, Rue Faubourg Saint-Honoré", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Heurgon Horloger & Joaillier | Luxury Watches & Jewelry", description: "Experience 159 years of excellence. Exclusive luxury watches and fine jewelry collections in Paris.", type: "website", siteName: "Heurgon", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-blue-suit-gray_158538-11083.jpg", alt: "Heurgon luxury watches and jewelry collection"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Heurgon Horloger & Joaillier | Luxury Watches & Jewelry", description: "Exclusive luxury watches and fine jewelry since 1865", images: ["http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-blue-suit-gray_158538-11083.jpg"],
|
||||
},
|
||||
};
|
||||
title: "Heurgon - Luxury Watches & Fine Jewelry in Paris", description: "Discover exclusive luxury watches and fine jewelry at Heurgon Horloger & Joaillier on Rue du Faubourg Saint-Honoré in Paris. Est. 1865."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1416,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
tag="Stay Connected"
|
||||
title="Receive Exclusive Updates"
|
||||
description="Subscribe to our newsletter for new arrivals, exclusive events, and invitations to private viewings of our most exceptional pieces."
|
||||
description="Get first access to rare acquisitions and invitations to our exclusive invitation-only events featuring limited-edition pieces and private viewings."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599083.jpg"
|
||||
|
||||
Reference in New Issue
Block a user