Update src/app/portfolio/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user