From 29e85f40bb8a3063d8f997e2a573405d46c6da67 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 09:16:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15be687..7c03b0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,11 +102,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Μαρία Γ.", handle: "@maria_g", testimonial: "Φανταστικά λουλούδια και εξαιρετική εξυπηρέτηση!", imageSrc: "http://img.b2bpic.net/free-photo/business-women-making-bouquet-long-view_23-2148463311.jpg" }, + { id: "t1", name: "Μαρία Γ.", handle: "@maria_g", testimonial: "Φανταστικά λουλούδια και εξαιρετική εξυπηρέτηση!", imageSrc: "http://img.b2bpic.net/free-photo/business-women-making-bouquet-long-view_23-2148463311.jpg?_wi=1" }, { id: "t2", name: "Γιώργος Κ.", handle: "@george_k", testimonial: "Πάντα βρίσκω το τέλειο δώρο.", imageSrc: "http://img.b2bpic.net/free-photo/minimal-floral-arrangement-red-surface_58702-17343.jpg" }, { id: "t3", name: "Ελένη Π.", handle: "@eleni_p", testimonial: "Η ποιότητα είναι ασύγκριτη.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-glad-dark-skinned-woman-laughs-with-joy-touches-neck-holds-yellow-tulips-wears-violet-t-shirt-pleased-by-getting-flowers-compliment-poses-purple-wall-free-space_273609-26514.jpg" }, { id: "t4", name: "Νίκος Σ.", handle: "@nikos_s", testimonial: "Το καλύτερο ανθοπωλείο στο Ψυχικό.", imageSrc: "http://img.b2bpic.net/free-photo/group-beautiful-girls-looking-shop-window_1301-4016.jpg" }, - { id: "t5", name: "Αννα Τ.", handle: "@anna_t", testimonial: "Υπέροχη αισθητική σε κάθε ανθοδέσμη!", imageSrc: "http://img.b2bpic.net/free-photo/business-women-making-bouquet-long-view_23-2148463311.jpg" }, + { id: "t5", name: "Αννα Τ.", handle: "@anna_t", testimonial: "Υπέροχη αισθητική σε κάθε ανθοδέσμη!", imageSrc: "http://img.b2bpic.net/free-photo/business-women-making-bouquet-long-view_23-2148463311.jpg?_wi=2" }, ]} title="Τι λένε για εμάς" description="Οι πελάτες μας είναι η έμπνευσή μας." -- 2.49.1