From ecdd226c860c6a9caf961c3783bcca630626b29a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 20:57:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5076067..a169394 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,17 +59,17 @@ export default function WebAgency2Page() { buttonAnimation="slide-up" carouselPosition="right" leftCarouselItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "AI UI Design - Daily Life app" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "AI-powered SaaS platform" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp", imageAlt: "AI-driven skincare analytics" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-7.webp", imageAlt: "AI for online courses" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=1", imageAlt: "AI UI Design - Daily Life app" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp?_wi=1", imageAlt: "AI-powered SaaS platform" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp?_wi=1", imageAlt: "AI-driven skincare analytics" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-7.webp?_wi=1", imageAlt: "AI for online courses" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-9.webp", imageAlt: "AI-powered business coach" }, ]} rightCarouselItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "AI for Luxuria travel" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp", imageAlt: "AI for dental practice management" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=1", imageAlt: "AI for Luxuria travel" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp?_wi=1", imageAlt: "AI for dental practice management" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp", imageAlt: "AI product builder interface" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-8.webp", imageAlt: "AI automation dashboard" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-8.webp?_wi=1", imageAlt: "AI automation dashboard" }, ]} carouselItemClassName="!aspect-[4/5]" /> @@ -90,15 +90,15 @@ export default function WebAgency2Page() { { title: "Custom AI/ML Development", description: "Building bespoke AI models and applications tailored to your specific challenges.", bentoComponent: "media-stack", items: [ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "AI development - AgentFlow AI platform" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "AI model development" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp?_wi=1", imageAlt: "AI model development" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Custom ML solution" }, ], }, { title: "AI Integration & Automation", description: "Seamlessly embed AI into existing systems to automate workflows and enhance operations.", bentoComponent: "media-stack", items: [ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "AI integration concept" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "Automation workflow" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "System optimization" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=2", imageAlt: "AI integration concept" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=2", imageAlt: "Automation workflow" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp?_wi=2", imageAlt: "System optimization" }, ], }, ]} @@ -163,7 +163,7 @@ export default function WebAgency2Page() { id: "dev-3", title: "Computer Vision", descriptions: ["Implement AI for image recognition, object detection, facial analysis, and visual search applications."], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Computer Vision Solution" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp?_wi=2", imageAlt: "Computer Vision Solution" }, ]} /> @@ -183,19 +183,19 @@ export default function WebAgency2Page() { id: "int-1", title: "System API Integration", descriptions: ["Connect AI models to your CRM, ERP, and other critical business applications via robust APIs."], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "API Integration" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=3", imageAlt: "API Integration" }, { id: "int-2", title: "Workflow Automation", descriptions: ["Automate routine processes using AI-powered bots and intelligent task orchestration platforms."], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-8.webp", imageAlt: "Workflow Automation Dashboard" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-8.webp?_wi=2", imageAlt: "Workflow Automation Dashboard" }, { id: "int-3", title: "Enhanced Decision Support", descriptions: ["Integrate AI to provide real-time insights and recommendations that empower better business decisions."], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-7.webp", imageAlt: "Decision Support System" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-7.webp?_wi=2", imageAlt: "Decision Support System" }, ]} /> @@ -215,19 +215,19 @@ export default function WebAgency2Page() { id: "an-1", title: "Advanced Data Mining", descriptions: ["Utilize AI algorithms to discover hidden patterns and correlations within large datasets."], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "Data Mining" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp?_wi=3", imageAlt: "Data Mining" }, { id: "an-2", title: "Real-time Insights Dashboards", descriptions: ["Develop interactive dashboards that visualize AI-generated insights for immediate action."], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp", imageAlt: "Real-time Insights Dashboard" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-5.webp?_wi=2", imageAlt: "Real-time Insights Dashboard" }, { id: "an-3", title: "Automated Reporting & Alerts", descriptions: ["Set up AI-driven systems to generate reports automatically and trigger alerts on critical data shifts."], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp", imageAlt: "Automated Reporting" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp?_wi=2", imageAlt: "Automated Reporting" }, ]} /> @@ -314,13 +314,13 @@ export default function WebAgency2Page() { testimonials={[ { id: "1", name: "Maria Santos", role: "CEO", company: "Luxuria Travel", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp?_wi=1"}, { id: "2", name: "David Lee", role: "CTO", company: "Global Logistics Corp", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp?_wi=1"}, { id: "3", name: "Sophie Chen", role: "Head of Product", company: "Innovate Health", rating: 4, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=1"}, ]} kpiItems={[ { value: "99%", label: "Client Satisfaction" }, @@ -374,9 +374,9 @@ export default function WebAgency2Page() { animationType="slide-up" mediaClassName="object-[65%_center]" team={[ - { id: "1", name: "Sarah Miller", role: "Lead AI Scientist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller" }, - { id: "2", name: "Valentina Reyes", role: "Chief AI Strategist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes" }, - { id: "3", name: "Carlos Mendoza", role: "Machine Learning Engineer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza" }, + { id: "1", name: "Sarah Miller", role: "Lead AI Scientist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp?_wi=2", imageAlt: "Sarah Miller" }, + { id: "2", name: "Valentina Reyes", role: "Chief AI Strategist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp?_wi=2", imageAlt: "Valentina Reyes" }, + { id: "3", name: "Carlos Mendoza", role: "Machine Learning Engineer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp?_wi=2", imageAlt: "Carlos Mendoza" }, ]} /> -- 2.49.1