Merge version_1 into main #1
@@ -100,21 +100,21 @@ export default function AboutPage() {
|
||||
id: 1,
|
||||
title: "Market Expertise",
|
||||
description: "Our team combines decades of collective experience with cutting-edge market analysis to serve buyers, sellers, and investors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-worker-crossed-arms-office_1139-202.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-worker-crossed-arms-office_1139-202.jpg?_wi=3",
|
||||
imageAlt: "Expert real estate professionals",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Client-Focused Service",
|
||||
description: "Every engagement begins with understanding our clients' unique goals, preferences, and timelines for a tailored approach.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164709.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164709.jpg?_wi=3",
|
||||
imageAlt: "Client consultation and partnership",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Proven Results",
|
||||
description: "Our track record speaks volumes: thousands of satisfied clients, record-breaking sales, and industry-leading transaction speeds.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard-template_23-2148376374.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard-template_23-2148376374.jpg?_wi=3",
|
||||
imageAlt: "Performance metrics and results",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Lato } 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 { Lato } 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 lato = Lato({
|
||||
variable: "--font-lato",
|
||||
@@ -20,6 +24,34 @@ const lato = Lato({
|
||||
weight: ["100", "300", "400", "700", "900"]
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Luxe Properties | Premium Real Estate",
|
||||
description: "Discover luxury homes and exceptional properties with Luxe Properties. Expert real estate services for buyers, sellers, and investors.",
|
||||
keywords: "luxury real estate, premium homes, property listings, real estate agent, luxury residences",
|
||||
openGraph: {
|
||||
title: "Luxe Properties | Premium Real Estate",
|
||||
description: "Discover luxury homes and exceptional properties with Luxe Properties.",
|
||||
siteName: "Luxe Properties",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/apartment-building-with-many-windows-air-conditioners_181624-3696.jpg",
|
||||
alt: "luxury modern home exterior architecture",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Luxe Properties | Premium Real Estate",
|
||||
description: "Discover luxury homes and exceptional properties with Luxe Properties.",
|
||||
images: ["http://img.b2bpic.net/free-photo/apartment-building-with-many-windows-air-conditioners_181624-3696.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +60,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${lato.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${lato.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +74,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -115,7 +115,7 @@ export default function HomePage() {
|
||||
name: "Sunset Hills Estate",
|
||||
price: "$2,450,000",
|
||||
variant: "5 BR | 4.5 BA | 6,200 sq ft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=1",
|
||||
imageAlt: "Modern hillside estate with panoramic views",
|
||||
},
|
||||
{
|
||||
@@ -123,7 +123,7 @@ export default function HomePage() {
|
||||
name: "Oceanfront Villa",
|
||||
price: "$3,850,000",
|
||||
variant: "6 BR | 5 BA | 7,500 sq ft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8862.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8862.jpg?_wi=1",
|
||||
imageAlt: "Luxury beachfront villa with infinity pool",
|
||||
},
|
||||
{
|
||||
@@ -131,7 +131,7 @@ export default function HomePage() {
|
||||
name: "Downtown Penthouse",
|
||||
price: "$1,650,000",
|
||||
variant: "3 BR | 2.5 BA | 3,100 sq ft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone_23-2148230176.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone_23-2148230176.jpg?_wi=1",
|
||||
imageAlt: "Urban penthouse with city skyline views",
|
||||
},
|
||||
{
|
||||
@@ -139,7 +139,7 @@ export default function HomePage() {
|
||||
name: "Vineyard Manor",
|
||||
price: "$2,950,000",
|
||||
variant: "7 BR | 6 BA | 8,000 sq ft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farming-concept-with-vineyard_23-2148573794.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farming-concept-with-vineyard_23-2148573794.jpg?_wi=1",
|
||||
imageAlt: "Sprawling estate on private vineyard grounds",
|
||||
},
|
||||
]}
|
||||
@@ -165,21 +165,21 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Expert Agents",
|
||||
description: "Our team comprises top-tier professionals with extensive market knowledge and proven track records.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-worker-crossed-arms-office_1139-202.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-worker-crossed-arms-office_1139-202.jpg?_wi=1",
|
||||
imageAlt: "Professional real estate agents team",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Market Intelligence",
|
||||
description: "Real-time data analytics and market insights ensure optimal pricing and strategic positioning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard-template_23-2148376374.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard-template_23-2148376374.jpg?_wi=1",
|
||||
imageAlt: "Market analysis dashboard",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Personalized Service",
|
||||
description: "Every client receives dedicated attention and a customized approach tailored to their unique needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164709.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164709.jpg?_wi=1",
|
||||
imageAlt: "Client consultation meeting",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -89,7 +89,7 @@ export default function PropertiesPage() {
|
||||
name: "Sunset Hills Estate",
|
||||
price: "$2,450,000",
|
||||
variant: "5 BR | 4.5 BA | 6,200 sq ft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=2",
|
||||
imageAlt: "Modern hillside estate with panoramic views",
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function PropertiesPage() {
|
||||
name: "Oceanfront Villa",
|
||||
price: "$3,850,000",
|
||||
variant: "6 BR | 5 BA | 7,500 sq ft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8862.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8862.jpg?_wi=2",
|
||||
imageAlt: "Luxury beachfront villa with infinity pool",
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function PropertiesPage() {
|
||||
name: "Downtown Penthouse",
|
||||
price: "$1,650,000",
|
||||
variant: "3 BR | 2.5 BA | 3,100 sq ft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone_23-2148230176.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone_23-2148230176.jpg?_wi=2",
|
||||
imageAlt: "Urban penthouse with city skyline views",
|
||||
},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ export default function PropertiesPage() {
|
||||
name: "Vineyard Manor",
|
||||
price: "$2,950,000",
|
||||
variant: "7 BR | 6 BA | 8,000 sq ft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farming-concept-with-vineyard_23-2148573794.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farming-concept-with-vineyard_23-2148573794.jpg?_wi=2",
|
||||
imageAlt: "Sprawling estate on private vineyard grounds",
|
||||
},
|
||||
]}
|
||||
@@ -139,21 +139,21 @@ export default function PropertiesPage() {
|
||||
id: 1,
|
||||
title: "Prime Locations",
|
||||
description: "Properties situated in the most exclusive neighborhoods and coveted areas with strong appreciation potential.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-worker-crossed-arms-office_1139-202.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-worker-crossed-arms-office_1139-202.jpg?_wi=2",
|
||||
imageAlt: "Prime location properties",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Premium Finishes",
|
||||
description: "High-end materials, designer finishes, and state-of-the-art amenities throughout every property.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard-template_23-2148376374.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard-template_23-2148376374.jpg?_wi=2",
|
||||
imageAlt: "Premium interior finishes",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Investment Ready",
|
||||
description: "Each property vetted for appreciation potential, rental income opportunities, and long-term value.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164709.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164709.jpg?_wi=2",
|
||||
imageAlt: "Investment property consulting",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user