From 4709ac58f5e0a42e5e631108e3ddfeef805b397d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 23:05:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index fcd23a5..5df812a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,6 +91,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="three-columns-all-equal-width" + useInvertedBackground={false} products={[ { id: "p1", name: "Kuru Fasulye", price: "₺150", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/pasta-soup-with-herbs-tomato-sauce_114579-15399.jpg", brand: "Klasik" }, { id: "p2", name: "Beyaz Pirinç Pilavı", price: "₺80", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-erishte-bowl-woman-hands-different-stuffs-bowls-notebook-beige-background_140725-132376.jpg", brand: "Yan Lezzet" }, @@ -124,6 +125,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" showRating={true} + useInvertedBackground={false} testimonials={[ { id: "1", name: "Onur Bilgin", handle: "@onurbilgin", testimonial: "Kuru fasulyesi tam kıvamında pişiyor, yanında gelen pilavla harika bir uyum yakalıyor.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg" }, { id: "2", name: "Betül Eğilmez", handle: "@gezenpapuclar", testimonial: "Çorba fiyatları iyi geldi lezzetli güzeldi.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg" },