From b41eaec064cd60321f9d6128f873125c9f186a10 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 09:52:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bce220f..1f90fd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,20 +48,20 @@ export default function LandingPage() { title="Defining the Digital Frontier." description="We architect premium web experiences for brands that demand excellence and digital transformation." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419467.jpg", imageAlt: "Hero scene 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-customizing-avatar-concept_23-2150729045.jpg", imageAlt: "Hero scene 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-office_23-2147807981.jpg", imageAlt: "Hero scene 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg", imageAlt: "Hero scene 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/transparent-crystal-prism-with-dark-shadow-white-background_23-2147948817.jpg", imageAlt: "Hero scene 5" }, - { imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037162.jpg", imageAlt: "Hero scene 6" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419467.jpg?_wi=1", imageAlt: "Hero scene 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-customizing-avatar-concept_23-2150729045.jpg?_wi=1", imageAlt: "Hero scene 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-office_23-2147807981.jpg?_wi=1", imageAlt: "Hero scene 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg?_wi=1", imageAlt: "Hero scene 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/transparent-crystal-prism-with-dark-shadow-white-background_23-2147948817.jpg?_wi=1", imageAlt: "Hero scene 5" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037162.jpg?_wi=1", imageAlt: "Hero scene 6" }, ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037162.jpg", imageAlt: "Hero scene 6" }, - { imageSrc: "http://img.b2bpic.net/free-photo/transparent-crystal-prism-with-dark-shadow-white-background_23-2147948817.jpg", imageAlt: "Hero scene 5" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg", imageAlt: "Hero scene 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-office_23-2147807981.jpg", imageAlt: "Hero scene 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-customizing-avatar-concept_23-2150729045.jpg", imageAlt: "Hero scene 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419467.jpg", imageAlt: "Hero scene 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037162.jpg?_wi=2", imageAlt: "Hero scene 6" }, + { imageSrc: "http://img.b2bpic.net/free-photo/transparent-crystal-prism-with-dark-shadow-white-background_23-2147948817.jpg?_wi=2", imageAlt: "Hero scene 5" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg?_wi=2", imageAlt: "Hero scene 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-office_23-2147807981.jpg?_wi=2", imageAlt: "Hero scene 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-customizing-avatar-concept_23-2150729045.jpg?_wi=2", imageAlt: "Hero scene 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419467.jpg?_wi=2", imageAlt: "Hero scene 1" }, ]} buttons={[{ text: "Start Project", href: "#contact" }]} avatars={[ -- 2.49.1