Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-03-25 05:05:58 +00:00
3 changed files with 34 additions and 44 deletions

View File

@@ -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"}]}
/>

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
<body
className={`${dmSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -67,4 +57,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -52,7 +52,7 @@ export default function ServicesPage() {
{
title: "Expert Appraisal", description: "Receive accurate and certified valuations for insurance, estate planning, and sales from our seasoned specialists.", icon: Balance,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-reading-labels-tablets-jars-with-pills-capsules-table-with-medicaments-tissues-thermometer-sick-person-looking-treatment-cure-virus-symptoms_482257-29021.jpg", alt: "Antique appraisal expert examining a delicate porcelain vase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-reading-labels-tablets-jars-with-pills-capsules-table-with-medicaments-tissues-thermometer-sick-person-looking-treatment-cure-virus-symptoms_482257-29021.jpg?_wi=1", alt: "Antique appraisal expert examining a delicate porcelain vase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-anglebeautiful-love-letter_23-2150716589.jpg", alt: "Certified antique valuation document" }
]
},
@@ -67,7 +67,7 @@ export default function ServicesPage() {
title: "Global Sourcing", description: "Leverage our extensive network to find specific historical items and rare artifacts for your private collection.", icon: Globe,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/travel-stuff-near-book-maps_23-2147793502.jpg", alt: "Antique dealer looking at a vintage map, global sourcing concept" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-reading-labels-tablets-jars-with-pills-capsules-table-with-medicaments-tissues-thermometer-sick-person-looking-treatment-cure-virus-symptoms_482257-29021.jpg", alt: "Rare collectible coin being examined by a dealer" }
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-reading-labels-tablets-jars-with-pills-capsules-table-with-medicaments-tissues-thermometer-sick-person-looking-treatment-cure-virus-symptoms_482257-29021.jpg?_wi=2", alt: "Rare collectible coin being examined by a dealer" }
]
}
]}
@@ -104,13 +104,13 @@ export default function ServicesPage() {
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=1", 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=1", 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=1", 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={[