Update src/app/portfolio/page.tsx

This commit is contained in:
2026-05-07 12:46:25 +00:00
parent 8d8026f614
commit 4e271e3f4e

View File

@@ -20,6 +20,7 @@ export default function PortfolioPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="Chandigi"
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
<div id="portfolio" data-section="portfolio" className="pt-32 pb-20">
@@ -39,8 +40,6 @@ export default function PortfolioPage() {
</div>
<FooterBaseReveal
logoText="Chandigi"
leftLink={{ text: "Privacy", href: "/privacy" }}
rightLink={{ text: "Contact", href: "/contact" }}
columns={[{ title: "Links", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] }]}
/>
</ReactLenis>