Merge version_2 into main #3
@@ -11,7 +11,6 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { TrendingUp, Globe, Clock } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -68,6 +67,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
title="Market Performance"
|
||||
description="Tangible results driven by market foresight."
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "1", value: "12.5%", title: "ROI", description: "Average annual yield", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-gold-coast-skyline-waterfront-residential-neighborhood_1308-189598.jpg" },
|
||||
{ id: "2", value: "40+", title: "Global Markets", description: "Investment coverage", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg" }
|
||||
@@ -82,9 +82,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Premium Listings"
|
||||
description="Our curated collection of premier luxury properties."
|
||||
products={[
|
||||
{ id: "1", name: "The Horizon Penthouse", price: "$4.5M", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-gold-coast-skyline-waterfront-residential-neighborhood_1308-189598.jpg" },
|
||||
{ id: "2", name: "Waterfront Villa", price: "$6.1M", imageSrc: "http://img.b2bpic.net/free-photo/swimming-hotel-sky-vintage-chairs_1203-6262.jpg" }
|
||||
{ id: "2", name: "Waterfront Villa", price: "$6.1M", imageSrc: "http://img.b2bpic.net/free-photo/swimming-hotel-sky-vintage-chairs_1203-6262.jpg" },
|
||||
{ id: "3", name: "City Escape", price: "$2.8M", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,6 +96,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
title="Client Success"
|
||||
description="What clients say about our partnership."
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah Jenkins", date: "Oct 2023", title: "Exceptional service", quote: "Truly the best in the market.", tag: "Investor", avatarSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164706.jpg" }
|
||||
]}
|
||||
@@ -105,6 +108,8 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
title="FAQ"
|
||||
description="Frequently asked questions about luxury real estate services."
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "How to start?", content: "Consultation is free for new clients." }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user