diff --git a/src/app/page.tsx b/src/app/page.tsx index 9cc37a9..8851e43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,11 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroCentered from "@/components/sections/hero/HeroCentered"; import FeatureBento from "@/components/sections/feature/FeatureBento"; -import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; +import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import BlogCardTwo from "@/components/sections/blog/BlogCardTwo"; import { Mail, MessageCircle, @@ -126,38 +127,46 @@ export default function LandingPage() {