Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-22 01:09:31 +00:00

View File

@@ -55,12 +55,12 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/frustrated-businesswomen-starting-argument-expressing-their-irritation_482257-123935.jpg", imageAlt: "modern minimalist web design interface" },
{ imageSrc: "http://img.b2bpic.net/free-photo/investor-addresses-factory-management-investment-pitch-meeting_482257-126957.jpg", imageAlt: "digital transformation technology concept" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-reading-together_23-2149345278.jpg", imageAlt: "professional creative studio workspace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-system-administrators-data-center-using-devices_482257-120660.jpg", imageAlt: "next generation digital platform" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-building-with-light-colors_250224-297.jpg", imageAlt: "sleek tech company headquarters" },
{ imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", imageAlt: "digital business growth strategy" }
{ imageSrc: "http://img.b2bpic.net/free-photo/frustrated-businesswomen-starting-argument-expressing-their-irritation_482257-123935.jpg?_wi=1", imageAlt: "modern minimalist web design interface" },
{ imageSrc: "http://img.b2bpic.net/free-photo/investor-addresses-factory-management-investment-pitch-meeting_482257-126957.jpg?_wi=1", imageAlt: "digital transformation technology concept" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-reading-together_23-2149345278.jpg?_wi=1", imageAlt: "professional creative studio workspace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-system-administrators-data-center-using-devices_482257-120660.jpg?_wi=1", imageAlt: "next generation digital platform" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-building-with-light-colors_250224-297.jpg?_wi=1", imageAlt: "sleek tech company headquarters" },
{ imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=1", imageAlt: "digital business growth strategy" }
]}
ariaLabel="Hero section showcasing innovative digital solutions"
/>
@@ -126,12 +126,12 @@ export default function LandingPage() {
tagIcon={Star}
tagAnimation="slide-up"
testimonials={[
{ id: "testimonial-1", name: "Sarah Johnson", role: "CEO", company: "TechFlow Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/frustrated-businesswomen-starting-argument-expressing-their-irritation_482257-123935.jpg", imageAlt: "Sarah Johnson" },
{ id: "testimonial-2", name: "Michael Chen", role: "Product Director", company: "Digital Solutions Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/investor-addresses-factory-management-investment-pitch-meeting_482257-126957.jpg", imageAlt: "Michael Chen" },
{ id: "testimonial-3", name: "Emily Rodriguez", role: "Head of Operations", company: "Growth Partners Ltd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-reading-together_23-2149345278.jpg", imageAlt: "Emily Rodriguez" },
{ id: "testimonial-4", name: "David Kim", role: "Founder", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-system-administrators-data-center-using-devices_482257-120660.jpg", imageAlt: "David Kim" },
{ id: "testimonial-5", name: "Jessica Williams", role: "Marketing Manager", company: "Brand Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-building-with-light-colors_250224-297.jpg", imageAlt: "Jessica Williams" },
{ id: "testimonial-6", name: "Alexander Thompson", role: "CTO", company: "InnovateTech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", imageAlt: "Alexander Thompson" }
{ id: "testimonial-1", name: "Sarah Johnson", role: "CEO", company: "TechFlow Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/frustrated-businesswomen-starting-argument-expressing-their-irritation_482257-123935.jpg?_wi=2", imageAlt: "Sarah Johnson" },
{ id: "testimonial-2", name: "Michael Chen", role: "Product Director", company: "Digital Solutions Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/investor-addresses-factory-management-investment-pitch-meeting_482257-126957.jpg?_wi=2", imageAlt: "Michael Chen" },
{ id: "testimonial-3", name: "Emily Rodriguez", role: "Head of Operations", company: "Growth Partners Ltd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-reading-together_23-2149345278.jpg?_wi=2", imageAlt: "Emily Rodriguez" },
{ id: "testimonial-4", name: "David Kim", role: "Founder", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-system-administrators-data-center-using-devices_482257-120660.jpg?_wi=2", imageAlt: "David Kim" },
{ id: "testimonial-5", name: "Jessica Williams", role: "Marketing Manager", company: "Brand Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-building-with-light-colors_250224-297.jpg?_wi=2", imageAlt: "Jessica Williams" },
{ id: "testimonial-6", name: "Alexander Thompson", role: "CTO", company: "InnovateTech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=2", imageAlt: "Alexander Thompson" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"