From 5474b005cd530dd9cda5e499e645419509d17fc8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 00:26:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82586fe..5282c8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,9 @@ export default function WebAgencyThemePage() { tagIcon={Star} testimonials={[ { id: "1", name: "Sarah Johnson", date: "CEO, TechStart", title: "Transformed Our Digital Presence", quote: "Working with Studio was a game-changer for our startup. They delivered a website that not only looks stunning but converts visitors into customers at twice our previous rate.", tag: "Web Development", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp", avatarAlt: "Sarah Johnson" }, - { id: "2", name: "Michael Chen", date: "Founder, GrowthLab", title: "Exceeded All Expectations", quote: "The team's attention to detail and creative vision brought our brand to life in ways we never imagined.", tag: "Brand Design", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp", avatarAlt: "Michael Chen" } + { id: "2", name: "Michael Chen", date: "Founder, GrowthLab", title: "Exceeded All Expectations", quote: "The team's attention to detail and creative vision brought our brand to life in ways we never imagined.", tag: "Brand Design", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp", avatarAlt: "Michael Chen" }, + { id: "3", name: "Elena Rodriguez", date: "Marketing Director, InnovateCo", title: "Exceptional Results", quote: "Studio's strategic approach to our rebranding helped us capture a new market segment almost instantly.", tag: "Strategy", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero4.webp", avatarAlt: "Elena Rodriguez" }, + { id: "4", name: "David Kim", date: "CTO, CloudScale", title: "Reliable Partnership", quote: "Their technical depth and ability to meet complex deadlines made them a vital partner in our scalability efforts.", tag: "Systems", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero1.webp", avatarAlt: "David Kim" } ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1