Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-25 04:44:47 +00:00

View File

@@ -80,7 +80,7 @@ export default function LandingPage() {
imageAlt: "Modern living room interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together-suburbs_23-2149085486.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together-suburbs_23-2149085486.jpg",
imageAlt: "Suburban street with houses",
},
]}
@@ -90,7 +90,7 @@ export default function LandingPage() {
imageAlt: "Apartment building facade",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/office-buildings_1127-2911.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/office-buildings_1127-2911.jpg",
imageAlt: "Commercial office building",
},
{
@@ -109,13 +109,17 @@ export default function LandingPage() {
href: "#contact",
},
]}
buttonAnimation="slide-up"
carouselPosition="right"
/>
</div>
<div id="about" data-section="about">
<SplitAbout
animationType="slide-up"
animationType="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
title="Unlocking Your Real Estate Potential"
description="At PropertyExpertz, we are dedicated to providing unparalleled real estate services across Delhi, Noida, Gurgaon, and Faridabad. With years of experience and a deep understanding of the local markets, we empower our clients to make informed decisions whether buying, selling, or renting. Our commitment to transparency, integrity, and client satisfaction sets us apart."
@@ -211,14 +215,14 @@ export default function LandingPage() {
id: "prop-delhi-2",
name: "Commercial Office, Connaught Place",
price: "₹ 12 Cr",
imageSrc: "http://img.b2bpic.net/free-photo/office-buildings_1127-2911.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/office-buildings_1127-2911.jpg",
imageAlt: "Commercial Office in Connaught Place",
},
{
id: "prop-noida-2",
name: "Residential Plot, Yamuna Expressway",
price: "₹ 60 Lacs",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together-suburbs_23-2149085486.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-sitting-together-suburbs_23-2149085486.jpg",
imageAlt: "Residential Plot near Yamuna Expressway",
},
]}