From d7536431be5fa75fbfccee820f21cc3da012f00a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:47:30 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d74fa3c..d6c69c8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -76,7 +76,7 @@ export default function AboutPage() { { value: "10+", title: "Years of Excellence" }, { value: "50+", title: "Successful Projects" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/management-team-gathering-boardroom-review-key-performance-indicators_482257-115587.jpg" + imageSrc="http://img.b2bpic.net/free-photo/management-team-gathering-boardroom-review-key-performance-indicators_482257-115587.jpg?_wi=2" imageAlt="Hyperverse team at work" useInvertedBackground={false} mediaAnimation="slide-up" @@ -120,17 +120,17 @@ export default function AboutPage() { topMarqueeDirection="left" testimonials={[ { - id: "1", name: "Rajesh Kumar", handle: "@RajeshK - Manufacturing", testimonial: "Hyperverse transformed our business operations with their IT solutions. The team is professional, responsive, and truly understands local business needs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", imageAlt: "Rajesh Kumar"}, + id: "1", name: "Rajesh Kumar", handle: "@RajeshK - Manufacturing", testimonial: "Hyperverse transformed our business operations with their IT solutions. The team is professional, responsive, and truly understands local business needs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg?_wi=3", imageAlt: "Rajesh Kumar"}, { - id: "2", name: "Priya Sharma", handle: "@PriyaS - Retail Business", testimonial: "Best decision to partner with Hyperverse. Their digital services helped us reach customers online. Highly recommend their expertise.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-arms-crossed_23-2147707175.jpg", imageAlt: "Priya Sharma"}, + id: "2", name: "Priya Sharma", handle: "@PriyaS - Retail Business", testimonial: "Best decision to partner with Hyperverse. Their digital services helped us reach customers online. Highly recommend their expertise.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-arms-crossed_23-2147707175.jpg?_wi=3", imageAlt: "Priya Sharma"}, { - id: "3", name: "Arjun Patel", handle: "@ArjunP - Tech Startup", testimonial: "Their software development team delivered exactly what we needed. Quality code, on-time delivery, and excellent communication throughout.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-businessman-laughing-looking-camera-office-portrait_1163-4926.jpg", imageAlt: "Arjun Patel"}, + id: "3", name: "Arjun Patel", handle: "@ArjunP - Tech Startup", testimonial: "Their software development team delivered exactly what we needed. Quality code, on-time delivery, and excellent communication throughout.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-businessman-laughing-looking-camera-office-portrait_1163-4926.jpg?_wi=2", imageAlt: "Arjun Patel"}, { - id: "4", name: "Divya Reddy", handle: "@DivyaR - Services", testimonial: "Hyperverse's consulting services helped us streamline operations and reduce costs significantly. Very knowledgeable and dedicated team.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg", imageAlt: "Divya Reddy"}, + id: "4", name: "Divya Reddy", handle: "@DivyaR - Services", testimonial: "Hyperverse's consulting services helped us streamline operations and reduce costs significantly. Very knowledgeable and dedicated team.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg?_wi=2", imageAlt: "Divya Reddy"}, { - id: "5", name: "Vikram Singh", handle: "@VikramS - Finance", testimonial: "Professional, reliable, and results-oriented. Hyperverse has become an integral part of our business strategy and operations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", imageAlt: "Vikram Singh"}, + id: "5", name: "Vikram Singh", handle: "@VikramS - Finance", testimonial: "Professional, reliable, and results-oriented. Hyperverse has become an integral part of our business strategy and operations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg?_wi=4", imageAlt: "Vikram Singh"}, { - id: "6", name: "Neha Gupta", handle: "@NehaG - E-commerce", testimonial: "Outstanding support and technical expertise. Hyperverse helped us scale our e-commerce platform seamlessly during peak seasons.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-arms-crossed_23-2147707175.jpg", imageAlt: "Neha Gupta"}, + id: "6", name: "Neha Gupta", handle: "@NehaG - E-commerce", testimonial: "Outstanding support and technical expertise. Hyperverse helped us scale our e-commerce platform seamlessly during peak seasons.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-arms-crossed_23-2147707175.jpg?_wi=4", imageAlt: "Neha Gupta"}, ]} /> -- 2.49.1 From 27d0dc9b128ed8c445415a23ddd37e887ceb159c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:47:31 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef65aa9..9442982 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -226,7 +226,7 @@ export default function HomePage() { { value: "5.0★", title: "Google Rating"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/management-team-gathering-boardroom-review-key-performance-indicators_482257-115587.jpg" + imageSrc="http://img.b2bpic.net/free-photo/management-team-gathering-boardroom-review-key-performance-indicators_482257-115587.jpg?_wi=1" imageAlt="Hyperverse professional team" useInvertedBackground={false} mediaAnimation="slide-up" @@ -272,17 +272,17 @@ export default function HomePage() { topMarqueeDirection="left" testimonials={[ { - id: "1", name: "Rajesh Kumar", handle: "@RajeshK - Manufacturing", testimonial: "Hyperverse transformed our business operations with their IT solutions. The team is professional, responsive, and truly understands local business needs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", imageAlt: "Rajesh Kumar"}, + id: "1", name: "Rajesh Kumar", handle: "@RajeshK - Manufacturing", testimonial: "Hyperverse transformed our business operations with their IT solutions. The team is professional, responsive, and truly understands local business needs.", 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: "Rajesh Kumar"}, { - id: "2", name: "Priya Sharma", handle: "@PriyaS - Retail Business", testimonial: "Best decision to partner with Hyperverse. Their digital services helped us reach customers online. Highly recommend their expertise.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-arms-crossed_23-2147707175.jpg", imageAlt: "Priya Sharma"}, + id: "2", name: "Priya Sharma", handle: "@PriyaS - Retail Business", testimonial: "Best decision to partner with Hyperverse. Their digital services helped us reach customers online. Highly recommend their expertise.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-arms-crossed_23-2147707175.jpg?_wi=1", imageAlt: "Priya Sharma"}, { - id: "3", name: "Arjun Patel", handle: "@ArjunP - Tech Startup", testimonial: "Their software development team delivered exactly what we needed. Quality code, on-time delivery, and excellent communication throughout.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-businessman-laughing-looking-camera-office-portrait_1163-4926.jpg", imageAlt: "Arjun Patel"}, + id: "3", name: "Arjun Patel", handle: "@ArjunP - Tech Startup", testimonial: "Their software development team delivered exactly what we needed. Quality code, on-time delivery, and excellent communication throughout.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-businessman-laughing-looking-camera-office-portrait_1163-4926.jpg?_wi=1", imageAlt: "Arjun Patel"}, { - id: "4", name: "Divya Reddy", handle: "@DivyaR - Services", testimonial: "Hyperverse's consulting services helped us streamline operations and reduce costs significantly. Very knowledgeable and dedicated team.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg", imageAlt: "Divya Reddy"}, + id: "4", name: "Divya Reddy", handle: "@DivyaR - Services", testimonial: "Hyperverse's consulting services helped us streamline operations and reduce costs significantly. Very knowledgeable and dedicated team.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg?_wi=1", imageAlt: "Divya Reddy"}, { - id: "5", name: "Vikram Singh", handle: "@VikramS - Finance", testimonial: "Professional, reliable, and results-oriented. Hyperverse has become an integral part of our business strategy and operations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", imageAlt: "Vikram Singh"}, + id: "5", name: "Vikram Singh", handle: "@VikramS - Finance", testimonial: "Professional, reliable, and results-oriented. Hyperverse has become an integral part of our business strategy and operations.", 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: "Vikram Singh"}, { - id: "6", name: "Neha Gupta", handle: "@NehaG - E-commerce", testimonial: "Outstanding support and technical expertise. Hyperverse helped us scale our e-commerce platform seamlessly during peak seasons.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-arms-crossed_23-2147707175.jpg", imageAlt: "Neha Gupta"}, + id: "6", name: "Neha Gupta", handle: "@NehaG - E-commerce", testimonial: "Outstanding support and technical expertise. Hyperverse helped us scale our e-commerce platform seamlessly during peak seasons.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-arms-crossed_23-2147707175.jpg?_wi=2", imageAlt: "Neha Gupta"}, ]} /> -- 2.49.1