From 9cafc348b52414a342e791d6ef48faf7ccd22cf8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:49:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8231a1f..aaee0ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,17 +54,16 @@ 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?_wi=1", 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", 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?_wi=1", imageAlt: "AI Innovation" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOtliLwuyPFXDcHg3q2SSGTZUi/a-futuristic-ai-technology-illustration--1772761665404-34379d78.png", imageAlt: "AI Innovation" } ]} mediaAnimation="slide-up" rating={5} ratingText="Trusted by Industry Leaders" background={{ variant: "plain" }} - useInvertedBackground={false} /> @@ -77,16 +76,16 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Lightning Fast", description: "Process millions of queries per second with sub-millisecond latency. Our optimized infrastructure ensures your operations never slow down.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOtliLwuyPFXDcHg3q2SSGTZUi/a-dynamic-illustration-representing-spee-1772761664903-41c5c496.png", imageAlt: "Lightning Fast Performance" + id: "1", title: "Lightning Fast", description="Process millions of queries per second with sub-millisecond latency. Our optimized infrastructure ensures your operations never slow down.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOtliLwuyPFXDcHg3q2SSGTZUi/a-dynamic-illustration-representing-spee-1772761664903-41c5c496.png", imageAlt: "Lightning Fast Performance" }, { - 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: "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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Integration" } ]} gridVariant="four-items-2x2-equal-grid" -- 2.49.1