From 228b09012510f140fb5803d3a5fcdf14c3c90d4b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 13:38:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2418782..f057a3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} /> @@ -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." } ]} -- 2.49.1