From 33ad502d3a7950fa99a8fbaebede8503e0b0a0e7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 01:15:37 +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 289cea5..8b1872f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Get Started", href: "#contact" }, { text: "Learn More", href: "#features" } ]} - imageSrc="http://img.b2bpic.net/free-vector/abstract-background-with-blue-lights_1035-67.jpg" + imageSrc="http://img.b2bpic.net/free-vector/abstract-background-with-blue-lights_1035-67.jpg?_wi=1" imageAlt="Hero spotlight" mediaAnimation="slide-up" textboxLayout="default" @@ -153,7 +153,7 @@ export default function LandingPage() { title="Built for Tomorrow's Web" description="Our platform combines cutting-edge technology with intuitive design to empower creators worldwide. Founded on principles of performance, accessibility, and innovation, we're reshaping how digital experiences are built." tag="Our Mission" - imageSrc="http://img.b2bpic.net/free-vector/abstract-background-with-blue-lights_1035-67.jpg" + imageSrc="http://img.b2bpic.net/free-vector/abstract-background-with-blue-lights_1035-67.jpg?_wi=2" imageAlt="About vision" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -178,10 +178,10 @@ export default function LandingPage() { speed={40} testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarahjdev", testimonial: "This platform completely transformed our development workflow. We cut development time in half and our design system is now infinitely more scalable.", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "@sarahjdev", testimonial: "This platform completely transformed our development workflow. We cut development time in half and our design system is now infinitely more scalable.", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "@michaeluix", testimonial: "The component library is incredible. Every component is battle-tested, well-documented, and just works. No more reinventing the wheel.", imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "@michaeluix", testimonial: "The component library is incredible. Every component is battle-tested, well-documented, and just works. No more reinventing the wheel.", imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg?_wi=1", imageAlt: "Michael Chen" }, { id: "3", name: "Emma Rodriguez", handle: "@emmadesigns", testimonial: "Beautiful, performant, and accessible. This is what modern web development should feel like. Our clients are thrilled with the results.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg", imageAlt: "Emma Rodriguez" @@ -190,10 +190,10 @@ export default function LandingPage() { id: "4", name: "David Kim", handle: "@davkim_dev", testimonial: "Best investment for our team. The learning curve is minimal and the productivity gains are massive. Highly recommended for any serious developer.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "David Kim" }, { - id: "5", name: "Jessica Martinez", handle: "@jessicamtech", testimonial: "The documentation is phenomenal and the community support is outstanding. I've never felt more confident building production apps.", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg", imageAlt: "Jessica Martinez" + id: "5", name: "Jessica Martinez", handle: "@jessicamtech", testimonial: "The documentation is phenomenal and the community support is outstanding. I've never felt more confident building production apps.", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg?_wi=2", imageAlt: "Jessica Martinez" }, { - id: "6", name: "Alex Thompson", handle: "@alexthompson", testimonial: "A game-changer for our agency. We now deliver projects faster without compromising on quality or design excellence.", imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg", imageAlt: "Alex Thompson" + id: "6", name: "Alex Thompson", handle: "@alexthompson", testimonial: "A game-changer for our agency. We now deliver projects faster without compromising on quality or design excellence.", imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg?_wi=2", imageAlt: "Alex Thompson" } ]} /> -- 2.49.1