diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f8530f..95ecf79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,30 +48,30 @@ export default function Portfolio() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-notebook-video-wall-stacked-with-diverse-entertainment-media-channels-isolated-screen_482257-136151.jpg", imageAlt: "Portfolio project showcase 1" + imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-notebook-video-wall-stacked-with-diverse-entertainment-media-channels-isolated-screen_482257-136151.jpg?_wi=1", imageAlt: "Portfolio project showcase 1" }, { - imageSrc: "http://img.b2bpic.net/free-vector/modern-elegant-photography-project-proposal_742173-5927.jpg", imageAlt: "Portfolio project showcase 2" + imageSrc: "http://img.b2bpic.net/free-vector/modern-elegant-photography-project-proposal_742173-5927.jpg?_wi=1", imageAlt: "Portfolio project showcase 2" }, { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-construction-landing-page-template_23-2149568012.jpg", imageAlt: "Portfolio project showcase 3" + imageSrc: "http://img.b2bpic.net/free-vector/gradient-construction-landing-page-template_23-2149568012.jpg?_wi=1", imageAlt: "Portfolio project showcase 3" }, { - imageSrc: "http://img.b2bpic.net/free-vector/photography-template-design_23-2149752060.jpg", imageAlt: "Portfolio project showcase 4" + imageSrc: "http://img.b2bpic.net/free-vector/photography-template-design_23-2149752060.jpg?_wi=1", imageAlt: "Portfolio project showcase 4" }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/modern-elegant-photography-project-proposal_742173-5927.jpg", imageAlt: "Portfolio project showcase 5" + imageSrc: "http://img.b2bpic.net/free-vector/modern-elegant-photography-project-proposal_742173-5927.jpg?_wi=2", imageAlt: "Portfolio project showcase 5" }, { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-construction-landing-page-template_23-2149568012.jpg", imageAlt: "Portfolio project showcase 6" + imageSrc: "http://img.b2bpic.net/free-vector/gradient-construction-landing-page-template_23-2149568012.jpg?_wi=2", imageAlt: "Portfolio project showcase 6" }, { - imageSrc: "http://img.b2bpic.net/free-vector/photography-template-design_23-2149752060.jpg", imageAlt: "Portfolio project showcase 7" + imageSrc: "http://img.b2bpic.net/free-vector/photography-template-design_23-2149752060.jpg?_wi=2", imageAlt: "Portfolio project showcase 7" }, { - imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-notebook-video-wall-stacked-with-diverse-entertainment-media-channels-isolated-screen_482257-136151.jpg", imageAlt: "Portfolio project showcase 8" + imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-notebook-video-wall-stacked-with-diverse-entertainment-media-channels-isolated-screen_482257-136151.jpg?_wi=2", imageAlt: "Portfolio project showcase 8" }, ]} carouselPosition="right" @@ -169,10 +169,10 @@ export default function Portfolio() { speed={40} testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarah_creative", testimonial: "Exceptional design work with thoughtful attention to detail. Elevated our brand presence significantly.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "@sarah_creative", testimonial: "Exceptional design work with thoughtful attention to detail. Elevated our brand presence significantly.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "CEO, TechVenture", testimonial: "Professional, responsive, and truly understands user-centered design principles. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "CEO, TechVenture", testimonial: "Professional, responsive, and truly understands user-centered design principles. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg?_wi=1", imageAlt: "Michael Chen" }, { id: "3", name: "Emily Rodriguez", handle: "Director, Creative Co", testimonial: "Delivered outstanding results on our digital transformation project. A true creative partner.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "Emily Rodriguez" @@ -181,10 +181,10 @@ export default function Portfolio() { id: "4", name: "David Kim", handle: "Product Manager, StartupXYZ", testimonial: "Brought our vision to life with innovative solutions and stellar execution throughout.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "David Kim" }, { - id: "5", name: "Jessica Martinez", handle: "@jess_design", testimonial: "Collaborative approach and design excellence made the entire project a pleasure to work on.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg", imageAlt: "Jessica Martinez" + id: "5", name: "Jessica Martinez", handle: "@jess_design", testimonial: "Collaborative approach and design excellence made the entire project a pleasure to work on.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg?_wi=2", imageAlt: "Jessica Martinez" }, { - id: "6", name: "Robert Thompson", handle: "Founder, InnovateLab", testimonial: "Transformed our digital presence with strategic thinking and exceptional creative execution.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg", imageAlt: "Robert Thompson" + id: "6", name: "Robert Thompson", handle: "Founder, InnovateLab", testimonial: "Transformed our digital presence with strategic thinking and exceptional creative execution.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-reception_23-2149963923.jpg?_wi=2", imageAlt: "Robert Thompson" }, ]} />