From 4d6985015abcb7fa4e9f84ac301d913dc9f895f0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:26:10 +0000 Subject: [PATCH] Switch to version 4: modified src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 70 +++++--------------------------------- 1 file changed, 8 insertions(+), 62 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 4571e9c..eddb3f5 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -5,6 +5,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroCentered from "@/components/sections/hero/HeroCentered"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; +import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; import { TrendingUp, @@ -76,7 +77,8 @@ export default function PortfolioPage() { navItems={navItems} brandName="VintDragon" button={{ - text: "Book Strategy Call", href: "/contact"}} + text: "Book Strategy Call", href: "/contact" + }} animateOnLoad={true} /> @@ -173,67 +175,11 @@ export default function PortfolioPage() { );