Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-10 10:12:23 +00:00
5 changed files with 76 additions and 37 deletions

View File

@@ -48,7 +48,7 @@ export default function AboutPage() {
description="For over 25 years, we've been redefining luxury real estate. Our commitment to excellence, transparency, and client satisfaction has established us as the premier destination for discerning buyers and sellers seeking the finest properties."
tag="Our Story"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/modern-office-meeting-room-with-city-view_9975-23238.jpg"
imageSrc="http://img.b2bpic.net/free-photo/modern-office-meeting-room-with-city-view_9975-23238.jpg?_wi=2"
imageAlt="Luxury real estate office and team"
buttons={[
{
@@ -77,7 +77,7 @@ export default function AboutPage() {
title: "Trusted Agents",
description: "Our team of seasoned professionals brings decades of luxury real estate expertise. Each agent is vetted, certified, and dedicated to delivering exceptional results.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=7",
},
items: [
{
@@ -100,7 +100,7 @@ export default function AboutPage() {
title: "Verified Listings",
description: "Every property is carefully curated and authenticated. We guarantee legitimacy, transparency, and detailed documentation for every listing we present.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg?_wi=7",
},
items: [
{
@@ -123,7 +123,7 @@ export default function AboutPage() {
title: "Luxury Experience",
description: "From private viewings to white-glove service, we provide an unmatched experience. Every detail matters when dealing with premium properties.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg?_wi=7",
},
items: [
{

View File

@@ -85,7 +85,7 @@ export default function ContactPage() {
quote: "I searched for three years for the perfect penthouse in the city. Their team understood exactly what I wanted and delivered beyond expectations. Truly professional.",
tag: "Premium Plus",
avatarSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-lady-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-9932.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=8",
},
{
id: "2",
@@ -95,7 +95,7 @@ export default function ContactPage() {
quote: "From initial consultation to closing, every step was seamless. They handled the entire process with grace and professionalism that's rare in this industry.",
tag: "Executive Partners",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg?_wi=8",
},
{
id: "3",
@@ -105,7 +105,7 @@ export default function ContactPage() {
quote: "I've worked with many agencies, but none match their level of dedication. They know the luxury market inside and out. Highly recommend.",
tag: "Collector's Choice",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg?_wi=8",
},
]}
/>
@@ -127,7 +127,7 @@ export default function ContactPage() {
title: "Expert Guidance",
description: "Our seasoned agents understand the nuances of luxury markets. We guide you through every decision with market expertise and personalized attention.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=9",
},
items: [
{
@@ -150,7 +150,7 @@ export default function ContactPage() {
title: "Transparent Process",
description: "We believe in full transparency. Every step of your journey is documented, explained, and aligned with your goals.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg?_wi=9",
},
items: [
{
@@ -173,7 +173,7 @@ export default function ContactPage() {
title: "Premium Support",
description: "From initial inquiry to closing and beyond, we provide white-glove service that anticipates your needs.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg?_wi=9",
},
items: [
{

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } 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 { Manrope } 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 manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Luxury Real Estate - Premium Properties & Exclusive Listings",
description: "Discover curated luxury homes and premium real estate listings. Expert agents, verified properties, and white-glove service for discerning buyers seeking the finest residences.",
keywords: "luxury real estate, premium properties, high-end homes, exclusive listings, luxury homes for sale",
metadataBase: new URL("https://luxeproperties.com"),
alternates: {
canonical: "https://luxeproperties.com",
},
openGraph: {
title: "Luxury Real Estate - Premium Properties",
description: "Discover your perfect luxury home with our curated collection of premium properties and expert guidance.",
url: "https://luxeproperties.com",
siteName: "Luxe Properties",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-beautiful-glass-building-captured-day-time_181624-7425.jpg",
alt: "Luxury Property",
},
],
},
twitter: {
card: "summary_large_image",
title: "Luxury Real Estate - Premium Properties",
description: "Discover your perfect luxury home with our curated collection of premium properties.",
images: ["http://img.b2bpic.net/free-photo/vertical-low-angle-shot-beautiful-glass-building-captured-day-time_181624-7425.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={`${manrope.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -104,7 +104,7 @@ export default function HomePage() {
price: "$4,850,000",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=1",
imageAlt: "Modern penthouse with city views",
},
{
@@ -114,7 +114,7 @@ export default function HomePage() {
price: "$6,200,000",
rating: 5,
reviewCount: "18",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg?_wi=1",
imageAlt: "Luxury villa with pool",
},
{
@@ -124,7 +124,7 @@ export default function HomePage() {
price: "$3,450,000",
rating: 5,
reviewCount: "14",
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg?_wi=1",
imageAlt: "Modern downtown apartment",
},
]}
@@ -140,7 +140,7 @@ export default function HomePage() {
title: "Trusted Agents",
description: "Our team of seasoned professionals brings decades of luxury real estate expertise. Each agent is vetted, certified, and dedicated to delivering exceptional results.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=2",
},
items: [
{ icon: CheckCircle, text: "Expert market knowledge" },
@@ -154,7 +154,7 @@ export default function HomePage() {
title: "Verified Listings",
description: "Every property is carefully curated and authenticated. We guarantee legitimacy, transparency, and detailed documentation for every listing we present.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg?_wi=2",
},
items: [
{ icon: Shield, text: "Complete verification" },
@@ -168,7 +168,7 @@ export default function HomePage() {
title: "Luxury Experience",
description: "From private viewings to white-glove service, we provide an unmatched experience. Every detail matters when dealing with premium properties.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg?_wi=2",
},
items: [
{ icon: Sparkles, text: "Exclusive viewings" },
@@ -199,7 +199,7 @@ export default function HomePage() {
quote: "I searched for three years for the perfect penthouse in the city. Their team understood exactly what I wanted and delivered beyond expectations. Truly professional.",
tag: "Premium Plus",
avatarSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-lady-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-9932.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=3",
},
{
id: "2",
@@ -209,7 +209,7 @@ export default function HomePage() {
quote: "From initial consultation to closing, every step was seamless. They handled the entire process with grace and professionalism that's rare in this industry.",
tag: "Executive Partners",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg?_wi=3",
},
{
id: "3",
@@ -219,7 +219,7 @@ export default function HomePage() {
quote: "I've worked with many agencies, but none match their level of dedication. They know the luxury market inside and out. Highly recommend.",
tag: "Collector's Choice",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg?_wi=3",
},
{
id: "4",
@@ -229,7 +229,7 @@ export default function HomePage() {
quote: "Finding a luxury property while traveling internationally was challenging. Their team coordinated everything flawlessly across time zones.",
tag: "International Client",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-executive-with-white-shirt-blue-suit_1139-135.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=4",
},
{
id: "5",
@@ -239,7 +239,7 @@ export default function HomePage() {
quote: "They don't just sell properties—they understand lifestyle. They found me a villa with gallery space that's perfect for my collection.",
tag: "Premium Plus",
avatarSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-lady-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-9932.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg?_wi=4",
},
{
id: "6",
@@ -249,7 +249,7 @@ export default function HomePage() {
quote: "For investment portfolios, they provide insights that go beyond standard listings. Data-driven, transparent, and results-oriented.",
tag: "Corporate Partner",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg?_wi=4",
},
]}
title="Client Testimonials"
@@ -267,7 +267,7 @@ export default function HomePage() {
description="For over 25 years, we've been redefining luxury real estate. Our commitment to excellence, transparency, and client satisfaction has established us as the premier destination for discerning buyers and sellers seeking the finest properties."
tag="Our Story"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/modern-office-meeting-room-with-city-view_9975-23238.jpg"
imageSrc="http://img.b2bpic.net/free-photo/modern-office-meeting-room-with-city-view_9975-23238.jpg?_wi=1"
imageAlt="Luxury real estate office and team"
buttons={[{ text: "Learn More", href: "about" }]}
buttonAnimation="slide-up"

View File

@@ -57,7 +57,7 @@ export default function PropertiesPage() {
price: "$4,850,000",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=5",
imageAlt: "Modern penthouse with city views",
},
{
@@ -67,7 +67,7 @@ export default function PropertiesPage() {
price: "$6,200,000",
rating: 5,
reviewCount: "18",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg?_wi=5",
imageAlt: "Luxury villa with pool",
},
{
@@ -77,7 +77,7 @@ export default function PropertiesPage() {
price: "$3,450,000",
rating: 5,
reviewCount: "14",
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg?_wi=5",
imageAlt: "Modern downtown apartment",
},
]}
@@ -93,7 +93,7 @@ export default function PropertiesPage() {
title: "Expert Property Selection",
description: "Our portfolio features only the finest properties in prime locations. Each listing undergoes rigorous verification to ensure it meets our luxury standards and your expectations.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=6",
},
items: [
{ icon: CheckCircle, text: "Prime location verification" },
@@ -107,7 +107,7 @@ export default function PropertiesPage() {
title: "Investment Guidance",
description: "Whether you're a first-time buyer or seasoned investor, our team provides comprehensive guidance on market trends, financing options, and long-term investment strategies.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg?_wi=6",
},
items: [
{ icon: Shield, text: "Investment ROI analysis" },
@@ -121,7 +121,7 @@ export default function PropertiesPage() {
title: "Seamless Transaction Process",
description: "From initial inquiry to final closing, we manage every detail. Our streamlined process ensures transparency, security, and peace of mind at every step.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-jumpsuit-sits-kitchen-table-ceiling-lapm-orange-warm-light_343596-1786.jpg?_wi=6",
},
items: [
{ icon: Sparkles, text: "Document management" },