Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 11:55:46 +00:00
parent b6ac21a2b9
commit 736d6f2279

View File

@@ -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"