From bb0a4ee883bc825070ca80280087d4777cdb098c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:24:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cddba62..2f4aea2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,22 +103,22 @@ export default function LandingPage() { description="Real testimonials from real people who trusted us with their most important moments." testimonials={[ { - id: "1", name: "Margaret Thompson", role: "Event Planner", testimonial: "Arlenes delivered the most stunning bridal bouquets for my clients' weddings. Their attention to detail and ability to execute custom designs is unmatched. I recommend them to every couple I work with.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png", imageAlt: "Margaret Thompson" + id: "1", name: "Margaret Thompson", role: "Event Planner", testimonial: "Arlenes delivered the most stunning bridal bouquets for my clients' weddings. Their attention to detail and ability to execute custom designs is unmatched. I recommend them to every couple I work with.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png?_wi=1", imageAlt: "Margaret Thompson" }, { - id: "2", name: "David Chen", role: "Groom", testimonial: "My fiancée's bouquet was absolutely perfect. The colors, the arrangement, the freshness—everything exceeded our expectations. We couldn't have imagined a better choice for our special day.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png", imageAlt: "David Chen" + id: "2", name: "David Chen", role: "Groom", testimonial: "My fiancée's bouquet was absolutely perfect. The colors, the arrangement, the freshness—everything exceeded our expectations. We couldn't have imagined a better choice for our special day.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png?_wi=2", imageAlt: "David Chen" }, { - id: "3", name: "Sarah Winters", role: "Bride", testimonial: "From our first consultation to delivery day, Arlenes treated us like family. They took our vision and created something even more beautiful than we imagined. Truly exceptional service.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png", imageAlt: "Sarah Winters" + id: "3", name: "Sarah Winters", role: "Bride", testimonial: "From our first consultation to delivery day, Arlenes treated us like family. They took our vision and created something even more beautiful than we imagined. Truly exceptional service.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png?_wi=3", imageAlt: "Sarah Winters" }, { - id: "4", name: "Robert Martinez", role: "Corporate Client", testimonial: "I ordered arrangements for our office for three years now. Reliability, quality, and creativity—Arlenes has never let us down. This is genuine local business excellence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png", imageAlt: "Robert Martinez" + id: "4", name: "Robert Martinez", role: "Corporate Client", testimonial: "I ordered arrangements for our office for three years now. Reliability, quality, and creativity—Arlenes has never let us down. This is genuine local business excellence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png?_wi=4", imageAlt: "Robert Martinez" }, { - id: "5", name: "Jennifer Lee", role: "Gift Giver", testimonial: "Same-day delivery saved my anniversary! Not only did they deliver quickly, but the arrangement was so thoughtfully designed. My wife was absolutely thrilled.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png", imageAlt: "Jennifer Lee" + id: "5", name: "Jennifer Lee", role: "Gift Giver", testimonial: "Same-day delivery saved my anniversary! Not only did they deliver quickly, but the arrangement was so thoughtfully designed. My wife was absolutely thrilled.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png?_wi=5", imageAlt: "Jennifer Lee" }, { - id: "6", name: "Michael Walsh", role: "Family Member", testimonial: "During our family's time of loss, Arlenes created a beautiful tribute arrangement that truly captured the spirit of our loved one. Their compassion and artistry provided genuine comfort.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png", imageAlt: "Michael Walsh" + id: "6", name: "Michael Walsh", role: "Family Member", testimonial: "During our family's time of loss, Arlenes created a beautiful tribute arrangement that truly captured the spirit of our loved one. Their compassion and artistry provided genuine comfort.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXa0UnLRUZdTJtR3MNbpPhA3nw/uploaded-1772742180491-rztff719.png?_wi=6", imageAlt: "Michael Walsh" }, ]} animationType="slide-up" -- 2.49.1