diff --git a/src/app/page.tsx b/src/app/page.tsx index a4e60dd..df1df7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,8 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import { Star, Heart, Camera, Sparkles, Crown, Phone, User, ChevronRight, X, Instagram, MapPin } from "lucide-react"; +import BlogCardThree from "@/components/sections/blog/BlogCardThree"; +import { Star, Heart, Camera, Sparkles, Crown, Phone, User, Play, ChevronRight, X, Instagram, MapPin } from "lucide-react"; import { useState, useEffect, useRef } from "react"; export default function LandingPage() { @@ -119,6 +120,10 @@ export default function LandingPage() { +
+ +
+