Merge version_3 into main #3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user