Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f17e3fbda5 | |||
| 46defeda52 | |||
| 684eb2eb42 | |||
| b71eae0345 | |||
| 7cd9229a0b |
@@ -42,8 +42,8 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
title="Bridging Real Estate, Architecture & Innovation"
|
title="Hybrid Innovation: Where Real Estate Meets Advanced Tech"
|
||||||
description="Sankpal Global redefines development through a hybrid model, integrating real estate firm expertise with advanced IT solutions and futuristic cloud kitchen infrastructure."
|
description="Sankpal Global redefines development through a hybrid model, integrating real estate firm expertise with advanced IT solutions and futuristic cloud kitchen infrastructure to deliver maximum client value."
|
||||||
kpis={[
|
kpis={[
|
||||||
{ value: "15+", label: "Projects Completed" },
|
{ value: "15+", label: "Projects Completed" },
|
||||||
{ value: "10k+", label: "Sq. Ft. Developed" },
|
{ value: "10k+", label: "Sq. Ft. Developed" },
|
||||||
@@ -134,11 +134,12 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
|
||||||
{ items: [{ label: "About Us", href: "#about" }, { label: "Expertise", href: "#features" }] },
|
|
||||||
{ items: [{ label: "Projects", href: "/projects" }, { label: "Privacy Policy", href: "#" }] },
|
|
||||||
]}
|
|
||||||
logoText="Sankpal Global"
|
logoText="Sankpal Global"
|
||||||
|
columns={[
|
||||||
|
{ items: [{ label: "About Us", href: "#about" }, { label: "Expertise", href: "#features" }, { label: "Careers", href: "#" }] },
|
||||||
|
{ items: [{ label: "Projects", href: "/projects" }, { label: "Sustainability", href: "#" }, { label: "Press", href: "#" }] },
|
||||||
|
{ items: [{ label: "Support", href: "#" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user