From 31e33e4add02ad19b24c34f0de3e48918fd99093 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 16:36:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 } + ]} />