|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
"use client"
|
|
|
|
"use client";
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
|
|
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
|
|
|
@@ -117,13 +117,13 @@ export default function LandingPage() {
|
|
|
|
mediaPosition="left"
|
|
|
|
mediaPosition="left"
|
|
|
|
accordionItems={[
|
|
|
|
accordionItems={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "step-1", title: "Step 1: Choose Your Property", content: "Browse our verified listings filtered by location, price range, and property type. Each listing includes detailed information, high-quality images, and video tours."
|
|
|
|
id: "step-1", title: "Verified Properties in 48 Hours", content: "Browse our verified listings filtered by location, price range, and property type. Each listing includes detailed information, high-quality images, and video tours."
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "step-2", title: "Step 2: Viewing & Due Diligence", content: "Schedule a private viewing with our expert agents. We provide comprehensive legal reviews, market analysis, and ROI calculations to ensure informed decisions."
|
|
|
|
id: "step-2", title: "Secure Viewing & Legal Review", content: "Schedule a private viewing with our expert agents. We provide comprehensive legal reviews, market analysis, and ROI calculations to ensure informed decisions."
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "step-3", title: "Step 3: Purchase or Rental", content: "Our legal team handles all documentation, negotiations, and closing procedures. Transparent pricing with zero hidden fees. Dedicated support throughout the transaction."
|
|
|
|
id: "step-3", title: "Fast-Track Closing in 14 Days", content: "Our legal team handles all documentation, negotiations, and closing procedures. Transparent pricing with zero hidden fees. Dedicated support throughout the transaction."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
@@ -239,7 +239,7 @@ export default function LandingPage() {
|
|
|
|
name: "message", placeholder: "Tell us about your investment goals or preferred locations...", rows: 5,
|
|
|
|
name: "message", placeholder: "Tell us about your investment goals or preferred locations...", rows: 5,
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
buttonText="Schedule a Viewing"
|
|
|
|
buttonText="Get Free Consultation"
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767779677820-d8z98ms7.jpg"
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767779677820-d8z98ms7.jpg"
|
|
|
|
imageAlt="Real estate consultation meeting"
|
|
|
|
imageAlt="Real estate consultation meeting"
|
|
|
|
mediaPosition="right"
|
|
|
|
mediaPosition="right"
|
|
|
|
|