diff --git a/src/app/page.tsx b/src/app/page.tsx index 2859556..239ef96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,10 +51,10 @@ export default function LandingPage() { ]} mediaItems={[ { - videoSrc: "http://img.b2bpic.net/free-vector/realistic-neon-lights-background_23-2148911066.jpg", videoAriaLabel: "Dynamic parallax hero animation" + videoSrc: "http://img.b2bpic.net/free-vector/realistic-neon-lights-background_23-2148911066.jpg?_wi=1", videoAriaLabel: "Dynamic parallax hero animation" }, { - imageSrc: "http://img.b2bpic.net/free-vector/realistic-neon-lights-background_23-2148911066.jpg", imageAlt: "Parallax motion graphics" + imageSrc: "http://img.b2bpic.net/free-vector/realistic-neon-lights-background_23-2148911066.jpg?_wi=2", imageAlt: "Parallax motion graphics" } ]} rating={5} @@ -164,27 +164,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "TechStartup Inc", role: "E-commerce Platform", testimonial: "Our product showcase increased conversion rates by 45% after implementing parallax effects. Users spent 3x longer engaging with our product demonstrations.", icon: Rocket, - imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601494.jpg", imageAlt: "startup growth success business innovation" + imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601494.jpg?_wi=1", imageAlt: "startup growth success business innovation" }, { id: "2", name: "Global Enterprises", role: "Corporate Website", testimonial: "The interactive parallax features elevated our brand presence significantly. Client engagement metrics improved dramatically with these dynamic animations.", icon: Building, - imageSrc: "http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg", imageAlt: "enterprise corporate professional team collaboration" + imageSrc: "http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg?_wi=1", imageAlt: "enterprise corporate professional team collaboration" }, { id: "3", name: "Creative Agency", role: "Portfolio & Showcase", testimonial: "Our design agency portfolio projects now showcase motion-rich experiences that impress clients. The 3D hover effects add that premium touch that sets us apart.", icon: Palette, - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-looking-tablet-discussing-new-ideas-office_176420-1724.jpg", imageAlt: "agency creative design project workflow" + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-looking-tablet-discussing-new-ideas-office_176420-1724.jpg?_wi=1", imageAlt: "agency creative design project workflow" }, { id: "4", name: "SaaS Platform", role: "Product Landing Page", testimonial: "Converting visitors into customers became easier with engaging parallax animations. The scroll-triggered effects keep users invested throughout our entire story.", icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601494.jpg", imageAlt: "startup growth success business innovation" + imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601494.jpg?_wi=2", imageAlt: "startup growth success business innovation" }, { id: "5", name: "Digital Media Co", role: "Content Hub", testimonial: "Our content engagement tripled after redesigning with parallax storytelling. Each section reveals beautifully as users scroll, creating a narrative experience.", icon: BookOpen, - imageSrc: "http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg", imageAlt: "enterprise corporate professional team collaboration" + imageSrc: "http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg?_wi=2", imageAlt: "enterprise corporate professional team collaboration" }, { id: "6", name: "Innovation Labs", role: "Tech Showcase", testimonial: "The 3D effects and interactive elements perfectly communicate our innovative approach. Prospects immediately understand our technical sophistication.", icon: Lightbulb, - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-looking-tablet-discussing-new-ideas-office_176420-1724.jpg", imageAlt: "agency creative design project workflow" + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-looking-tablet-discussing-new-ideas-office_176420-1724.jpg?_wi=2", imageAlt: "agency creative design project workflow" } ]} animationType="slide-up"