From 94daaa40a444a53cc11d81fb21d9f3a328632e64 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:25:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) 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 -- 2.49.1