From 7a79515d1288f153b505014a14aa7e22e2a370ce Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 13:13:18 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 56b84b5..a0aecad 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -54,7 +54,7 @@ export default function BlogPage() { )} Date: Fri, 20 Feb 2026 13:13:19 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8487b44..f34a58e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,11 +87,11 @@ export default function LandingPage() { description="Hear from those who've experienced the joy and beauty of Persik's floral creations." testimonials={[ { id: "1", name: "Anna K.", handle: "Flower Enthusiast", testimonial: "Persik always delivers the freshest and most beautiful flowers. Their arrangements truly brighten my day!", imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Anna K." }, - { id: "2", name: "Mark L.", handle: "Event Planner", testimonial: "Reliable and artistic! Persik made our event truly special with their stunning floral designs.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Mark L." }, + { id: "2", name: "Mark L.", handle: "Event Planner", testimonial: "Reliable and artistic! Persik made our event truly special with their stunning floral designs.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Mark L." }, { id: "3", name: "Sophia R.", handle: "Happy Client", testimonial: "The 'Persik' team goes above and beyond. The bouquet was even more gorgeous than I imagined!", imageSrc: "https://img.b2bpic.net/free-photo/happy-woman-looking-camera-with-flowers_197531-33083.jpg", imageAlt: "Sophia R." }, { id: "4", name: "David M.", handle: "Regular Customer", testimonial: "My go-to flower shop. The quality and service are consistently excellent. Highly recommend!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "David M." }, { id: "5", name: "Elena S.", handle: "Gift Giver", testimonial: "Perfect gifts every time. The flowers last long and bring so much joy to my loved ones.", imageSrc: "https://img.b2bpic.net/free-photo/pretty-woman-holding-strange-plant_1187-3943.jpg", imageAlt: "Elena S." }, - { id: "6", name: "Robert G.", handle: "Corporate Buyer", testimonial: "Persik's corporate arrangements are always on point and impress our clients. Top-tier quality!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert G." }, + { id: "6", name: "Robert G.", handle: "Corporate Buyer", testimonial: "Persik's corporate arrangements are always on point and impress our clients. Top-tier quality!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Robert G." }, ]} animationType="slide-up" textboxLayout="default" @@ -133,7 +133,7 @@ export default function LandingPage() {