diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d637cd..656bad5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,8 @@ 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 { Star, Heart, Users, Camera, Sparkles, Crown, Phone, MessageCircle } from "lucide-react"; +import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; +import { Star, Heart, Users, Camera, Sparkles, Crown, Phone, MessageCircle, User } from "lucide-react"; export default function LandingPage() { return ( @@ -102,16 +103,18 @@ export default function LandingPage() {