Merge version_2 into main #2
@@ -11,7 +11,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Sparkles, Home, Shield, Mail, TrendingUp, DollarSign, Users } from "lucide-react";
|
||||
import { Sparkles, Home, Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Schedule Viewing", href: "contact" }}
|
||||
button={{ text: "Schedule Viewing", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,8 +50,8 @@ export default function LandingPage() {
|
||||
tag="Premium Collections"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{ text: "Explore Properties", href: "properties" },
|
||||
{ text: "Contact Agent", href: "contact" }
|
||||
{ text: "Explore Properties", href: "#properties" },
|
||||
{ text: "Contact Agent", href: "#contact" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Luxury penthouse in Dubai Marina" },
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
carouselMode="buttons"
|
||||
buttons={[{ text: "See all properties", href: "/properties" }]}
|
||||
buttons={[{ text: "See all properties", href: "#properties" }]}
|
||||
products={[
|
||||
{ id: "1", name: "Palm Jumeirah Villa", price: "AED 12,500,000", variant: "5 Bed Villa | Beachfront", imageSrc: "https://img.b2bpic.net/free-photo/shanghai-night-china_1127-3170.jpg" },
|
||||
{ id: "2", name: "Downtown Dubai Penthouse", price: "AED 8,750,000", variant: "4 Bed Penthouse | City View", imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg" },
|
||||
@@ -119,6 +119,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "1", name: "Hassan Al-Maktoum", role: "CEO", imageSrc: "https://img.b2bpic.net/free-photo/business-people-using-digital-tablet-airport_107420-95868.jpg" },
|
||||
{ id: "2", name: "Layla Al-Mansoori", role: "COO", imageSrc: "https://img.b2bpic.net/free-photo/attractive-satisfied-young-female-entrepreneur-standing-proud-smiling-with-crossed-hands-confident_197531-23012.jpg?id=13871705" },
|
||||
@@ -133,6 +134,7 @@ export default function LandingPage() {
|
||||
description="Unrivaled international property reach."
|
||||
tag="Track Record"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "1", value: "450+", title: "Properties Sold", description: "Successful handovers", imageSrc: "https://img.b2bpic.net/free-photo/shanghai-night-china_1127-3170.jpg" },
|
||||
{ id: "2", value: "$2.3B", title: "Total Assets", description: "Portfolio value managed", imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg" },
|
||||
@@ -146,6 +148,7 @@ export default function LandingPage() {
|
||||
title="Client Perspectives"
|
||||
description="Hear from our exclusive clientele about their experience."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", title: "Exceptional Market Mastery", quote: "Professional, discreet, and highly effective.", name: "Ahmed Al Mansouri", role: "Investor", imageSrc: "https://img.b2bpic.net/free-photo/business-people-using-digital-tablet-airport_107420-95868.jpg" },
|
||||
{ id: "2", title: "Unmatched Professionalism", quote: "They truly understand luxury real estate.", name: "Sarah Johnson", role: "CEO", imageSrc: "https://img.b2bpic.net/free-photo/attractive-satisfied-young-female-entrepreneur-standing-proud-smiling-with-crossed-hands-confident_197531-23012.jpg?id=13871705" }
|
||||
@@ -157,6 +160,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Connect With Our Luxury Concierge"
|
||||
description="Complete the form below to receive personalized insights and property recommendations from our senior advisors."
|
||||
useInvertedBackground={true}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true }
|
||||
|
||||
Reference in New Issue
Block a user