2 Commits

Author SHA1 Message Date
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

View File

@@ -48,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"
@@ -61,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 },
@@ -73,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>
@@ -121,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 },
]}