Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e2f1e93c04 | |||
| 3f4c6a696c | |||
| e9d630852f | |||
| 00c748a367 | |||
| 765a59559d | |||
| e2861790b2 | |||
| 5b79e19bfa |
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
description="With years of experience in the real estate market of Bihar, Hem Shankar Jha has dedicated his career to delivering transparent and high-value investment opportunities. Green City stands as his flagship commitment to excellence."
|
||||
subdescription="Our mission is simple: provide verified, high-growth, and affordable land opportunities for families and investors across the region."
|
||||
icon={Building}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-male-boss-instructing-female-assistant_1262-20385.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CkzJnONczTsNuO9Ks6i3IwqqnB/uploaded-1776946752130-74wx4isz.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -125,13 +125,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "500+", title: "Happy Families", description: "Trusted with building their future homes.", icon: Users,
|
||||
id: "m1", value: "500+", title: "Happy Families", description: "Trusted by 500+ families to build their dream homes.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2", value: "20+", title: "Project Phases", description: "Successfully completed phases.", icon: MapPin,
|
||||
id: "m2", value: "20+", title: "Project Phases", description: "Successfully completed phases across the region.", icon: MapPin,
|
||||
},
|
||||
{
|
||||
id: "m3", value: "10k+", title: "Acres Developed", description: "Land converted into prime living space.", icon: Building2,
|
||||
id: "m3", value: "10k+", title: "Acres Developed", description: "Over 10,000 acres transformed into prime living space.", icon: Building2,
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -180,11 +180,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about investing in Green City plots."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Consultant", href: "#contact"
|
||||
}
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5faff;
|
||||
--card: #f1f8ff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
--background: #f6f0e9;
|
||||
--card: #efe7dd;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #2b180a;
|
||||
--primary-cta-text: #f6f0e9;
|
||||
--secondary-cta: #efe7dd;
|
||||
--secondary-cta-text: #2b180a;
|
||||
--accent: #94877c;
|
||||
--background-accent: #afa094;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user