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