Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3864a2d5ee | |||
| 14285cebb6 | |||
| 64f695eb05 |
@@ -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>
|
||||
|
||||
@@ -56,9 +56,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ videoSrc: "https://b2bpic.net/free-video/shanghai-night-city-buildings_1127-3170.mp4?_wi=1", videoAriaLabel: "Futuristic city video" },
|
||||
{ videoSrc: "https://b2bpic.net/free-video/shanghai-night-city-buildings_1127-3170.mp4?_wi=2", videoAriaLabel: "Futuristic city video" },
|
||||
{ videoSrc: "https://b2bpic.net/free-video/shanghai-night-city-buildings_1127-3170.mp4?_wi=3", videoAriaLabel: "Futuristic city video" }
|
||||
{ imageSrc: "https://img.b2bpic.net/premium-photo/jevnaker-norway-april-22-2020-facade-detail-twist-museum-kistefos-sculpture-park-fluid-abstract-modern-architecture-geometry-calculus-architecture_1033579-190357.jpg?id=334079192", videoAriaLabel: "Futuristic city video" },
|
||||
{ imageSrc: "https://img.b2bpic.net/premium-photo/architecture-design-website-with-innovative-building-can-simple-ideas-web-layout-design_1020495-557896.jpg?id=263521512", videoAriaLabel: "Futuristic city video" },
|
||||
{ imageSrc: "https://img.b2bpic.net/premium-photo/modern-architecture-with-sleek-design-innovative-structures_1296313-12101.jpg?id=353805382", videoAriaLabel: "Futuristic city video" }
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
imageAlt="Luxe Properties Dubai team"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Learn Our Story", href: "#" }
|
||||
{ text: "Learn Our Story", href: "#about" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
buttons={[
|
||||
{ text: "View Insights", href: "#" }
|
||||
{ text: "View Insights", href: "#metrics" }
|
||||
]}
|
||||
metrics={[
|
||||
{
|
||||
@@ -201,7 +201,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Read All Reviews", href: "#" }
|
||||
{ text: "Read All Reviews", href: "#testimonials" }
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
@@ -230,7 +230,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="Ready to Find Your Dream Property?"
|
||||
description="Let our expert team guide you through your luxury real estate journey. Fill out the form below to schedule a consultation today and discover properties that match your vision and investment goals."
|
||||
imageSrc="https://img.b2bpic.net/free-photo/luxury-building-cityscape_155003-8884.jpg?_wi=1"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/three-young-beautiful-smiling-girls-trendy-summer-casual-jeans-clothes-sexy-carefree-women-posing-positive-models-sunglasses_158538-4730.jpg?id=6601657"
|
||||
imageAlt="Dubai cityscape at night"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
@@ -241,6 +241,9 @@ export default function LandingPage() {
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true }
|
||||
]}
|
||||
multiSelect={{
|
||||
name: "interest", label: "I am interested in...", options: ["Villa", "Penthouse", "Townhouse", "Apartment", "Land"]
|
||||
}}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user