7 Commits

Author SHA1 Message Date
0e7184c766 Merge version_4 into main
Merge version_4 into main
2026-05-13 11:09:01 +00:00
0d9e999ac7 Update src/app/page.tsx 2026-05-13 11:08:58 +00:00
ec6d22787f Merge version_3 into main
Merge version_3 into main
2026-05-13 11:07:12 +00:00
470ec67782 Update src/app/page.tsx 2026-05-13 11:07:09 +00:00
00412b5d6f Merge version_2 into main
Merge version_2 into main
2026-05-13 11:06:37 +00:00
bf75fb091e Update src/app/page.tsx 2026-05-13 11:06:34 +00:00
3c7160941f Merge version_1 into main
Merge version_1 into main
2026-05-13 11:00:39 +00:00

View File

@@ -39,6 +39,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
brandName="Rajesh Properties"
logoSrc="https://img.b2bpic.net/free-photo/rp-logo-placeholder.png"
button={{ text: "Contact Us", href: "#contact" }}
/>
</div>
@@ -47,7 +48,7 @@ export default function LandingPage() {
<HeroSplit
background={{ variant: "gradient-bars" }}
title="Trusted Real Estate Experts in Kurukshetra"
description="5-star rated consultant with 10 years of local expertise. Find your perfect property or sell with confidence—transparent, fair, and fast."
description="5-star rated consultant with 25 years of local expertise. Find your perfect property or sell with confidence—transparent, fair, and fast."
buttons={[{ text: "Get Free Property Consultation", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694025.jpg"
mediaAnimation="slide-up"
@@ -60,7 +61,7 @@ export default function LandingPage() {
]}
avatarText="Join 1000+ satisfied families"
marqueeItems={[
{ type: "text-icon", text: "10+ Years Experience", icon: Award },
{ type: "text-icon", text: "25+ Years Experience", icon: Award },
{ type: "text-icon", text: "Kurukshetra Market Experts", icon: MapPin },
{ type: "text-icon", text: "Transparent Transactions", icon: ShieldCheck },
{ type: "text-icon", text: "5-Star Service Rating", icon: Star },
@@ -72,9 +73,9 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={false}
title="A Decade of Excellence in Real Estate"
title="25 Years of Excellence in Real Estate"
description={[
"At Rajesh Properties, we believe that buying or selling a home should be transparent, fair, and fast. With 10 years of experience serving Kurukshetra, we have helped thousands find their perfect match.", "Our 5-star reputation is built on reliability, local market knowledge, and an unwavering commitment to our clients' success, whether you're a first-time buyer or a seasoned investor."]}
"At Rajesh Properties, we believe that buying or selling a home should be transparent, fair, and fast. With 25 years of experience serving Kurukshetra, we have helped thousands find their perfect match.", "Our 5-star reputation is built on reliability, local market knowledge, and an unwavering commitment to our clients' success, whether you're a first-time buyer or a seasoned investor."]}
/>
</div>
@@ -120,7 +121,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
{ id: "m1", value: "10+", title: "Years of Experience", description: "Expertise in Kurukshetra", icon: Award },
{ id: "m1", value: "25+", title: "Years of Experience", description: "Expertise in Kurukshetra", icon: Award },
{ id: "m2", value: "1000+", title: "Happy Clients", description: "Trusted by home buyers", icon: Users },
{ id: "m3", value: "5-Star", title: "Average Rating", description: "Exceptional service record", icon: Star },
]}
@@ -169,13 +170,14 @@ export default function LandingPage() {
tag="Get in touch"
title="Ready to Find Your Dream Property?"
description="Start your journey with a free, no-obligation consultation with our Kurukshetra experts."
buttons={[{ text: "Contact Us Now", href: "#" }]}
buttons={[{ text: "Contact Us Now", href: "mailto:info@rajeshproperties.com" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/urban-city-skyline_649448-1650.jpg"
logoSrc="https://img.b2bpic.net/free-photo/rp-logo-placeholder.png"
logoText="Rajesh Properties"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },