From 290b06f4879aabcd93c097f9a10708057df06a5b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:16:12 +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 e22744d..d6b1cc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,22 +150,22 @@ export default function LandingPage() { tag="Testimonials" testimonials={[ { - id: "1", name: "Sarah Johnson", role: "Mother of Birthday Girl", testimonial: "CelebrateMoments made my daughter's 10th birthday absolutely magical! Every detail was perfect, and the team was so professional and attentive. The kids had a blast!", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", role: "Mother of Birthday Girl", testimonial: "CelebrateMoments made my daughter's 10th birthday absolutely magical! Every detail was perfect, and the team was so professional and attentive. The kids had a blast!", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", role: "Birthday Celebrant", testimonial: "I was blown away by the attention to detail at my 30th birthday party. The decorations were stunning, the catering was delicious, and the entertainment kept everyone engaged all night.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", role: "Birthday Celebrant", testimonial: "I was blown away by the attention to detail at my 30th birthday party. The decorations were stunning, the catering was delicious, and the entertainment kept everyone engaged all night.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", role: "Event Host", testimonial: "The CelebrateMoments team transformed my vision into reality. They handled everything flawlessly, and I could just relax and enjoy my nephew's birthday celebration. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", role: "Event Host", testimonial: "The CelebrateMoments team transformed my vision into reality. They handled everything flawlessly, and I could just relax and enjoy my nephew's birthday celebration. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "David Kim", role: "Corporate Event Organizer", testimonial: "We booked CelebrateMoments for our company's milestone celebration. Their professionalism, creativity, and execution were exceptional. Our guests are still talking about it!", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "David Kim" + id: "4", name: "David Kim", role: "Corporate Event Organizer", testimonial: "We booked CelebrateMoments for our company's milestone celebration. Their professionalism, creativity, and execution were exceptional. Our guests are still talking about it!", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=4", imageAlt: "David Kim" }, { - id: "5", name: "Jessica Martinez", role: "Party Planner", testimonial: "As someone who plans events myself, I was impressed by how smoothly everything went. CelebrateMoments elevated my expectations and created an unforgettable experience.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Jessica Martinez" + id: "5", name: "Jessica Martinez", role: "Party Planner", testimonial: "As someone who plans events myself, I was impressed by how smoothly everything went. CelebrateMoments elevated my expectations and created an unforgettable experience.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=5", imageAlt: "Jessica Martinez" }, { - id: "6", name: "Thomas Anderson", role: "Milestone Celebrant", testimonial: "My 50th birthday party exceeded all my expectations. The team's creativity, enthusiasm, and execution made it the best celebration I could have hoped for. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Thomas Anderson" + id: "6", name: "Thomas Anderson", role: "Milestone Celebrant", testimonial: "My 50th birthday party exceeded all my expectations. The team's creativity, enthusiasm, and execution made it the best celebration I could have hoped for. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=6", imageAlt: "Thomas Anderson" } ]} textboxLayout="default" -- 2.49.1