diff --git a/src/app/page.tsx b/src/app/page.tsx index cf3604d..011bd44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; export default function LandingPage() { return ( @@ -45,6 +44,10 @@ export default function LandingPage() { description="Modern tasarımlar, kaliteli kumaşlar ve özgün tarzlar seni bekliyor." imageSrc="https://img.b2bpic.net/free-photo/young-stylish-woman-posing-summer-fashion-outfit-trendy-accessories_285396-857.jpg" tag="Yeni Koleksiyon" + testimonials={[ + { name: "Ayşe Y.", handle: "@aysey", testimonial: "Ürünler çok kaliteli, paketleme harikaydı.", rating: 5 }, + { name: "Fatma K.", handle: "@fatmak", testimonial: "Hızlı teslimat ve harika tasarımlar, çok memnun kaldım.", rating: 5 } + ]} />