From ff288e91b56a5df5754b6a24ecb663d953edaeab Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:50:44 +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 aaee0ac..ccbf437 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,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", 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", 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