From 8d4b1dcd6b5ff8c8facc330e4c4d0eda2e673212 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:15:12 +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 8608de0..b9fafac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,20 +52,20 @@ export default function LandingPage() { title="Architects of Digital Excellence" description="We build high-performance digital products and experiences that scale businesses. From bespoke web design to complex software systems, we bring vision to life." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-home-wearing-vr-goggles-using-augmented-reality-visualize-final-result-after-working-machinery-construction-using-cad-engineering-software-computer-developing-engine-product_482257-67895.jpg", imageAlt: "Digital design 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345423.jpg", imageAlt: "Digital design 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-working-from-home-night_23-2148499673.jpg", imageAlt: "Digital design 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-varicolored-soap-bubble-black-background_23-2148235710.jpg", imageAlt: "Digital design 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg", imageAlt: "Digital design 5" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-chromatic-gradient_23-2151920651.jpg", imageAlt: "Digital design 6" }, + { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-home-wearing-vr-goggles-using-augmented-reality-visualize-final-result-after-working-machinery-construction-using-cad-engineering-software-computer-developing-engine-product_482257-67895.jpg?_wi=1", imageAlt: "Digital design 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345423.jpg?_wi=1", imageAlt: "Digital design 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-working-from-home-night_23-2148499673.jpg?_wi=1", imageAlt: "Digital design 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-varicolored-soap-bubble-black-background_23-2148235710.jpg?_wi=1", imageAlt: "Digital design 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg?_wi=1", imageAlt: "Digital design 5" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-chromatic-gradient_23-2151920651.jpg?_wi=1", imageAlt: "Digital design 6" }, ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-chromatic-gradient_23-2151920651.jpg", imageAlt: "Digital design 6" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg", imageAlt: "Digital design 5" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-varicolored-soap-bubble-black-background_23-2148235710.jpg", imageAlt: "Digital design 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-working-from-home-night_23-2148499673.jpg", imageAlt: "Digital design 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345423.jpg", imageAlt: "Digital design 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-home-wearing-vr-goggles-using-augmented-reality-visualize-final-result-after-working-machinery-construction-using-cad-engineering-software-computer-developing-engine-product_482257-67895.jpg", imageAlt: "Digital design 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-chromatic-gradient_23-2151920651.jpg?_wi=2", imageAlt: "Digital design 6" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg?_wi=2", imageAlt: "Digital design 5" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-varicolored-soap-bubble-black-background_23-2148235710.jpg?_wi=2", imageAlt: "Digital design 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-working-from-home-night_23-2148499673.jpg?_wi=2", imageAlt: "Digital design 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345423.jpg?_wi=2", imageAlt: "Digital design 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/freelancer-home-wearing-vr-goggles-using-augmented-reality-visualize-final-result-after-working-machinery-construction-using-cad-engineering-software-computer-developing-engine-product_482257-67895.jpg?_wi=2", imageAlt: "Digital design 1" }, ]} buttons={[ { text: "Start Project", href: "#contact" },