From 662ebaf40f550ca6e99617215d31a616c819f795 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:56:35 +0000 Subject: [PATCH 1/2] Update src/app/ai-job-search/page.tsx --- src/app/ai-job-search/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/ai-job-search/page.tsx b/src/app/ai-job-search/page.tsx index 863b697..2721ba3 100644 --- a/src/app/ai-job-search/page.tsx +++ b/src/app/ai-job-search/page.tsx @@ -304,7 +304,7 @@ export default function AIJobSearchPage() { id: "4", title: "One-Click Application", description: "Apply to jobs directly from TrakApply with pre-filled information. Attach your resume, cover letter, and apply in seconds. Track all applications automatically in your TrakApply dashboard.", media: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/interview-tracking-interface-showing-int-1772817321015-8840b1d2.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/interview-tracking-interface-showing-int-1772817321015-8840b1d2.png?_wi=2"}, items: [ { icon: Zap, text: "One-click apply" }, { icon: CheckCircle, text: "Auto-tracking" }, @@ -373,7 +373,7 @@ export default function AIJobSearchPage() { { id: "4", title: "Best job search investment ever", quote: "I tried every job board out there. TrakApply's AI job search combined with the application tracking is the ultimate combo. Landed my FAANG offer in 8 weeks!", name: "Michael Torres", role: "Senior Developer", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/portrait-photograph-of-a-young-black-man-1772817320173-b3d4b6a2.png", imageAlt: "Michael Torres"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/portrait-photograph-of-a-young-black-man-1772817320173-b3d4b6a2.png?_wi=2", imageAlt: "Michael Torres"}, { id: "5", title: "Alerts saved me from missing out", quote: "I set up alerts for specific roles and companies. Got notified within minutes of jobs being posted. Already landed 2 interviews this way!", name: "Lily Park", role: "UX Designer", imageSrc: -- 2.49.1 From 363d8f840ec6cb2d8c9468e241f6183ea9c555d5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:56:35 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2eb3da..7923011 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -168,7 +168,7 @@ export default function HomePage() { id: "4", title: "Interview Round Tracker", description: "Log interview rounds as you progress through companies. Track round number, date, interviewer name, and add detailed notes. Keep everything together for easy reference and preparation.", media: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/interview-tracking-interface-showing-int-1772817321015-8840b1d2.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/interview-tracking-interface-showing-int-1772817321015-8840b1d2.png?_wi=1"}, items: [ { icon: Users, text: "Interviewer tracking" }, { icon: FileText, text: "Detailed notes" }, @@ -237,7 +237,7 @@ export default function HomePage() { { id: "4", title: "Tracked interviews and landed my offer", quote: "Having all my interview notes in one place helped me prepare better for final rounds. I could see patterns in what companies were asking and practiced accordingly. TrakApply helped me land a role at a FAANG company.", name: "Alex Rivera", role: "Product Manager", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/portrait-photograph-of-a-young-black-man-1772817320173-b3d4b6a2.png", imageAlt: "Alex Rivera"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aa4DjH4nqtvm1RVk8EeBf92VBo/portrait-photograph-of-a-young-black-man-1772817320173-b3d4b6a2.png?_wi=1", imageAlt: "Alex Rivera"}, { id: "5", title: "Reduced anxiety about my job search", quote: "When you're applying to 100+ jobs, it's easy to feel lost. TrakApply gave me visibility and control. Seeing my applications organized by status made the entire process feel manageable and less overwhelming.", name: "Jessica Wong", role: "Data Analyst", imageSrc: -- 2.49.1