From 7758e91a06e9070a7d1aaf7e8ca0ddf562caade9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:15:38 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 70 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 62 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9f9af1..9e95474 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F import FeatureBento from "@/components/sections/feature/FeatureBento"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; import { Layout, @@ -92,8 +91,7 @@ export default function HomePage() { navItems={navItems} brandName="VintDragon" button={{ - text: "Book Strategy Call", href: "/contact" - }} + text: "Book Strategy Call", href: "/contact"}} animateOnLoad={true} /> @@ -339,11 +337,67 @@ export default function HomePage() { ); -- 2.49.1 From ec891dc56c53ede7d2e4008aff2a39e479291590 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:15:39 +0000 Subject: [PATCH 2/2] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 70 +++++++++++++++++++++++++++++++++----- 1 file changed, 62 insertions(+), 8 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index eddb3f5..4571e9c 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -5,7 +5,6 @@ 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, @@ -77,8 +76,7 @@ export default function PortfolioPage() { navItems={navItems} brandName="VintDragon" button={{ - text: "Book Strategy Call", href: "/contact" - }} + text: "Book Strategy Call", href: "/contact"}} animateOnLoad={true} /> @@ -175,11 +173,67 @@ export default function PortfolioPage() { ); -- 2.49.1