6 Commits

Author SHA1 Message Date
18ac2bee99 Merge version_4 into main
Merge version_4 into main
2026-05-05 06:38:51 +00:00
f17e3fbda5 Update src/app/page.tsx 2026-05-05 06:38:48 +00:00
46defeda52 Merge version_3 into main
Merge version_3 into main
2026-05-05 06:37:06 +00:00
684eb2eb42 Update src/app/page.tsx 2026-05-05 06:37:03 +00:00
b71eae0345 Merge version_2 into main
Merge version_2 into main
2026-05-05 06:34:20 +00:00
7cd9229a0b Merge version_2 into main
Merge version_2 into main
2026-05-05 06:33:50 +00:00

View File

@@ -42,8 +42,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{ variant: "plain" }}
title="Bridging Real Estate, Architecture & Innovation"
description="Sankpal Global redefines development through a hybrid model, integrating real estate firm expertise with advanced IT solutions and futuristic cloud kitchen infrastructure."
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 to deliver maximum client value."
kpis={[
{ value: "15+", label: "Projects Completed" },
{ value: "10k+", label: "Sq. Ft. Developed" },
@@ -134,11 +134,12 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "About Us", href: "#about" }, { label: "Expertise", href: "#features" }] },
{ items: [{ label: "Projects", href: "/projects" }, { label: "Privacy Policy", href: "#" }] },
]}
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>
</ReactLenis>