diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e95474..e9f9af1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ 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, @@ -91,7 +92,8 @@ export default function HomePage() { navItems={navItems} brandName="VintDragon" button={{ - text: "Book Strategy Call", href: "/contact"}} + text: "Book Strategy Call", href: "/contact" + }} animateOnLoad={true} /> @@ -337,67 +339,11 @@ export default function HomePage() { );