diff --git a/src/app/app/article/page.tsx b/src/app/app/article/page.tsx index 1a270cd..16faf10 100644 --- a/src/app/app/article/page.tsx +++ b/src/app/app/article/page.tsx @@ -45,7 +45,7 @@ export default function ArticlePage() { title: "Conclusion", description: "Summarize contributions and suggest future research directions.", icon: Shield, }, ]} - imageSrc="/placeholders/placeholder1.webp" + imageSrc="/placeholders/placeholder1.webp?_wi=1" imageAlt="Article writing process" /> diff --git a/src/app/app/bibliography/page.tsx b/src/app/app/bibliography/page.tsx index 63f800a..7ff126c 100644 --- a/src/app/app/bibliography/page.tsx +++ b/src/app/app/bibliography/page.tsx @@ -45,7 +45,7 @@ export default function BibliographyPage() { title: "Export & Share", description: "Export bibliography in multiple formats and share with collaborators.", icon: Shield, }, ]} - imageSrc="/placeholders/placeholder1.webp" + imageSrc="/placeholders/placeholder1.webp?_wi=2" imageAlt="Bibliography management interface" /> diff --git a/src/app/app/dashboard/page.tsx b/src/app/app/dashboard/page.tsx index b7c3ca1..391e666 100644 --- a/src/app/app/dashboard/page.tsx +++ b/src/app/app/dashboard/page.tsx @@ -45,7 +45,7 @@ export default function DashboardPage() { title: "Analytics", description: "View insights on your academic work and productivity.", icon: Shield, }, ]} - imageSrc="/placeholders/placeholder1.webp" + imageSrc="/placeholders/placeholder1.webp?_wi=3" imageAlt="Dashboard interface" /> diff --git a/src/app/app/defense/page.tsx b/src/app/app/defense/page.tsx index 6f0c9a5..fa459f5 100644 --- a/src/app/app/defense/page.tsx +++ b/src/app/app/defense/page.tsx @@ -45,7 +45,7 @@ export default function DefensePage() { title: "Confidence Building", description: "Practice until you feel completely confident.", icon: Shield, }, ]} - imageSrc="/placeholders/placeholder1.webp" + imageSrc="/placeholders/placeholder1.webp?_wi=4" imageAlt="Defense preparation interface" /> diff --git a/src/app/app/dissertation/page.tsx b/src/app/app/dissertation/page.tsx index 570b629..e086eb0 100644 --- a/src/app/app/dissertation/page.tsx +++ b/src/app/app/dissertation/page.tsx @@ -45,7 +45,7 @@ export default function DissertationPage() { title: "Final Review", description: "Polish and prepare your dissertation for submission.", icon: Shield, }, ]} - imageSrc="/placeholders/placeholder1.webp" + imageSrc="/placeholders/placeholder1.webp?_wi=5" imageAlt="Dissertation writing process" /> diff --git a/src/app/app/lesson-prep/page.tsx b/src/app/app/lesson-prep/page.tsx index 0e1c287..8f79f52 100644 --- a/src/app/app/lesson-prep/page.tsx +++ b/src/app/app/lesson-prep/page.tsx @@ -45,7 +45,7 @@ export default function LessonPrepPage() { title: "Resource Organization", description: "Keep all teaching materials organized and accessible.", icon: Shield, }, ]} - imageSrc="/placeholders/placeholder1.webp" + imageSrc="/placeholders/placeholder1.webp?_wi=6" imageAlt="Lesson preparation interface" /> diff --git a/src/app/app/projects/[projectId]/page.tsx b/src/app/app/projects/[projectId]/page.tsx index 2e8918e..86db8e9 100644 --- a/src/app/app/projects/[projectId]/page.tsx +++ b/src/app/app/projects/[projectId]/page.tsx @@ -45,7 +45,7 @@ export default function ProjectDetailPage() { title: "Feedback & Review", description: "Collect and manage feedback from stakeholders.", icon: Shield, }, ]} - imageSrc="/placeholders/placeholder1.webp" + imageSrc="/placeholders/placeholder1.webp?_wi=7" imageAlt="Project detail management interface" /> diff --git a/src/app/app/projects/page.tsx b/src/app/app/projects/page.tsx index 8036ac1..f1fc221 100644 --- a/src/app/app/projects/page.tsx +++ b/src/app/app/projects/page.tsx @@ -45,7 +45,7 @@ export default function ProjectsPage() { title: "Archive & Export", description: "Archive completed projects and export results.", icon: Shield, }, ]} - imageSrc="/placeholders/placeholder1.webp" + imageSrc="/placeholders/placeholder1.webp?_wi=8" imageAlt="Projects listing interface" /> diff --git a/src/app/app/research/page.tsx b/src/app/app/research/page.tsx index 5057e0f..844cb30 100644 --- a/src/app/app/research/page.tsx +++ b/src/app/app/research/page.tsx @@ -45,7 +45,7 @@ export default function ResearchPage() { title: "Collaboration", description: "Share sources with research teammates.", icon: Shield, }, ]} - imageSrc="/placeholders/placeholder1.webp" + imageSrc="/placeholders/placeholder1.webp?_wi=9" imageAlt="Research management interface" /> diff --git a/src/app/app/thesis/page.tsx b/src/app/app/thesis/page.tsx index 7676678..804ec10 100644 --- a/src/app/app/thesis/page.tsx +++ b/src/app/app/thesis/page.tsx @@ -45,7 +45,7 @@ export default function ThesisPage() { title: "Final Submission", description: "Prepare thesis for final review and defense.", icon: Shield, }, ]} - imageSrc="/placeholders/placeholder1.webp" + imageSrc="/placeholders/placeholder1.webp?_wi=10" imageAlt="Thesis writing interface" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index a6d46c0..4a57e91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function Home() { { text: "Start Free", href: "/auth/register" }, { text: "Try Demo", href: "/auth/demo" }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AepKelwzb5xCO104FAkt4Rl3Ds/an-inspiring-hero-image-showing-a-divers-1772964073363-0c8bd402.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AepKelwzb5xCO104FAkt4Rl3Ds/an-inspiring-hero-image-showing-a-divers-1772964073363-0c8bd402.png?_wi=1" imageAlt="Students collaborating on academic projects" showDimOverlay={true} buttonAnimation="slide-up" @@ -296,7 +296,7 @@ export default function Home() {