3 Commits

Author SHA1 Message Date
385ee47c0b Update src/app/page.tsx 2026-05-14 01:54:12 +00:00
e48c17361a Update src/app/page.tsx 2026-05-14 01:53:36 +00:00
0db8124d57 Merge version_1 into main
Merge version_1 into main
2026-05-14 01:51:17 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactText from '@/components/sections/contact/ContactText';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
@@ -48,19 +48,28 @@ export default function LandingPage() {
description="Connecting owners, agents, and buyers through a seamless, transparent real estate marketplace."
buttons={[
{ text: "Explore Listings", href: "#products" },
{ text: "Contact Agent", href: "#contact" },
{ text: "Upload Property", href: "#upload" },
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/grayscale-shot-lake-middle-city-buildings-cloudy-sky_181624-17493.jpg", imageAlt: "Hero 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/mini-house-stack-coins-with-green-blur_1150-14845.jpg", imageAlt: "Hero 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797710.jpg", imageAlt: "Hero 3" },
{ imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-having-discussion-shaking-hands_107420-74298.jpg", imageAlt: "Hero 4" },
{ imageSrc: "http://img.b2bpic.net/free-photo/focused-photo-happy-couple-together-their-new-house-conception-moving_146671-16188.jpg", imageAlt: "Hero 5" },
{ imageSrc: "http://img.b2bpic.net/free-photo/weather-effect-collage_23-2150159312.jpg", imageAlt: "Hero 6" },
]}
/>
</div>
<div id="upload" data-section="upload">
<ContactSplit
tag="Upload Your Property"
title="Showcase Your Space"
description="Ready to list your home or land? Simply upload photos and details to get started with our agents."
background={{ variant: "canvas-reveal" }}
useInvertedBackground={false}
mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-photo/empty-room-with-blue-wall-floor_1268-15636.jpg"
buttonText="Upload Photos"
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={true}
@@ -98,10 +107,6 @@ export default function LandingPage() {
products={[
{ id: "p1", name: "Modern Suburban House", price: "$450,000", imageSrc: "http://img.b2bpic.net/free-photo/street-beautiful-white-houses-residential-area_169016-29080.jpg" },
{ id: "p2", name: "Luxury City Apartment", price: "$850,000", imageSrc: "http://img.b2bpic.net/free-photo/balcony-resorts-nesebar-town-bulgaria_627829-7549.jpg" },
{ id: "p3", name: "Prime Land Parcel", price: "$120,000", imageSrc: "http://img.b2bpic.net/free-photo/land-plot-with-nature-landscape-location-pin_23-2149937933.jpg" },
{ id: "p4", name: "Cozy Starter Home", price: "$320,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-old-abandoned-house-village_1268-15652.jpg" },
{ id: "p5", name: "Modern Waterfront Villa", price: "$1,200,000", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-blue-water-tropical-garden-with-sea-view-background_1150-10232.jpg" },
{ id: "p6", name: "Development Plot", price: "$250,000", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-construction-site-with-excavator-trucks-near-waterfront-homes_1308-189688.jpg" },
]}
title="Latest Listings"
description="Browse our hand-picked selection of lands, apartments, and houses."
@@ -116,7 +121,6 @@ export default function LandingPage() {
plans={[
{ id: "basic", badge: "Essential", price: "$29/mo", subtitle: "For individual home buyers", buttons: [{ text: "Select", href: "#" }], features: ["Limited listings", "Basic support"] },
{ id: "pro", badge: "Pro", price: "$99/mo", subtitle: "For property agents", buttons: [{ text: "Select", href: "#" }], features: ["Unlimited listings", "Priority support", "Analytics"] },
{ id: "enterprise", badge: "Enterprise", price: "$299/mo", subtitle: "For large development firms", buttons: [{ text: "Select", href: "#" }], features: ["Advanced API access", "Dedicated manager", "Custom reports"] },
]}
title="Flexible Plans"
description="Choose a membership that fits your needs."
@@ -131,10 +135,6 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg" },
{ id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" },
{ id: "3", name: "Emily Rodriguez", role: "Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-man-mobile-phone_23-2148018655.jpg" },
{ id: "4", name: "David Kim", role: "Manager", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-drinking-tea_329181-9309.jpg" },
{ id: "5", name: "Alex Smith", role: "Founder", company: "BuildPros", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-male-female-business-people-showing-thumbs-up-outdoors_1262-12595.jpg" },
]}
title="Client Success Stories"
description="See why thousands trust EstateLink."
@@ -146,8 +146,6 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "How do I list my property?", content: "Simply register as an owner and fill out the property listing form." },
{ id: "q2", title: "Is my data secure?", content: "We use industry-standard encryption for all user and property data." },
{ id: "q3", title: "Can I contact agents directly?", content: "Yes, our platform provides built-in secure messaging." },
]}
sideTitle="Common Questions"
sideDescription="Find quick answers to your real estate questions."
@@ -156,11 +154,13 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
<ContactSplit
tag="Contact"
title="Reach Out"
description="Ready to get started? Reach out to our team today for dedicated support."
background={{ variant: "canvas-reveal" }}
text="Ready to get started? Reach out to our team today for dedicated support."
buttons={[{ text: "Contact Us", href: "mailto:hello@estatelink.com" }]}
useInvertedBackground={false}
buttonText="Contact Us"
/>
</div>
@@ -168,8 +168,7 @@ export default function LandingPage() {
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Listings", href: "#products" }, { label: "Pricing", href: "#pricing" }] },
{ items: [{ label: "About Us", href: "#" }, { label: "Legal", href: "#" }] },
{ items: [{ label: "Support", href: "#contact" }, { label: "Careers", href: "#" }] },
{ items: [{ label: "Support", href: "#contact" }] },
]}
logoText="EstateLink"
/>