Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-04 01:56:36 +00:00
4 changed files with 68 additions and 67 deletions

View File

@@ -1,12 +1,13 @@
import type { Metadata } from "next";
import { Montserrat } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const montserrat = Montserrat({
variable: "--font-montserrat", subsets: ["latin"],
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
@@ -14,15 +15,15 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: "Meridian — Luxury Home Services for Discerning Homeowners", description: "Discreet, refined home services for high-net-worth individuals. Interior design, estate management, project oversight, and luxury concierge.", keywords: "luxury home services, interior design, estate management, concierge, high-end property care", openGraph: {
title: "Meridian — Luxury Home Services", description: "Exceptional care for exceptional homes. Design, management, and concierge for the discerning.", siteName: "Meridian", type: "website", images: [
title: "Your Home, Perfectly Attended To — Luxury Estate Management", description: "White-glove home management and estate services for those who demand nothing less than extraordinary.", keywords: "luxury home services, estate management, white-glove service, property management", openGraph: {
title: "Your Home, Perfectly Attended To", description: "White-glove home management and estate services for the most discerning homeowners.", siteName: "Estate Management", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", alt: "Meridian luxury home services"
url: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=1200&h=630&fit=crop", alt: "Luxury interior design"
}
]
},
twitter: {
card: "summary_large_image", title: "Meridian — Luxury Home Services", description: "Discreet, refined home services for the most discerning homeowners.", images: ["http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg"]
card: "summary_large_image", title: "Your Home, Perfectly Attended To", description: "White-glove home management and estate services.", images: ["https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=1200&h=630&fit=crop"]
}
};
@@ -35,7 +36,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${montserrat.variable} ${inter.variable} antialiased`}
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
@@ -1410,4 +1411,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -14,20 +14,20 @@ import { Briefcase, Headphones, Heart, Leaf, Lightbulb, Palette, Sparkles, Shiel
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="medium"
background="aurora"
cardStyle="inset"
background="none"
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Meridian"
brandName="Estate Management"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
@@ -40,28 +40,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
title="Your Estate Deserves Exceptional Care"
description="Meridian provides discreet, refined home services for discerning property owners. From design consultation to comprehensive estate management, we handle every detail with quiet elegance."
tag="Luxury Home Services"
title="Your Home, Perfectly Attended To"
description="White-glove home management and estate services for those who demand nothing less than extraordinary"
tag="Luxury Estate Services"
background={{ variant: "plain" }}
mediaAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1"
imageAlt="Meridian luxury home service showcase"
imageSrc="https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=1200&fit=crop"
imageAlt="Luxury interior design and home management"
imagePosition="right"
useInvertedBackground={false}
buttons={[
{ text: "Schedule Consultation", href: "contact" },
{ text: "View Services", href: "services" }
{ text: "Arrange a Meeting", href: "contact" },
{ text: "Our Services", href: "services" }
]}
buttonAnimation="slide-up"
testimonials={[
{
name: "Catherine Ashford", handle: "Private Estate Owner, Malibu", testimonial: "Meridian transformed our property management completely. The level of discretion and attention to detail is unmatched.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg"
name: "Catherine Ashford", handle: "Private Estate Owner, Malibu", testimonial: "Their attention to every detail is unmatched. Our home has never been more beautifully maintained.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&fit=crop"
},
{
name: "James Mitchell", handle: "CEO, Global Investments", testimonial: "We've entrusted Meridian with multiple properties. Their service is invisible, efficient, and extraordinary.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
name: "James Mitchell", handle: "CEO, Global Investments", testimonial: "Managing multiple residences became effortless. This is what true luxury service looks like.", rating: 5,
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&fit=crop"
}
]}
testimonialRotationInterval={5000}
@@ -77,10 +77,10 @@ export default function LandingPage() {
title: "Interior Design Consultation", description: "Refined aesthetic direction for your spaces. We collaborate with your vision to create timeless, sophisticated interiors that reflect your discerning taste.", icon: Palette,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-collaborates-with-real-estate-team-experts_482257-95542.jpg?_wi=1", imageAlt: "Interior design consultation"
imageSrc: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=500&fit=crop", imageAlt: "Interior design consultation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-fabric-furniture-store_1157-37466.jpg?_wi=1", imageAlt: "Design planning session"
imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&fit=crop", imageAlt: "Design planning session"
}
]
},
@@ -88,10 +88,10 @@ export default function LandingPage() {
title: "Luxury Home Staging", description: "Prepare your property for sale or private viewing with editorial precision. Every detail is curated to highlight your home's finest qualities.", icon: Sparkles,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-fabric-furniture-store_1157-37466.jpg?_wi=2", imageAlt: "Luxury home staging"
imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&fit=crop", imageAlt: "Luxury home staging"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2", imageAlt: "Staged luxury interior"
imageSrc: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=500&fit=crop", imageAlt: "Staged luxury interior"
}
]
},
@@ -99,10 +99,10 @@ export default function LandingPage() {
title: "Estate Project Management", description: "Oversee renovations, installations, and major projects with absolute precision. We manage every contractor, every timeline, every detail.", icon: Briefcase,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-346.jpg?_wi=1", imageAlt: "Estate project management"
imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=500&fit=crop", imageAlt: "Estate project management"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1", imageAlt: "Luxury renovation project"
imageSrc: "https://images.unsplash.com/photo-1631679706909-1844bbd07221?w=500&fit=crop", imageAlt: "Luxury renovation project"
}
]
},
@@ -110,10 +110,10 @@ export default function LandingPage() {
title: "Property Maintenance", description: "Preventative care and meticulous maintenance to preserve your home's beauty and value. Discreet, reliable, and comprehensive.", icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Property maintenance"
imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=500&fit=crop", imageAlt: "Property maintenance"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2", imageAlt: "Home maintenance care"
imageSrc: "https://images.unsplash.com/photo-1631679706909-1844bbd07221?w=500&fit=crop", imageAlt: "Home maintenance care"
}
]
},
@@ -121,10 +121,10 @@ export default function LandingPage() {
title: "Concierge Management", description: "Full-service concierge for your property. From vendor coordination to emergency response, we're available when you need us.", icon: Headphones,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-paying-coffee-cup_482257-87199.jpg", imageAlt: "Luxury concierge service"
imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=500&fit=crop", imageAlt: "Luxury concierge service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-interior-designer_23-2150346500.jpg?_wi=1", imageAlt: "Professional service team"
imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&fit=crop", imageAlt: "Professional service team"
}
]
},
@@ -132,10 +132,10 @@ export default function LandingPage() {
title: "Specialized Consulting", description: "Expert guidance on everything from smart home integration to sustainable upgrades. Your home, elevated.", icon: Lightbulb,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-collaborates-with-real-estate-team-experts_482257-95542.jpg?_wi=2", imageAlt: "Expert consulting"
imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=500&fit=crop", imageAlt: "Expert consulting"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=3", imageAlt: "Professional expertise"
imageSrc: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=500&fit=crop", imageAlt: "Professional expertise"
}
]
}
@@ -154,8 +154,8 @@ export default function LandingPage() {
description="Founded by Sophie Laurent"
subdescription="Interior Design Director & Property Management Expert"
icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-working-as-interior-designer_23-2150346500.jpg?_wi=2"
imageAlt="Sophie Laurent, founder of Meridian"
imageSrc="https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=600&fit=crop"
imageAlt="Sophie Laurent, founder"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
@@ -188,22 +188,22 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="Trusted by Discerning Homeowners"
description="Words from those who've experienced Meridian's refined approach to luxury home care."
description="Words from those who've experienced our refined approach to luxury home care."
testimonials={[
{
id: "1", name: "Catherine Ashford, Private Estate Owner", date: "Date: November 2024", title: "Meridian redefined estate management for us.", quote: "We've owned properties for twenty years, and Meridian is the first service provider that truly understands discretion. They anticipate needs before we ask. It's like having a trusted family member manage your home.", tag: "Property Owner", avatarSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=4"
id: "1", name: "Catherine Ashford, Private Estate Owner", date: "Date: November 2024", title: "Exceptional attention to every detail.", quote: "We've owned properties for twenty years, and this service is the first that truly understands discretion. They anticipate needs before we ask. It's like having a trusted family member manage your home.", tag: "Property Owner", avatarSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&fit=crop", imageSrc: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=500&fit=crop"
},
{
id: "2", name: "James Mitchell, CEO, Global Investments", date: "Date: October 2024", title: "Exceptional attention to every detail.", quote: "Managing multiple residences across three countries became effortless after we partnered with Meridian. Their concierge team handles everything invisibly. This is what true luxury service looks like.", tag: "Multi-Property Owner", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-346.jpg?_wi=2"
id: "2", name: "James Mitchell, CEO, Global Investments", date: "Date: October 2024", title: "Managing multiple residences made effortless.", quote: "Managing multiple residences across three countries became effortless after we partnered with this service. Their concierge team handles everything invisibly. This is what true luxury service looks like.", tag: "Multi-Property Owner", avatarSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&fit=crop", imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=500&fit=crop"
},
{
id: "3", name: "Olivia Chen, Art Collector", date: "Date: September 2024", title: "Design partners who truly understand elegance.", quote: "Sophie and her team transformed our Tribeca loft into a gallery-quality home. They respected our collection while creating cohesive, breathing spaces. Meridian isn't just a service—it's a partnership.", tag: "Design Client", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-collaborates-with-real-estate-team-experts_482257-95542.jpg?_wi=3"
id: "3", name: "Olivia Chen, Art Collector", date: "Date: September 2024", title: "Design partners who truly understand elegance.", quote: "The team transformed our loft into a gallery-quality home. They respected our collection while creating cohesive, breathing spaces. This isn't just a service—it's a partnership.", tag: "Design Client", avatarSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=100&fit=crop", imageSrc: "https://images.unsplash.com/photo-1552321554-5fefe8c9ef14?w=500&fit=crop"
},
{
id: "4", name: "Marcus Hoffman, Real Estate Developer", date: "Date: August 2024", title: "The gold standard in luxury home services.", quote: "We recommend Meridian to every high-net-worth buyer. Their staging and project management have become signature elements of our sales process. They consistently deliver beyond expectations.", tag: "Industry Partner", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-fabric-furniture-store_1157-37466.jpg?_wi=3"
id: "4", name: "Marcus Hoffman, Real Estate Developer", date: "Date: August 2024", title: "The gold standard in luxury home services.", quote: "We recommend this service to every high-net-worth buyer. Their staging and project management have become signature elements of our sales process. They consistently deliver beyond expectations.", tag: "Industry Partner", avatarSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=100&fit=crop", imageSrc: "https://images.unsplash.com/photo-1631679706909-1844bbd07221?w=500&fit=crop"
},
{
id: "5", name: "Victoria Sterling, Philanthropist", date: "Date: July 2024", title: "Trusted with what matters most.", quote: "Our homes host intimate gatherings for leading figures in art, business, and culture. Meridian's ability to create perfect spaces while remaining completely invisible is exactly what we need.", tag: "Luxury Entertainer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-interior-designer_23-2150346500.jpg?_wi=3"
id: "5", name: "Victoria Sterling, Philanthropist", date: "Date: July 2024", title: "Trusted with what matters most.", quote: "Our homes host intimate gatherings for leading figures in art, business, and culture. Their ability to create perfect spaces while remaining completely invisible is exactly what we need.", tag: "Luxury Entertainer", avatarSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&fit=crop", imageSrc: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=500&fit=crop"
}
]}
textboxLayout="default"
@@ -213,7 +213,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to elevate your home? Let's discuss how Meridian can bring refined sophistication to your property."
text="Ready to elevate your home? Let's discuss how we can bring refined sophistication to your property."
animationType="reveal-blur"
buttons={[
{ text: "Schedule Your Consultation", href: "#" },
@@ -226,7 +226,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Meridian"
logoText="Estate Management"
columns={[
{
title: "Services", items: [
@@ -246,16 +246,16 @@ export default function LandingPage() {
},
{
title: "Connect", items: [
{ label: "Email", href: "mailto:hello@meridian.luxury" },
{ label: "Email", href: "mailto:hello@estate.luxury" },
{ label: "Phone", href: "tel:+1-555-0123" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "LinkedIn", href: "https://linkedin.com" }
]
}
]}
copyrightText="© 2025 Meridian Luxury Home Services. All rights reserved."
copyrightText="© 2025 Estate Management Services. All rights reserved."
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-montserrat), sans-serif;
font-family: var(--font-libre-baskerville), serif;
}

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #fffefe;;
--card: #f6f7f4;;
--foreground: #080908;;
--primary-cta: #0e3a29;;
--secondary-cta: #e7eecd;;
--accent: #35c18b;;
--background-accent: #ecebe4;; */
/* --background: #fffffe;;
--card: #f9f9f8;;
--foreground: #1a1a1a;;
--primary-cta: #1a1a1a;;
--secondary-cta: #f0f0ef;;
--accent: #8b8b8b;;
--background-accent: #e5e5e5;; */
--background: #fffefe;;
--card: #f6f7f4;;
--foreground: #080908;;
--primary-cta: #0e3a29;;
--background: #fffffe;;
--card: #f9f9f8;;
--foreground: #1a1a1a;;
--primary-cta: #1a1a1a;;
--primary-cta-text: #fffefe;;
--secondary-cta: #e7eecd;;
--secondary-cta: #f0f0ef;;
--secondary-cta-text: #080908;;
--accent: #35c18b;;
--background-accent: #ecebe4;;
--accent: #8b8b8b;;
--background-accent: #e5e5e5;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);