Merge version_3 into main #3
@@ -1,11 +1,17 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
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."};
|
||||
title: "Heurgon | Luxury Watches & Fine Jewelry Since 1865", description: "Discover Heurgon's exclusive collection of luxury watches and fine jewelry on Rue du Faubourg Saint-Honoré, Paris."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -14,7 +20,9 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
|
||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
title="Our Exclusive Collections"
|
||||
description="Curated selections of luxury timepieces and fine jewelry from the world's most prestigious brands"
|
||||
description="Each piece is hand-selected and authenticated by our expert team, backed by our lifetime guarantee. Curated selections of luxury timepieces and fine jewelry from the world's most prestigious brands"
|
||||
tag="Handpicked Collections"
|
||||
products={[
|
||||
{
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
tag="Stay Connected"
|
||||
title="Receive Exclusive Updates"
|
||||
description="Get first access to rare acquisitions and invitations to our exclusive invitation-only events featuring limited-edition pieces and private viewings."
|
||||
description="Subscribe to our newsletter for new arrivals, exclusive events, and invitations to private viewings of our most exceptional pieces."
|
||||
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