Merge version_1 into main #1
@@ -160,7 +160,7 @@ export default function AgentsPage() {
|
||||
handle: "@mchen_residential",
|
||||
testimonial: "Found the perfect waterfront villa in just two weeks. The agent's expertise and the platform's advanced search tools made the entire process seamless and transparent.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -169,7 +169,7 @@ export default function AgentsPage() {
|
||||
handle: "@jen_foster_design",
|
||||
testimonial: "As an investor, I was impressed by the detailed market analytics and foreclosure opportunities. The agents understood my investment strategy perfectly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-posing-while-giving-thumbs-up_23-2148414860.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-posing-while-giving-thumbs-up_23-2148414860.jpg?_wi=2",
|
||||
imageAlt: "Jennifer Foster",
|
||||
},
|
||||
{
|
||||
@@ -178,7 +178,7 @@ export default function AgentsPage() {
|
||||
handle: "@davidpark_ventures",
|
||||
testimonial: "The virtual tour technology and 3D walkthroughs saved me countless hours. Made it easy to narrow down my choices before in-person viewings.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg?_wi=2",
|
||||
imageAlt: "David Park",
|
||||
},
|
||||
{
|
||||
@@ -187,7 +187,7 @@ export default function AgentsPage() {
|
||||
handle: "@cath_m_designs",
|
||||
testimonial: "Professional, responsive, and knowledgeable. My agent went above and beyond to ensure I got the best deal on my dream property.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1657.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1657.jpg?_wi=2",
|
||||
imageAlt: "Catherine Martinez",
|
||||
},
|
||||
{
|
||||
@@ -196,7 +196,7 @@ export default function AgentsPage() {
|
||||
handle: "@robtstyle",
|
||||
testimonial: "The mortgage calculator was incredibly helpful in understanding my financing options. Great platform for first-time homebuyers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg?_wi=2",
|
||||
imageAlt: "Robert Taylor",
|
||||
},
|
||||
{
|
||||
@@ -205,7 +205,7 @@ export default function AgentsPage() {
|
||||
handle: "@lisawong_architect",
|
||||
testimonial: "Exceptional service from start to finish. The team's attention to detail and market knowledge is unparalleled in the luxury real estate space.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg?_wi=2",
|
||||
imageAlt: "Lisa Wong",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -43,7 +43,7 @@ export default function ContactPage() {
|
||||
<ContactSplitForm
|
||||
title="Schedule Your Property Viewing"
|
||||
description="Connect with our expert agents to arrange a personalized viewing of your dream property. Fill out the form below and we'll get back to you within 24 hours."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg?_wi=5"
|
||||
imageAlt="Luxury real estate viewing appointment"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -18,8 +18,36 @@ const inter = Inter({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
title: "LuxeProperty - Premium Real Estate Platform",
|
||||
description: "Discover luxury homes, investment properties, and new construction with advanced search filters, virtual tours, and verified agents. Your dream property awaits.",
|
||||
keywords: "luxury real estate, property search, virtual tours, real estate agents, investment properties, new construction, foreclosed homes",
|
||||
metadataBase: new URL("https://luxeproperty.com"),
|
||||
alternates: {
|
||||
canonical: "https://luxeproperty.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "LuxeProperty - Find Your Dream Luxury Home",
|
||||
description: "Explore curated premium properties with advanced search, virtual tours, and expert agent guidance. Premium real estate made simple.",
|
||||
url: "https://luxeproperty.com",
|
||||
siteName: "LuxeProperty",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg",
|
||||
alt: "modern luxury villa contemporary architecture",
|
||||
},
|
||||
],
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "LuxeProperty - Luxury Real Estate Platform",
|
||||
description: "Discover premium properties with virtual tours and verified agents.",
|
||||
images: ["http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -44,4 +72,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -65,21 +65,21 @@ export default function HomePage() {
|
||||
}}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg?_wi=1",
|
||||
imageAlt: "Modern architectural villa with premium design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-6150.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-6150.jpg?_wi=1",
|
||||
imageAlt: "Luxury interior showcase",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912527.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912527.jpg?_wi=1",
|
||||
imageAlt: "Contemporary bedroom design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169758.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169758.jpg?_wi=1",
|
||||
imageAlt: "Modern villa exterior architecture",
|
||||
},
|
||||
]}
|
||||
@@ -111,28 +111,28 @@ export default function HomePage() {
|
||||
id: "price-filter",
|
||||
title: "Price Range Filter",
|
||||
description: "Set your budget with custom min/max price ranges to find properties within your financial parameters.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg?_wi=2",
|
||||
imageAlt: "Price filter interface",
|
||||
},
|
||||
{
|
||||
id: "property-type",
|
||||
title: "Property Type Selection",
|
||||
description: "Browse apartments, villas, townhouses, commercial spaces, and investment opportunities with detailed categorization.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-6150.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-6150.jpg?_wi=2",
|
||||
imageAlt: "Property type options",
|
||||
},
|
||||
{
|
||||
id: "size-filter",
|
||||
title: "Square Footage Range",
|
||||
description: "Filter properties by exact square footage ranges to match your space requirements perfectly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912527.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912527.jpg?_wi=2",
|
||||
imageAlt: "Size and dimension filters",
|
||||
},
|
||||
{
|
||||
id: "status-filter",
|
||||
title: "Status & Listing Type",
|
||||
description: "Discover new construction, foreclosed properties, short sales, and pre-owned homes tailored to your investment strategy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169758.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169758.jpg?_wi=2",
|
||||
imageAlt: "Listing status options",
|
||||
},
|
||||
]}
|
||||
@@ -156,7 +156,7 @@ export default function HomePage() {
|
||||
name: "Modern Waterfront Villa",
|
||||
price: "$2,450,000",
|
||||
variant: "4 Bed • 3 Bath • 4,200 sqft • Virtual Tour Available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg?_wi=3",
|
||||
imageAlt: "Luxury waterfront villa",
|
||||
},
|
||||
{
|
||||
@@ -164,7 +164,7 @@ export default function HomePage() {
|
||||
name: "Contemporary Downtown Penthouse",
|
||||
price: "$1,850,000",
|
||||
variant: "3 Bed • 2.5 Bath • 3,100 sqft • New Construction",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-6150.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-6150.jpg?_wi=3",
|
||||
imageAlt: "Downtown penthouse interior",
|
||||
},
|
||||
{
|
||||
@@ -172,7 +172,7 @@ export default function HomePage() {
|
||||
name: "Private Estate Masterpiece",
|
||||
price: "$3,200,000",
|
||||
variant: "5 Bed • 4 Bath • 6,500 sqft • Investment Opportunity",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912527.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912527.jpg?_wi=3",
|
||||
imageAlt: "Premium estate home",
|
||||
},
|
||||
{
|
||||
@@ -180,7 +180,7 @@ export default function HomePage() {
|
||||
name: "Luxury Modern Townhouse",
|
||||
price: "$1,200,000",
|
||||
variant: "3 Bed • 2 Bath • 2,800 sqft • Perfect Starter Home",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169758.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169758.jpg?_wi=3",
|
||||
imageAlt: "Modern townhouse exterior",
|
||||
},
|
||||
]}
|
||||
@@ -240,7 +240,7 @@ export default function HomePage() {
|
||||
handle: "@mchen_residential",
|
||||
testimonial: "Found the perfect waterfront villa in just two weeks. The agent's expertise and the platform's advanced search tools made the entire process seamless and transparent.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -249,7 +249,7 @@ export default function HomePage() {
|
||||
handle: "@jen_foster_design",
|
||||
testimonial: "As an investor, I was impressed by the detailed market analytics and foreclosure opportunities. The agents understood my investment strategy perfectly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-posing-while-giving-thumbs-up_23-2148414860.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-posing-while-giving-thumbs-up_23-2148414860.jpg?_wi=1",
|
||||
imageAlt: "Jennifer Foster",
|
||||
},
|
||||
{
|
||||
@@ -258,7 +258,7 @@ export default function HomePage() {
|
||||
handle: "@davidpark_ventures",
|
||||
testimonial: "The virtual tour technology and 3D walkthroughs saved me countless hours. Made it easy to narrow down my choices before in-person viewings.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-60-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1854.jpg?_wi=1",
|
||||
imageAlt: "David Park",
|
||||
},
|
||||
{
|
||||
@@ -267,7 +267,7 @@ export default function HomePage() {
|
||||
handle: "@cath_m_designs",
|
||||
testimonial: "Professional, responsive, and knowledgeable. My agent went above and beyond to ensure I got the best deal on my dream property.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1657.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1657.jpg?_wi=1",
|
||||
imageAlt: "Catherine Martinez",
|
||||
},
|
||||
{
|
||||
@@ -276,7 +276,7 @@ export default function HomePage() {
|
||||
handle: "@robtstyle",
|
||||
testimonial: "The mortgage calculator was incredibly helpful in understanding my financing options. Great platform for first-time homebuyers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg?_wi=1",
|
||||
imageAlt: "Robert Taylor",
|
||||
},
|
||||
{
|
||||
@@ -285,7 +285,7 @@ export default function HomePage() {
|
||||
handle: "@lisawong_architect",
|
||||
testimonial: "Exceptional service from start to finish. The team's attention to detail and market knowledge is unparalleled in the luxury real estate space.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg?_wi=1",
|
||||
imageAlt: "Lisa Wong",
|
||||
},
|
||||
]}
|
||||
@@ -349,7 +349,7 @@ export default function HomePage() {
|
||||
<ContactSplitForm
|
||||
title="Stay Updated on Market Trends"
|
||||
description="Subscribe to our exclusive newsletter for weekly market insights, new listings, and investment opportunities tailored to your preferences."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-resort-lanzarote-spain-sunny-day_181624-23163.jpg?_wi=4"
|
||||
imageAlt="Luxury real estate market trends"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user