From 57c8ceb57173398d175326ccf035a692df681da6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 04:52:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78b6a45..92a3507 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,9 +8,9 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia import ProductCardFour from "@/components/sections/product/ProductCardFour"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import { Star, Heart, Users, Camera, Sparkles, Crown, Phone, MessageCircle, User } from "lucide-react"; +import BlogCardThree from "@/components/sections/blog/BlogCardThree"; +import { Star, Heart, Users, Camera, Sparkles, Crown, Phone, MessageCircle, User, Play } from "lucide-react"; export default function LandingPage() { return ( @@ -188,6 +188,33 @@ export default function LandingPage() { /> +
+ +
+