From 736d6f2279e4812cd64222ae72300bf402c75b3e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:55:46 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8ed299d..96d0b92 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -63,32 +63,14 @@ export default function ContactPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Sarah Johnson", - handle: "@sarahjohnson", - testimonial: "Proof Digital transformed our online presence completely. Their team was professional, responsive, and delivered exactly what we needed.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/professional-headshot-portrait-of-a-conf-1772538616642-48480d7d.png?_wi=3", - imageAlt: "Sarah Johnson", - }, + id: "1", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "Proof Digital transformed our online presence completely. Their team was professional, responsive, and delivered exactly what we needed.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/professional-headshot-portrait-of-a-conf-1772538616642-48480d7d.png", imageAlt: "Sarah Johnson"}, { - id: "2", - name: "David Kim", - handle: "@davidkim", - testimonial: "The best digital agency we've worked with. Their strategic insights and execution are unmatched in the industry.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/professional-headshot-of-an-asian-male-i-1772538616949-bfc92c2b.png?_wi=2", - imageAlt: "David Kim", - }, + id: "2", name: "David Kim", handle: "@davidkim", testimonial: "The best digital agency we've worked with. Their strategic insights and execution are unmatched in the industry.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/professional-headshot-of-an-asian-male-i-1772538616949-bfc92c2b.png", imageAlt: "David Kim"}, { - id: "3", - name: "Jessica Martinez", - handle: "@jessicamartinez", - testimonial: "From concept to launch, Proof Digital handled everything with professionalism and expertise. Highly recommended!", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/professional-headshot-of-a-confident-wom-1772538616544-05f319c0.png?_wi=2", - imageAlt: "Jessica Martinez", - }, + id: "3", name: "Jessica Martinez", handle: "@jessicamartinez", testimonial: "From concept to launch, Proof Digital handled everything with professionalism and expertise. Highly recommended!", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxMVuiSZNzHQxzFQ2ISEISb2x/professional-headshot-of-a-confident-wom-1772538616544-05f319c0.png", imageAlt: "Jessica Martinez"}, ]} showRating={true} animationType="slide-up"