Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 12:21:16 +00:00

View File

@@ -52,15 +52,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "This platform transformed the way we work. Absolutely incredible!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "portrait professional avatar person"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=1", imageAlt: "portrait professional avatar person"
},
{
name: "Michael Chen", handle: "CTO, InnovateLab", testimonial: "Best solution we've implemented. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "portrait professional avatar woman"
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "portrait professional avatar woman"
},
{
name: "Emily Rodriguez", handle: "Founder, GrowthCo", testimonial: "Game-changing experience. Perfect for businesses.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "portrait professional avatar man"
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "portrait professional avatar man"
}
]}
testimonialRotationInterval={5000}
@@ -133,19 +133,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "This platform has completely revolutionized the way our team works. The intuitive interface and powerful features make it a no-brainer investment.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "portrait professional avatar person"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=2", imageAlt: "portrait professional avatar person"
},
{
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Best decision we made for our business. The ROI has been incredible, and our team productivity has increased by 40%.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "portrait professional avatar woman"
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "portrait professional avatar woman"
},
{
id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "Outstanding support and an amazing product. Highly recommend to anyone looking to streamline their operations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "portrait professional avatar man"
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "portrait professional avatar man"
},
{
id: "4", name: "David Kim", handle: "@davidkim", testimonial: "The features are comprehensive, the user experience is smooth, and the customer service is exceptional. Everything you need in one platform.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "portrait professional avatar person"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=3", imageAlt: "portrait professional avatar person"
}
]}
/>