From 0f9df1b9fd5dbb158255e4a5be839ac73f4a4a03 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 07:47:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82f80bd..646a853 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,27 +52,27 @@ export default function LandingPage() { description="Premium social media management for forward-thinking brands who demand measurable impact, authentic storytelling, and aesthetic precision." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 1"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=1", imageAlt: "Hero 1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 2"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=2", imageAlt: "Hero 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 3"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=3", imageAlt: "Hero 3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 4"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=4", imageAlt: "Hero 4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 5"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=5", imageAlt: "Hero 5"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 1"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=6", imageAlt: "Hero 1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 2"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=7", imageAlt: "Hero 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 3"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=8", imageAlt: "Hero 3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 4"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=9", imageAlt: "Hero 4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", imageAlt: "Hero 5"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg?_wi=10", imageAlt: "Hero 5"}, ]} buttons={[ { -- 2.49.1