From 88784a087a9757ae5b276203e44fc3497ca0299f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:05:54 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5dde233..fc59204 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -76,11 +76,11 @@ export default function ContactPage() { useInvertedBackground={false} blogs={[ { - id: "1", category: "Restoration", title: "The Art of Patina: Preserving History", excerpt: "Discover the delicate balance of cleaning and preserving the natural patina that tells an antique's unique story.", imageSrc: "http://img.b2bpic.net/free-photo/rusty-metal-background_1194-6886.jpg", imageAlt: "Close-up of antique bronze with rich patina", authorName: "Elias Vance", authorAvatar: "http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg", date: "July 15, 2024"}, + id: "1", category: "Restoration", title: "The Art of Patina: Preserving History", excerpt: "Discover the delicate balance of cleaning and preserving the natural patina that tells an antique's unique story.", imageSrc: "http://img.b2bpic.net/free-photo/rusty-metal-background_1194-6886.jpg?_wi=2", imageAlt: "Close-up of antique bronze with rich patina", authorName: "Elias Vance", authorAvatar: "http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg", date: "July 15, 2024"}, { - id: "2", category: "Collecting", title: "Decoding Antique Marks: A Collector's Guide", excerpt: "Learn how to identify and interpret various hallmarks, maker's marks, and signatures to authenticate your precious finds.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-book-flower-glasses_23-2148213827.jpg", imageAlt: "Close-up of antique ceramic with identifying marks", authorName: "Isabelle Chen", authorAvatar: "http://img.b2bpic.net/free-photo/artist-woman-posing-chair-with-painting_23-2148372196.jpg", date: "July 01, 2024"}, + id: "2", category: "Collecting", title: "Decoding Antique Marks: A Collector's Guide", excerpt: "Learn how to identify and interpret various hallmarks, maker's marks, and signatures to authenticate your precious finds.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-book-flower-glasses_23-2148213827.jpg?_wi=2", imageAlt: "Close-up of antique ceramic with identifying marks", authorName: "Isabelle Chen", authorAvatar: "http://img.b2bpic.net/free-photo/artist-woman-posing-chair-with-painting_23-2148372196.jpg", date: "July 01, 2024"}, { - id: "3", category: "Investment", title: "Investment in Eternity: Value of Rare Furniture", excerpt: "Explore why rare antique furniture is not just decor but a tangible asset, offering both aesthetic pleasure and lasting value.", imageSrc: "http://img.b2bpic.net/free-photo/pillow-light-indoor-modern-room_1203-4117.jpg", imageAlt: "Luxurious antique wooden armchair in an elegant room", authorName: "Arthur Sterling", authorAvatar: "http://img.b2bpic.net/free-photo/senior-man-looking-elegant-posing-suit_23-2149488026.jpg", date: "June 20, 2024"}, + id: "3", category: "Investment", title: "Investment in Eternity: Value of Rare Furniture", excerpt: "Explore why rare antique furniture is not just decor but a tangible asset, offering both aesthetic pleasure and lasting value.", imageSrc: "http://img.b2bpic.net/free-photo/pillow-light-indoor-modern-room_1203-4117.jpg?_wi=2", imageAlt: "Luxurious antique wooden armchair in an elegant room", authorName: "Arthur Sterling", authorAvatar: "http://img.b2bpic.net/free-photo/senior-man-looking-elegant-posing-suit_23-2149488026.jpg", date: "June 20, 2024"}, ]} buttons={[{ text: "Read More Articles", href: "/blog"}]} /> -- 2.49.1 From 73b619c29e8b768e20ebae1a8f679fa70498ad84 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:05:54 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 62 +++++++++++++++++++--------------------------- 1 file changed, 26 insertions(+), 36 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b583fcb..5f43c50 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,52 +1,40 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; +import { DM_Sans } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; import "@/lib/gsap-setup"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { DM_Sans } from "next/font/google"; - - - -export const metadata: Metadata = { - title: 'Heirloom Estate - Luxury Antiques & Fine Art', - description: 'Discover exquisite antique furniture, rare art, and curated collectibles at Heirloom Estate. Authenticity, heritage, and unparalleled service.', - openGraph: { - "title": "Heirloom Estate - Luxury Antiques & Fine Art", - "description": "Discover exquisite antique furniture, rare art, and curated collectibles at Heirloom Estate. Authenticity, heritage, and unparalleled service.", - "url": "/", - "siteName": "Heirloom Estate", - "images": [ - { - "url": "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg", - "alt": "Luxurious antique shop interior" - } - ], - "type": "website" - }, - twitter: { - "card": "summary_large_image", - "title": "Heirloom Estate - Luxury Antiques & Fine Art", - "description": "Discover exquisite antique furniture, rare art, and curated collectibles at Heirloom Estate. Authenticity, heritage, and unparalleled service.", - "images": [ - "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg" - ] - }, - robots: { - "index": true, - "follow": true - }, -}; const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"], }); + const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Heirloom Estate - Luxury Antiques & Fine Art", description: "Discover exquisite antique furniture, rare art, and curated collectibles at Heirloom Estate. Authenticity, heritage, and unparalleled service.", openGraph: { + title: "Heirloom Estate - Luxury Antiques & Fine Art", description: "Discover exquisite antique furniture, rare art, and curated collectibles at Heirloom Estate. Authenticity, heritage, and unparalleled service.", url: "/", siteName: "Heirloom Estate", images: [ + { + url: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg", alt: "Luxurious antique shop interior" + } + ], + type: "website" + }, + twitter: { + card: "summary_large_image", title: "Heirloom Estate - Luxury Antiques & Fine Art", description: "Discover exquisite antique furniture, rare art, and curated collectibles at Heirloom Estate. Authenticity, heritage, and unparalleled service.", images: [ + "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg" + ] + }, + robots: { + index: true, + follow: true + } +}; + export default function RootLayout({ children, }: Readonly<{ @@ -55,7 +43,9 @@ export default function RootLayout({ return ( - + {children}