Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-14 01:22:51 +00:00
5 changed files with 81 additions and 42 deletions

View File

@@ -95,7 +95,7 @@ export default function AboutPage() {
},
]}
buttonAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg"
imageSrc="http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg?_wi=2"
imageAlt="luxury real estate office professional team"
useInvertedBackground={false}
/>
@@ -124,21 +124,21 @@ export default function AboutPage() {
id: "service-1",
title: "Exclusive Property Sourcing",
description: "Access to off-market listings and pre-launch opportunities. Our global network ensures you discover properties before they reach the public market.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151065011.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151065011.jpg?_wi=2",
imageAlt: "luxury property listing exclusive real estate",
},
{
id: "service-2",
title: "Investment Analysis & Strategy",
description: "Data-driven market insights and portfolio optimization. We analyze appreciation potential, rental yields, and long-term value positioning.",
imageSrc: "http://img.b2bpic.net/free-photo/man-big-center-using-smartphone_171337-19943.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-big-center-using-smartphone_171337-19943.jpg?_wi=2",
imageAlt: "investment analysis market data real estate",
},
{
id: "service-3",
title: "Discrete Transaction Management",
description: "Confidential handling of complex transactions. Our expertise in high-value deals ensures smooth negotiations and seamless closings.",
imageSrc: "http://img.b2bpic.net/free-photo/breakup-marriage-couple-with-divorce-certification_53876-14774.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/breakup-marriage-couple-with-divorce-certification_53876-14774.jpg?_wi=2",
imageAlt: "real estate transaction professional negotiation",
},
]}

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Figtree } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Figtree } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Prestige Estates | Luxury Real Estate",
description: "Discover exceptional luxury properties worldwide. Expert real estate advisory for high-net-worth investors. Three decades of excellence.",
keywords: "luxury real estate, high-end properties, exclusive homes, real estate investment, luxury estate agent",
metadataBase: new URL("https://prestigeestates.com"),
alternates: {
canonical: "https://prestigeestates.com",
},
openGraph: {
title: "Prestige Estates | Luxury Real Estate",
description: "Discover exceptional luxury properties worldwide. Expert real estate advisory for high-net-worth investors.",
url: "https://prestigeestates.com",
siteName: "Prestige Estates",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/woman-sauna-sunlight-premium-sauna-panoramic-view_169016-68907.jpg",
alt: "luxury oceanfront villa panoramic sea views",
},
],
},
twitter: {
card: "summary_large_image",
title: "Prestige Estates | Luxury Real Estate",
description: "Discover exceptional luxury properties worldwide. Expert real estate advisory.",
images: ["http://img.b2bpic.net/free-photo/woman-sauna-sunlight-premium-sauna-panoramic-view_169016-68907.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${figtree.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -97,7 +97,7 @@ export default function HomePage() {
name: "Oceanfront Villa, Malibu",
price: "$18,750,000",
variant: "6 Bed | 8 Bath | 12,000 sqft",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-have-morning-near-sea-get-up-stay-luxury-terrace_496169-1950.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-have-morning-near-sea-get-up-stay-luxury-terrace_496169-1950.jpg?_wi=1",
imageAlt: "Luxury oceanfront villa Malibu architecture",
},
{
@@ -105,7 +105,7 @@ export default function HomePage() {
name: "Metropolitan Penthouse, NYC",
price: "$12,500,000",
variant: "4 Bed | 5 Bath | 8,500 sqft",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-taking-photo-restaurant-terrace_1157-1404.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-taking-photo-restaurant-terrace_1157-1404.jpg?_wi=1",
imageAlt: "Luxury Manhattan penthouse NYC skyline view",
},
{
@@ -113,7 +113,7 @@ export default function HomePage() {
name: "Private Vineyard Estate, Napa",
price: "$8,900,000",
variant: "5 Bed | 6 Bath | 15,000 sqft",
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982770.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982770.jpg?_wi=1",
imageAlt: "Luxury vineyard estate Napa valley property",
},
{
@@ -121,7 +121,7 @@ export default function HomePage() {
name: "Architectural Masterpiece, Miami Beach",
price: "$14,200,000",
variant: "5 Bed | 7 Bath | 10,800 sqft",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-beach-house-generative-ai_587448-2213.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-beach-house-generative-ai_587448-2213.jpg?_wi=1",
imageAlt: "Luxury Miami Beach contemporary architecture",
},
]}
@@ -138,7 +138,7 @@ export default function HomePage() {
tagAnimation="opacity"
buttons={[{ text: "Learn Our Story", href: "/about" }]}
buttonAnimation="opacity"
imageSrc="http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg"
imageSrc="http://img.b2bpic.net/free-photo/fiance-with-friends-drining-wedding-day-indoors_8353-12087.jpg?_wi=1"
imageAlt="Luxury real estate office professional team"
useInvertedBackground={false}
/>
@@ -163,21 +163,21 @@ export default function HomePage() {
id: "service-1",
title: "Exclusive Property Sourcing",
description: "Access to off-market listings and pre-launch opportunities. Our global network ensures you discover properties before they reach the public market.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151065011.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151065011.jpg?_wi=1",
imageAlt: "Luxury property listing exclusive real estate",
},
{
id: "service-2",
title: "Investment Analysis & Strategy",
description: "Data-driven market insights and portfolio optimization. We analyze appreciation potential, rental yields, and long-term value positioning.",
imageSrc: "http://img.b2bpic.net/free-photo/man-big-center-using-smartphone_171337-19943.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-big-center-using-smartphone_171337-19943.jpg?_wi=1",
imageAlt: "Investment analysis market data real estate",
},
{
id: "service-3",
title: "Discrete Transaction Management",
description: "Confidential handling of complex transactions. Our expertise in high-value deals ensures smooth negotiations and seamless closings.",
imageSrc: "http://img.b2bpic.net/free-photo/breakup-marriage-couple-with-divorce-certification_53876-14774.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/breakup-marriage-couple-with-divorce-certification_53876-14774.jpg?_wi=1",
imageAlt: "Real estate transaction professional negotiation",
},
]}
@@ -248,7 +248,7 @@ export default function HomePage() {
date: "2024",
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-excited-business-experts-standing-looking-camera_1262-12259.jpg",
avatarAlt: "Christopher & Elizabeth Vale",
imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg?_wi=1",
imageAlt: "Luxury Malibu villa oceanfront property exterior",
},
{
@@ -260,7 +260,7 @@ export default function HomePage() {
date: "2024",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg",
avatarAlt: "Richard Hartmann",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-brutal-bearded-caucasian-man-rd-glass-floor-bangkok_343596-1394.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-brutal-bearded-caucasian-man-rd-glass-floor-bangkok_343596-1394.jpg?_wi=1",
imageAlt: "Luxury New York penthouse Manhattan skyline",
},
{
@@ -272,7 +272,7 @@ export default function HomePage() {
date: "2024",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-attractive-couple-charming-blonde-female-dressed-white-blouse-bearded-male-with-stylish-haircut-dressed-white-shirt-date-cafe-outdoors_613910-3884.jpg",
avatarAlt: "Natasha & Mikhail Petrov",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-houses-pamplona-spain-with-scenery-sunset-background_181624-24642.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-houses-pamplona-spain-with-scenery-sunset-background_181624-24642.jpg?_wi=1",
imageAlt: "Luxury Napa valley estate vineyard property",
},
{
@@ -284,7 +284,7 @@ export default function HomePage() {
date: "2024",
avatarSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2955.jpg",
avatarAlt: "Sophia Mendez",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694107.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694107.jpg?_wi=1",
imageAlt: "Luxury Miami Beach contemporary mansion",
},
{
@@ -296,7 +296,7 @@ export default function HomePage() {
date: "2023",
avatarSrc: "http://img.b2bpic.net/free-photo/fashion-photo-handsome-elegant-man-glasses-suit-with-beautiful-sexy-woman-colorful-dress-white_158538-11293.jpg",
avatarAlt: "David & Catherine Thomson",
imageSrc: "http://img.b2bpic.net/free-photo/balboa-park-san-diego-with-architecture_649448-2518.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/balboa-park-san-diego-with-architecture_649448-2518.jpg?_wi=1",
imageAlt: "Luxury Beverly Hills mansion property estate",
},
{
@@ -308,7 +308,7 @@ export default function HomePage() {
date: "2023",
avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-17781.jpg",
avatarAlt: "James Wellington",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg?_wi=1",
imageAlt: "Luxury San Francisco property modern architecture",
},
]}

View File

@@ -61,7 +61,7 @@ export default function PropertiesPage() {
name: "Oceanfront Villa, Malibu",
price: "$18,750,000",
variant: "6 Bed | 8 Bath | 12,000 sqft",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-have-morning-near-sea-get-up-stay-luxury-terrace_496169-1950.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-girl-have-morning-near-sea-get-up-stay-luxury-terrace_496169-1950.jpg?_wi=2",
imageAlt: "Luxury oceanfront villa Malibu architecture",
},
{
@@ -69,7 +69,7 @@ export default function PropertiesPage() {
name: "Metropolitan Penthouse, NYC",
price: "$12,500,000",
variant: "4 Bed | 5 Bath | 8,500 sqft",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-taking-photo-restaurant-terrace_1157-1404.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-taking-photo-restaurant-terrace_1157-1404.jpg?_wi=2",
imageAlt: "Luxury Manhattan penthouse NYC skyline view",
},
{
@@ -77,7 +77,7 @@ export default function PropertiesPage() {
name: "Private Vineyard Estate, Napa",
price: "$8,900,000",
variant: "5 Bed | 6 Bath | 15,000 sqft",
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982770.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982770.jpg?_wi=2",
imageAlt: "Luxury vineyard estate Napa valley property",
},
{
@@ -85,7 +85,7 @@ export default function PropertiesPage() {
name: "Architectural Masterpiece, Miami Beach",
price: "$14,200,000",
variant: "5 Bed | 7 Bath | 10,800 sqft",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-beach-house-generative-ai_587448-2213.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/luxury-beach-house-generative-ai_587448-2213.jpg?_wi=2",
imageAlt: "Luxury Miami Beach contemporary architecture",
},
]}
@@ -156,7 +156,7 @@ export default function PropertiesPage() {
date: "2024",
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-excited-business-experts-standing-looking-camera_1262-12259.jpg",
avatarAlt: "Christopher & Elizabeth Vale",
imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg?_wi=2",
imageAlt: "Luxury Malibu villa oceanfront property exterior",
},
{
@@ -168,7 +168,7 @@ export default function PropertiesPage() {
date: "2024",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg",
avatarAlt: "Richard Hartmann",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-brutal-bearded-caucasian-man-rd-glass-floor-bangkok_343596-1394.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-brutal-bearded-caucasian-man-rd-glass-floor-bangkok_343596-1394.jpg?_wi=2",
imageAlt: "Luxury New York penthouse Manhattan skyline",
},
{
@@ -180,7 +180,7 @@ export default function PropertiesPage() {
date: "2024",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-attractive-couple-charming-blonde-female-dressed-white-blouse-bearded-male-with-stylish-haircut-dressed-white-shirt-date-cafe-outdoors_613910-3884.jpg",
avatarAlt: "Natasha & Mikhail Petrov",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-houses-pamplona-spain-with-scenery-sunset-background_181624-24642.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-houses-pamplona-spain-with-scenery-sunset-background_181624-24642.jpg?_wi=2",
imageAlt: "Luxury Napa valley estate vineyard property",
},
{
@@ -192,7 +192,7 @@ export default function PropertiesPage() {
date: "2024",
avatarSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2955.jpg",
avatarAlt: "Sophia Mendez",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694107.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694107.jpg?_wi=2",
imageAlt: "Luxury Miami Beach contemporary mansion",
},
{
@@ -204,7 +204,7 @@ export default function PropertiesPage() {
date: "2023",
avatarSrc: "http://img.b2bpic.net/free-photo/fashion-photo-handsome-elegant-man-glasses-suit-with-beautiful-sexy-woman-colorful-dress-white_158538-11293.jpg",
avatarAlt: "David & Catherine Thomson",
imageSrc: "http://img.b2bpic.net/free-photo/balboa-park-san-diego-with-architecture_649448-2518.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/balboa-park-san-diego-with-architecture_649448-2518.jpg?_wi=2",
imageAlt: "Luxury Beverly Hills mansion property estate",
},
{
@@ -216,7 +216,7 @@ export default function PropertiesPage() {
date: "2023",
avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-17781.jpg",
avatarAlt: "James Wellington",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg?_wi=2",
imageAlt: "Luxury San Francisco property modern architecture",
},
]}

View File

@@ -157,7 +157,7 @@ export default function TeamPage() {
date: "2024",
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-excited-business-experts-standing-looking-camera_1262-12259.jpg",
avatarAlt: "professional couple portrait business formal",
imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg?_wi=3",
imageAlt: "luxury Malibu villa oceanfront property exterior",
},
{
@@ -169,7 +169,7 @@ export default function TeamPage() {
date: "2024",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg",
avatarAlt: "professional executive man portrait formal",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-brutal-bearded-caucasian-man-rd-glass-floor-bangkok_343596-1394.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-brutal-bearded-caucasian-man-rd-glass-floor-bangkok_343596-1394.jpg?_wi=3",
imageAlt: "luxury New York penthouse Manhattan skyline",
},
{
@@ -181,7 +181,7 @@ export default function TeamPage() {
date: "2024",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-attractive-couple-charming-blonde-female-dressed-white-blouse-bearded-male-with-stylish-haircut-dressed-white-shirt-date-cafe-outdoors_613910-3884.jpg",
avatarAlt: "professional couple portrait business headshot",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-houses-pamplona-spain-with-scenery-sunset-background_181624-24642.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-houses-pamplona-spain-with-scenery-sunset-background_181624-24642.jpg?_wi=3",
imageAlt: "luxury Napa valley estate vineyard property",
},
{
@@ -193,7 +193,7 @@ export default function TeamPage() {
date: "2024",
avatarSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2955.jpg",
avatarAlt: "professional executive woman portrait formal",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694107.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694107.jpg?_wi=3",
imageAlt: "luxury Miami Beach contemporary mansion",
},
{
@@ -205,7 +205,7 @@ export default function TeamPage() {
date: "2023",
avatarSrc: "http://img.b2bpic.net/free-photo/fashion-photo-handsome-elegant-man-glasses-suit-with-beautiful-sexy-woman-colorful-dress-white_158538-11293.jpg",
avatarAlt: "professional couple portrait business headshot",
imageSrc: "http://img.b2bpic.net/free-photo/balboa-park-san-diego-with-architecture_649448-2518.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/balboa-park-san-diego-with-architecture_649448-2518.jpg?_wi=3",
imageAlt: "luxury Beverly Hills mansion property estate",
},
{
@@ -217,7 +217,7 @@ export default function TeamPage() {
date: "2023",
avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-17781.jpg",
avatarAlt: "professional executive man portrait formal",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg?_wi=3",
imageAlt: "luxury San Francisco property modern architecture",
},
]}