From d48d8c19c05edc64c4a2b9dc93a6c39ab83b5624 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:33:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a7377b..880fc44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Start Your Project", href: "contact" }, { text: "View Our Work", href: "services" } ]} - imageSrc="http://img.b2bpic.net/free-photo/cozy-dark-loft-attractive-student-is-sitting-table-while-studying_613910-13260.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cozy-dark-loft-attractive-student-is-sitting-table-while-studying_613910-13260.jpg?_wi=1" imageAlt="Premium content agency studio" showDimOverlay={true} buttonAnimation="slide-up" @@ -140,12 +140,12 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" testimonials={[ - { id: "1", name: "Sarah Martinez", role: "CMO", company: "TechFlow Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "professional portrait business headshot woman" }, - { id: "2", name: "James Chen", role: "CEO", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot man" }, - { id: "3", name: "Emma Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "professional portrait business headshot woman" }, - { id: "4", name: "Michael Thompson", role: "Brand Director", company: "Nexus Ventures", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot man" }, - { id: "5", name: "Lisa Wang", role: "VP Marketing", company: "Premier Brands Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "professional portrait business headshot woman" }, - { id: "6", name: "David Park", role: "Founder", company: "Digital Innovators", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot man" } + { id: "1", name: "Sarah Martinez", role: "CMO", company: "TechFlow Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "professional portrait business headshot woman" }, + { id: "2", name: "James Chen", role: "CEO", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait business headshot man" }, + { id: "3", name: "Emma Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "professional portrait business headshot woman" }, + { id: "4", name: "Michael Thompson", role: "Brand Director", company: "Nexus Ventures", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait business headshot man" }, + { id: "5", name: "Lisa Wang", role: "VP Marketing", company: "Premier Brands Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=3", imageAlt: "professional portrait business headshot woman" }, + { id: "6", name: "David Park", role: "Founder", company: "Digital Innovators", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional portrait business headshot man" } ]} kpiItems={[ { value: "320%", label: "Average ROI Increase" }, @@ -184,7 +184,7 @@ export default function LandingPage() {