diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e2eaad..622c3b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { Palette, Sparkles, Smile, Brush } from "lucide-react"; export default function LandingPage() { @@ -57,12 +58,28 @@ export default function LandingPage() { description="We believe every child is an artist, and our kits are the perfect gateway to self-expression." subdescription="From non-toxic paints to curated canvases, we ensure a safe and joyful creative journey." icon={Smile} - imageSrc="http://img.b2bpic.net/free-photo/happy-girl-painting_23-2149129532.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfIJ6pjqcsTIIYv6uRMxnz7zo5/uploaded-1776777936425-q0lmhlll.jpg" mediaAnimation="blur-reveal" useInvertedBackground={false} /> +
+ +
+
); -} +} \ No newline at end of file