From 639a1723fe144536927bc51d06a2ee40e3ce67ef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 19:29:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06ed19f..c109500 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,10 +54,10 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-vector/dark-technology-landing-page-with-photo_23-2148275701.jpg", imageAlt: "Modern application development interface" }, - { imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-annual-report_1098-3459.jpg", imageAlt: "Digital marketing analytics dashboard" }, + { imageSrc: "http://img.b2bpic.net/free-vector/dark-technology-landing-page-with-photo_23-2148275701.jpg?_wi=1", imageAlt: "Modern application development interface" }, + { imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-annual-report_1098-3459.jpg?_wi=1", imageAlt: "Digital marketing analytics dashboard" }, { imageSrc: "http://img.b2bpic.net/free-photo/laughing-co-workers_23-2147626394.jpg", imageAlt: "Professional team collaboration" }, - { imageSrc: "http://img.b2bpic.net/free-photo/engineer-solar-panels-plant-using-vr-optimize-layouts-using-cad-software_482257-119665.jpg", imageAlt: "Digital innovation and technology" }, + { imageSrc: "http://img.b2bpic.net/free-photo/engineer-solar-panels-plant-using-vr-optimize-layouts-using-cad-software_482257-119665.jpg?_wi=1", imageAlt: "Digital innovation and technology" }, { imageSrc: "http://img.b2bpic.net/free-vector/success-business_1057-2057.jpg", imageAlt: "Business success and growth metrics" }, { imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-system-administrators-data-center-using-devices_482257-120660.jpg", imageAlt: "Digital ecosystem and connectivity" } ]} @@ -94,13 +94,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "app-dev", title: "End-to-End Application Development", description: "Custom web and mobile applications built with cutting-edge technologies. From architecture design to deployment and maintenance, we handle every aspect of your project.", tag: "Development", imageSrc: "http://img.b2bpic.net/free-vector/dark-technology-landing-page-with-photo_23-2148275701.jpg", imageAlt: "Application development process", buttons: [{ text: "Explore", href: "#contact" }] + id: "app-dev", title: "End-to-End Application Development", description: "Custom web and mobile applications built with cutting-edge technologies. From architecture design to deployment and maintenance, we handle every aspect of your project.", tag: "Development", imageSrc: "http://img.b2bpic.net/free-vector/dark-technology-landing-page-with-photo_23-2148275701.jpg?_wi=2", imageAlt: "Application development process", buttons: [{ text: "Explore", href: "#contact" }] }, { - id: "digital-marketing", title: "Digital Marketing Strategy", description: "Data-driven marketing campaigns that amplify your brand presence across all digital channels. SEO, social media, content marketing, and paid advertising integrated seamlessly.", tag: "Marketing", imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-annual-report_1098-3459.jpg", imageAlt: "Digital marketing analytics", buttons: [{ text: "Learn More", href: "#contact" }] + id: "digital-marketing", title: "Digital Marketing Strategy", description: "Data-driven marketing campaigns that amplify your brand presence across all digital channels. SEO, social media, content marketing, and paid advertising integrated seamlessly.", tag: "Marketing", imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-annual-report_1098-3459.jpg?_wi=2", imageAlt: "Digital marketing analytics", buttons: [{ text: "Learn More", href: "#contact" }] }, { - id: "brand-strategy", title: "Brand Strategy & Design", description: "Build a compelling brand identity that resonates with your target audience. We create visual systems, messaging frameworks, and brand guidelines that stand the test of time.", tag: "Branding", imageSrc: "http://img.b2bpic.net/free-photo/engineer-solar-panels-plant-using-vr-optimize-layouts-using-cad-software_482257-119665.jpg", imageAlt: "Brand strategy and design", buttons: [{ text: "Discover", href: "#contact" }] + id: "brand-strategy", title: "Brand Strategy & Design", description: "Build a compelling brand identity that resonates with your target audience. We create visual systems, messaging frameworks, and brand guidelines that stand the test of time.", tag: "Branding", imageSrc: "http://img.b2bpic.net/free-photo/engineer-solar-panels-plant-using-vr-optimize-layouts-using-cad-software_482257-119665.jpg?_wi=2", imageAlt: "Brand strategy and design", buttons: [{ text: "Discover", href: "#contact" }] } ]} animationType="slide-up" -- 2.49.1