From 80044a205454fe63db78ac71e7b5fda224038f8c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 08:21:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 47 +++++++++++++++-------------------------------- 1 file changed, 15 insertions(+), 32 deletions(-) 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 -- 2.49.1