From e4e9c1fe52b6c399326533d41ae0a1f1a95cd44a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:05:37 +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 0c8604f..20289c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,20 +45,20 @@ export default function LandingPage() { title="Pioneering the Next Wave of Digital Excellence" description="Maverick Minds turns bold visions into high-performing digital realities. We combine strategic insight, creative design, and technical precision to elevate your brand above the noise." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3016.jpg", imageAlt: "Digital Innovation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/empty-architectural-workplace-with-building-model-3d-construction-layout-table-nobody-office-with-computer-tools-used-urban-development-architecture-design_482257-27896.jpg", imageAlt: "Data Analytics" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-wonder-wheel_23-2148328063.jpg", imageAlt: "Dynamic Growth" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-space-rocket-paper-carving-with-sky-background_53876-30288.jpg", imageAlt: "Creative Design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-businessman-black-suit_53876-102379.jpg", imageAlt: "Global Connectivity" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg", imageAlt: "Technical Mastery" }, + { imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3016.jpg?_wi=1", imageAlt: "Digital Innovation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/empty-architectural-workplace-with-building-model-3d-construction-layout-table-nobody-office-with-computer-tools-used-urban-development-architecture-design_482257-27896.jpg?_wi=1", imageAlt: "Data Analytics" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-wonder-wheel_23-2148328063.jpg?_wi=1", imageAlt: "Dynamic Growth" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-space-rocket-paper-carving-with-sky-background_53876-30288.jpg?_wi=1", imageAlt: "Creative Design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-businessman-black-suit_53876-102379.jpg?_wi=1", imageAlt: "Global Connectivity" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg?_wi=1", imageAlt: "Technical Mastery" }, ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg", imageAlt: "Technical Mastery" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-businessman-black-suit_53876-102379.jpg", imageAlt: "Global Connectivity" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-space-rocket-paper-carving-with-sky-background_53876-30288.jpg", imageAlt: "Creative Design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-wonder-wheel_23-2148328063.jpg", imageAlt: "Dynamic Growth" }, - { imageSrc: "http://img.b2bpic.net/free-photo/empty-architectural-workplace-with-building-model-3d-construction-layout-table-nobody-office-with-computer-tools-used-urban-development-architecture-design_482257-27896.jpg", imageAlt: "Data Analytics" }, - { imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3016.jpg", imageAlt: "Digital Innovation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg?_wi=2", imageAlt: "Technical Mastery" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-businessman-black-suit_53876-102379.jpg?_wi=2", imageAlt: "Global Connectivity" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-space-rocket-paper-carving-with-sky-background_53876-30288.jpg?_wi=2", imageAlt: "Creative Design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-wonder-wheel_23-2148328063.jpg?_wi=2", imageAlt: "Dynamic Growth" }, + { imageSrc: "http://img.b2bpic.net/free-photo/empty-architectural-workplace-with-building-model-3d-construction-layout-table-nobody-office-with-computer-tools-used-urban-development-architecture-design_482257-27896.jpg?_wi=2", imageAlt: "Data Analytics" }, + { imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3016.jpg?_wi=2", imageAlt: "Digital Innovation" }, ]} buttons={[{ text: "Start Your Project", href: "#contact" }]} avatars={[ -- 2.49.1