From cf713dc8e225eaeb62c87afe1f4a96fb8bc48839 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:27:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ccad8e2..ec83104 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,19 +49,19 @@ export default function WeddingRSVP() { testimonials={[ { name: "Sarah", handle: "The Bride", testimonial: "We can't wait to celebrate this special day with everyone we love. Your presence means the world to us!", rating: 5, - imageSrc: "/placeholders/placeholder1.webp" + imageSrc: "/placeholders/placeholder1.webp?_wi=1" }, { name: "James", handle: "The Groom", testimonial: "We've put so much thought into making this day unforgettable for our guests. Can't wait to see you there!", rating: 5, - imageSrc: "/placeholders/placeholder1.webp" + imageSrc: "/placeholders/placeholder1.webp?_wi=2" }, { name: "Emily", handle: "Maid of Honor", testimonial: "This wedding is going to be absolutely magical. They deserve the best celebration ever!", rating: 5, - imageSrc: "/placeholders/placeholder1.webp" + imageSrc: "/placeholders/placeholder1.webp?_wi=3" }, { name: "David", handle: "Best Man", testimonial: "Get ready for an amazing celebration. These two are perfect for each other!", rating: 5, - imageSrc: "/placeholders/placeholder1.webp" + imageSrc: "/placeholders/placeholder1.webp?_wi=4" } ]} buttons={[ -- 2.49.1