From 0844d104d8ae29d959fb93033c8f626a6e0f22d7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:14:24 +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 4d1e07e..d5e54cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,7 +136,7 @@ export default function LandingPage() { description="Talented professionals dedicated to delivering exceptional results and building lasting relationships with our clients" members={[ { id: "1", name: "Sarah Johnson", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg", imageAlt: "Sarah Johnson - Creative Director" }, - { id: "2", name: "Michael Chen", role: "Lead Developer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", imageAlt: "Michael Chen - Lead Developer" }, + { id: "2", name: "Michael Chen", role: "Lead Developer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg?_wi=1", imageAlt: "Michael Chen - Lead Developer" }, { id: "3", name: "Emily Rodriguez", role: "UX Specialist", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageAlt: "Emily Rodriguez - UX Specialist" } ]} gridVariant="three-columns-all-equal-width" @@ -151,12 +151,12 @@ export default function LandingPage() { title="What Our Clients Say" description="Hear from the brands and businesses we've helped succeed" testimonials={[ - { id: "1", name: "James Wilson", handle: "CEO, TechStart Inc", testimonial: "WebStudio transformed our online presence completely. Their team understood our vision and delivered beyond expectations. Highly professional and responsive.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "James Wilson" }, - { id: "2", name: "Sofia Martinez", handle: "Founder, Design Co", testimonial: "From concept to launch, the entire process was seamless. WebStudio's attention to detail and innovative approach set them apart from other agencies we've worked with.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "Sofia Martinez" }, - { id: "3", name: "David Park", handle: "Marketing Director, GlobalBrand", testimonial: "We saw immediate results after launching our new website. The team's expertise in both design and development is exceptional. Definitely worth the investment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", imageAlt: "David Park" }, + { id: "1", name: "James Wilson", handle: "CEO, TechStart Inc", testimonial: "WebStudio transformed our online presence completely. Their team understood our vision and delivered beyond expectations. Highly professional and responsive.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "James Wilson" }, + { id: "2", name: "Sofia Martinez", handle: "Founder, Design Co", testimonial: "From concept to launch, the entire process was seamless. WebStudio's attention to detail and innovative approach set them apart from other agencies we've worked with.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=1", imageAlt: "Sofia Martinez" }, + { id: "3", name: "David Park", handle: "Marketing Director, GlobalBrand", testimonial: "We saw immediate results after launching our new website. The team's expertise in both design and development is exceptional. Definitely worth the investment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg?_wi=2", imageAlt: "David Park" }, { id: "4", name: "Lisa Anderson", handle: "Product Manager, InnovateLab", testimonial: "Working with WebStudio was a game-changer for our startup. They provided strategic guidance, stunning design, and robust development. Couldn't ask for better partners.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg", imageAlt: "Lisa Anderson" }, - { id: "5", name: "Robert Thompson", handle: "Entrepreneur, NextGen Solutions", testimonial: "The team's creativity and technical expertise helped us stand out in a crowded market. Exceptional communication and delivery throughout the entire project.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Robert Thompson" }, - { id: "6", name: "Catherine Lee", handle: "CFO, Enterprise Solutions", testimonial: "Outstanding work quality and professional service. WebStudio delivered a website that perfectly represents our brand values and drives conversions.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "Catherine Lee" } + { id: "5", name: "Robert Thompson", handle: "Entrepreneur, NextGen Solutions", testimonial: "The team's creativity and technical expertise helped us stand out in a crowded market. Exceptional communication and delivery throughout the entire project.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Robert Thompson" }, + { id: "6", name: "Catherine Lee", handle: "CFO, Enterprise Solutions", testimonial: "Outstanding work quality and professional service. WebStudio delivered a website that perfectly represents our brand values and drives conversions.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=2", imageAlt: "Catherine Lee" } ]} animationType="slide-up" textboxLayout="default" -- 2.49.1