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() {
); 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() { );