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() { /> +
+ +
+