From c08ba62e488ccb3bf9dedc7e9928d333b0406380 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:48:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 72bae94..635fa02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,10 +55,10 @@ export default function LandingPage() { testimonials={[ { name: "R. Nurmakhanova", handle: "Customer", testimonial: "My favorite flower shop. Always fresh and beautiful flowers for all occasions.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "portrait woman professional avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "portrait woman professional avatar"}, { name: "Link Min", handle: "Customer", testimonial: "Good prices and good service. Highly recommended for flower delivery.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "portrait man professional avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "portrait man professional avatar"}, ]} buttons={[ { text: "Call Now: +7 701 261 8444", href: "tel:+77012618444" }, @@ -146,22 +146,22 @@ export default function LandingPage() { tagAnimation="opacity" testimonials={[ { - id: "1", name: "R. Nurmakhanova", role: "Regular Customer", testimonial: "My favorite flower shop. Always fresh and beautiful flowers for all occasions. The team is so friendly and helpful!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "portrait woman professional avatar", icon: Heart, + id: "1", name: "R. Nurmakhanova", role: "Regular Customer", testimonial: "My favorite flower shop. Always fresh and beautiful flowers for all occasions. The team is so friendly and helpful!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "portrait woman professional avatar", icon: Heart, }, { - id: "2", name: "Link Min", role: "Wedding Client", testimonial: "Good prices and good service. They created the most beautiful bouquets for our wedding. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "portrait man professional avatar", icon: Heart, + id: "2", name: "Link Min", role: "Wedding Client", testimonial: "Good prices and good service. They created the most beautiful bouquets for our wedding. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "portrait man professional avatar", icon: Heart, }, { - id: "3", name: "Aida Bekbayeva", role: "Corporate Client", testimonial: "We order flowers from Green Garden for all our corporate events. Consistent quality and reliable delivery!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "portrait woman professional avatar", icon: Heart, + id: "3", name: "Aida Bekbayeva", role: "Corporate Client", testimonial: "We order flowers from Green Garden for all our corporate events. Consistent quality and reliable delivery!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "portrait woman professional avatar", icon: Heart, }, { - id: "4", name: "Dmitri Sokolov", role: "Event Organizer", testimonial: "Fast service and attention to detail. Green Garden is my go-to florist for all celebration arrangements.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "portrait man professional avatar", icon: Heart, + id: "4", name: "Dmitri Sokolov", role: "Event Organizer", testimonial: "Fast service and attention to detail. Green Garden is my go-to florist for all celebration arrangements.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3", imageAlt: "portrait man professional avatar", icon: Heart, }, { - id: "5", name: "Zarina Akhmetova", role: "Birthday Customer", testimonial: "Same-day delivery saved my birthday surprise! The bouquet was even more beautiful than expected.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "portrait woman professional avatar", icon: Heart, + id: "5", name: "Zarina Akhmetova", role: "Birthday Customer", testimonial: "Same-day delivery saved my birthday surprise! The bouquet was even more beautiful than expected.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4", imageAlt: "portrait woman professional avatar", icon: Heart, }, { - id: "6", name: "Aslan Tokayev", role: "Regular Customer", testimonial: "Fresh flowers, fair prices, and genuine care. This is the flower shop Astana needs. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "portrait man professional avatar", icon: Heart, + id: "6", name: "Aslan Tokayev", role: "Regular Customer", testimonial: "Fresh flowers, fair prices, and genuine care. This is the flower shop Astana needs. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=4", imageAlt: "portrait man professional avatar", icon: Heart, }, ]} animationType="slide-up" -- 2.49.1