From f107c29b4952eabcf905ae09d459960a3da08067 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 01:47:29 +0000 Subject: [PATCH 1/5] Update src/app/analyzer/page.tsx --- src/app/analyzer/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/analyzer/page.tsx b/src/app/analyzer/page.tsx index d3e3c03..ca47135 100644 --- a/src/app/analyzer/page.tsx +++ b/src/app/analyzer/page.tsx @@ -83,7 +83,7 @@ export default function AnalyzerPage() { description="Paste any exam case study and get instant analysis of technical requirements. Our AI identifies exactly what the 2026 assessment objectives demand, so you know precisely what to address in your answer." tag="Smart Analysis" tagAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-focused-interface-showing-a-case-study-1773625593245-f6039101.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-focused-interface-showing-a-case-study-1773625593245-f6039101.png?_wi=2" imageAlt="Case study analyzer tool in action" showBlur={true} buttons={[ @@ -112,21 +112,21 @@ export default function AnalyzerPage() { id: 1, title: "Paste Your Case Study", description: "Copy and paste the exam scenario directly into our platform. Whether it's a project brief, business problem, or technical scenario, we analyze the full context.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-focused-interface-showing-a-case-study-1773625593245-f6039101.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-focused-interface-showing-a-case-study-1773625593245-f6039101.png?_wi=3", imageAlt: "Paste case study interface", }, { id: 2, title: "Get Requirements Breakdown", description: "Our AI instantly identifies all technical requirements referenced in the specification. You see exactly which objectives are tested, what depth is expected, and common areas students miss.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/visual-representation-of-curriculum-fram-1773625593000-efd058b1.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/visual-representation-of-curriculum-fram-1773625593000-efd058b1.png?_wi=2", imageAlt: "Requirements breakdown analysis", }, { id: 3, title: "Answer with Confidence", description: "Armed with a clear understanding of what's being tested, you can now write answers that directly address examiner expectations. No more guessing—just focused, specification-aligned responses.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-modern-clean-study-platform-interface--1773625593421-68c24332.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-modern-clean-study-platform-interface--1773625593421-68c24332.png?_wi=2", imageAlt: "Confident answering with guidance", }, ]} @@ -161,7 +161,7 @@ export default function AnalyzerPage() {