From d72fb279d51c5323d30ff4c4402e91ccf6432f13 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:48:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e06902d..8231a1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,10 +54,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOtliLwuyPFXDcHg3q2SSGTZUi/a-sleek-minimalist-ai-dashboard-interfac-1772761665085-eb4abb8e.png", imageAlt: "AI Dashboard Interface" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOtliLwuyPFXDcHg3q2SSGTZUi/a-sleek-minimalist-ai-dashboard-interfac-1772761665085-eb4abb8e.png?_wi=1", imageAlt: "AI Dashboard Interface" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOtliLwuyPFXDcHg3q2SSGTZUi/a-futuristic-ai-technology-illustration--1772761665404-34379d78.png", imageAlt: "AI Innovation" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOtliLwuyPFXDcHg3q2SSGTZUi/a-futuristic-ai-technology-illustration--1772761665404-34379d78.png?_wi=1", imageAlt: "AI Innovation" } ]} mediaAnimation="slide-up" @@ -83,10 +83,10 @@ export default function LandingPage() { id: "2", title: "Enterprise Security", description: "Bank-grade encryption and security protocols protect your data. Compliance with GDPR, HIPAA, and SOC 2 standards built in.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOtliLwuyPFXDcHg3q2SSGTZUi/a-security-focused-illustration-with-loc-1772761666695-e636c42e.png", imageAlt: "Enterprise Security" }, { - id: "3", title: "Intelligent Learning", description: "Our AI continuously learns from your data, improving accuracy and insights over time. Adaptive models that evolve with your needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOtliLwuyPFXDcHg3q2SSGTZUi/a-futuristic-ai-technology-illustration--1772761665404-34379d78.png", imageAlt: "Intelligent Learning" + id: "3", title: "Intelligent Learning", description: "Our AI continuously learns from your data, improving accuracy and insights over time. Adaptive models that evolve with your needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOtliLwuyPFXDcHg3q2SSGTZUi/a-futuristic-ai-technology-illustration--1772761665404-34379d78.png?_wi=2", imageAlt: "Intelligent Learning" }, { - id: "4", title: "Seamless Integration", description: "Connect to your existing tools and workflows effortlessly. Comprehensive API documentation and SDKs for major platforms.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOtliLwuyPFXDcHg3q2SSGTZUi/a-sleek-minimalist-ai-dashboard-interfac-1772761665085-eb4abb8e.png", imageAlt: "Integration" + id: "4", title: "Seamless Integration", description: "Connect to your existing tools and workflows effortlessly. Comprehensive API documentation and SDKs for major platforms.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOtliLwuyPFXDcHg3q2SSGTZUi/a-sleek-minimalist-ai-dashboard-interfac-1772761665085-eb4abb8e.png?_wi=2", imageAlt: "Integration" } ]} gridVariant="four-items-2x2-equal-grid" -- 2.49.1