From 33619ba86ff6091b36bb1aa795babb847274cc74 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:20:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38e090b..2adb1b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,6 +66,7 @@ export default function LandingPage() { @@ -91,6 +92,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "g1", name: "Yaz Esintisi", price: "Model #001", imageSrc: "http://img.b2bpic.net/free-photo/caring-young-mother-kissing-babys-feet-close-up_169016-37223.jpg" }, { id: "g2", name: "Klasik French", price: "Model #002", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beauty-nail-art_23-2149249963.jpg" }, @@ -119,6 +121,7 @@ export default function LandingPage() { description="Mutlu müşterilerimizin deneyimlerini keşfedin." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Sarah J.", handle: "@sarahnails", testimonial: "Aldığım en iyi manikürdü! Kalite tek kelimeyle mükemmel.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-talking-by-mobile-phone-home_329181-4277.jpg" }, { id: "2", name: "Melis K.", handle: "@melisbeauty", testimonial: "İnanılmaz titiz ve profesyoneller. Herkese tavsiye ederim.", imageSrc: "http://img.b2bpic.net/free-photo/happy-exited-young-hipster-girl-with-pink-trendy-hairs-bright-make-up-ready-celebration-winter-fur-leopard-coat-positive-mood-ready-celebration_291049-1660.jpg" }, @@ -150,6 +153,7 @@ export default function LandingPage() { { text: "Bizi Arayın", href: "tel:+905550000000" }, ]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1