diff --git a/src/app/page.tsx b/src/app/page.tsx index cccd19f..5116a3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,8 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import { Instagram } from "lucide-react"; export default function LandingPage() { @@ -105,45 +107,26 @@ export default function LandingPage() { /> -
- +
-
@@ -159,4 +142,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file