Merge version_2 into main #2
@@ -51,17 +51,18 @@ export default function LandingPage() {
|
||||
{ text: "Explore Properties", href: "properties" },
|
||||
{ text: "Contact Agent", href: "contact" }
|
||||
]}
|
||||
images={[
|
||||
mediaItems={[
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", alt: "Luxury penthouse in Dubai Marina"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Luxury penthouse in Dubai Marina"
|
||||
},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/shanghai-night-china_1127-3170.jpg", alt: "Dubai skyline at night"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/shanghai-night-china_1127-3170.jpg", imageAlt: "Dubai skyline at night"
|
||||
},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg", alt: "Modern luxury exterior design"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg", imageAlt: "Modern luxury exterior design"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user