Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e7184c766 | |||
| 0d9e999ac7 | |||
| ec6d22787f | |||
| 470ec67782 | |||
| 00412b5d6f | |||
| bf75fb091e | |||
| 3c7160941f |
@@ -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" }] },
|
||||
|
||||
Reference in New Issue
Block a user