From ccbddcd98cc9fbca3f26a1498c532815ce080883 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 02:52:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac607f1..981cc10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,22 +117,22 @@ export default function LandingPage() { description="Hear from homeowners and businesses who have experienced the ZN Wall Designs, LLC difference." testimonials={[ { - id: "1", name: "Sarah M.", handle: "Homeowner, Springfield", testimonial: "ZN Wall Designs transformed my living room with stunning wallpaper. The attention to detail was incredible, and the finish is absolutely perfect! Highly recommend.", imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah M." + id: "1", name: "Sarah M.", handle: "Homeowner, Springfield", testimonial: "ZN Wall Designs transformed my living room with stunning wallpaper. The attention to detail was incredible, and the finish is absolutely perfect! Highly recommend.", imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah M." }, { - id: "2", name: "David R.", handle: "Business Owner, Metropolis", testimonial: "Our office lobby needed a fresh look, and ZN Wall Designs delivered beyond our expectations. Professional, efficient, and the results speak for themselves.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David R." + id: "2", name: "David R.", handle: "Business Owner, Metropolis", testimonial: "Our office lobby needed a fresh look, and ZN Wall Designs delivered beyond our expectations. Professional, efficient, and the results speak for themselves.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "David R." }, { id: "3", name: "Emily C.", handle: "Interior Designer", testimonial: "I frequently collaborate with ZN Wall Designs for my clients. Their expertise in both wallpaper and painting is unmatched, consistently providing top-tier results.", imageSrc: "https://img.b2bpic.net/free-photo/woman-with-tongue-out_1187-3217.jpg", imageAlt: "Emily C." }, { - id: "4", name: "Michael S.", handle: "Residential Client", testimonial: "The team painted our entire home, and every room looks fantastic. They were tidy, punctual, and very easy to work with. We couldn't be happier.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael S." + id: "4", name: "Michael S.", handle: "Residential Client", testimonial: "The team painted our entire home, and every room looks fantastic. They were tidy, punctual, and very easy to work with. We couldn't be happier.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Michael S." }, { - id: "5", name: "Jessica L.", handle: "Homeowner, Lakeside", testimonial: "The painting work was exceptional. The team was clean, professional, and finished the project on schedule. A fantastic experience.", imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica L." + id: "5", name: "Jessica L.", handle: "Homeowner, Lakeside", testimonial: "The painting work was exceptional. The team was clean, professional, and finished the project on schedule. A fantastic experience.", imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Jessica L." }, { - id: "6", name: "Tom B.", handle: "Architect", testimonial: "As an architect, I appreciate their commitment to quality. ZN Wall Designs is my go-to for all wall finishing needs. True professionals.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Tom B." + id: "6", name: "Tom B.", handle: "Architect", testimonial: "As an architect, I appreciate their commitment to quality. ZN Wall Designs is my go-to for all wall finishing needs. True professionals.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Tom B." } ]} animationType="slide-up" -- 2.49.1