From cf8ec8bf8af9c34a1f4b579d504b934ae8894137 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:58:26 +0000 Subject: [PATCH 1/6] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index d6bcf5b..45bf592 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -83,7 +83,7 @@ export default function DashboardPage() { { value: "50+", title: "Tracked Metrics" }, { value: "4", title: "AI Analysis Agents" }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/a-modern-bright-medical-study-dashboard--1773010629627-9689aa97.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/a-modern-bright-medical-study-dashboard--1773010629627-9689aa97.png?_wi=2" imageAlt="MedStudy Pro Dashboard Interface" useInvertedBackground={false} tagAnimation="slide-up" @@ -110,7 +110,7 @@ export default function DashboardPage() { price: "Core Feature", rating: 5, reviewCount: "4.9k", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/subject-wise-performance-analytics-showi-1773010630707-054de118.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/subject-wise-performance-analytics-showi-1773010630707-054de118.png?_wi=2", imageAlt: "Subject performance analytics", }, { @@ -120,7 +120,7 @@ export default function DashboardPage() { price: "Core Feature", rating: 5, reviewCount: "3.8k", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/weekly-and-monthly-trend-analysis-graphs-1773010630865-0fd73ede.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/weekly-and-monthly-trend-analysis-graphs-1773010630865-0fd73ede.png?_wi=2", imageAlt: "Progress trend graphs", }, { @@ -130,7 +130,7 @@ export default function DashboardPage() { price: "Premium", rating: 5, reviewCount: "2.1k", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/score-prediction-forecast-visualization--1773010628020-ada7fccf.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/score-prediction-forecast-visualization--1773010628020-ada7fccf.png?_wi=2", imageAlt: "Score prediction forecast", }, ]} @@ -153,7 +153,7 @@ export default function DashboardPage() { quote: "The dashboard gives me a complete picture of my performance. I can see exactly which topics need work and my progress over time. The visualizations make it easy to understand my strengths and weaknesses.", name: "Priya Sharma", role: "NEET-UG Aspirant", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/professional-headshot-photo-of-a-young-f-1773010627699-999482b8.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/professional-headshot-photo-of-a-young-f-1773010627699-999482b8.png?_wi=2", imageAlt: "Priya Sharma", }, { @@ -162,7 +162,7 @@ export default function DashboardPage() { quote: "I can make data-backed decisions about my study strategy. The analytics show exactly where my improvement is needed. This systematic approach helped me reach my target score faster.", name: "Arjun Patel", role: "AIIMS Entrance Candidate", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/professional-headshot-photo-of-a-young-m-1773010628062-895f1fa6.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/professional-headshot-photo-of-a-young-m-1773010628062-895f1fa6.png?_wi=2", imageAlt: "Arjun Patel", }, { @@ -171,7 +171,7 @@ export default function DashboardPage() { quote: "The dashboard feels like professional-grade analytics software. The reports are detailed, the visualizations are clear, and the insights are genuinely helpful. Worth it just for the analytics alone.", name: "Dr. Anjali Singh", role: "JIPMER Medical Student", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/professional-portrait-photo-of-dr-anjali-1773010628150-4c139d89.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/professional-portrait-photo-of-dr-anjali-1773010628150-4c139d89.png?_wi=2", imageAlt: "Dr. Anjali Singh", }, ]} -- 2.49.1 From 9c0830e6e6528aa04ec53ffac6b682acbb8c5ffa Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:58:27 +0000 Subject: [PATCH 2/6] Update src/app/features/page.tsx --- src/app/features/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index b6903f4..a078603 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -89,7 +89,7 @@ export default function FeaturesPage() { title: "Test Logging & CSV Import", tags: ["Study Tracking", "Bulk Import"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/interface-showing-test-logging-form-with-1773010627737-b87bc9ba.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/interface-showing-test-logging-form-with-1773010627737-b87bc9ba.png?_wi=2", imageAlt: "Test logging form interface", }, { @@ -97,7 +97,7 @@ export default function FeaturesPage() { title: "Pomodoro Timer with Animations", tags: ["Focus Mode", "Persistent"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/animated-pomodoro-timer-interface-with-l-1773010629101-efd3d18c.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/animated-pomodoro-timer-interface-with-l-1773010629101-efd3d18c.png?_wi=2", imageAlt: "Pomodoro timer interface", }, { @@ -105,7 +105,7 @@ export default function FeaturesPage() { title: "Interactive Calendar Heatmap", tags: ["Consistency", "Visualization"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/interactive-calendar-heatmap-showing-stu-1773010628375-18a96769.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/interactive-calendar-heatmap-showing-stu-1773010628375-18a96769.png?_wi=2", imageAlt: "Calendar heatmap visualization", }, { @@ -113,7 +113,7 @@ export default function FeaturesPage() { title: "AI Performance Insights", tags: ["Analytics", "AI-Powered"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/ai-generated-insights-displayed-in-a-car-1773010629703-b9a5dd71.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/ai-generated-insights-displayed-in-a-car-1773010629703-b9a5dd71.png?_wi=2", imageAlt: "AI insights interface", }, { @@ -121,7 +121,7 @@ export default function FeaturesPage() { title: "Adaptive Daily Targets", tags: ["Smart Goals", "ML-Based"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/adaptive-daily-study-goals-interface-sho-1773010629183-0ababc57.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/adaptive-daily-study-goals-interface-sho-1773010629183-0ababc57.png?_wi=2", imageAlt: "Adaptive goals interface", }, { @@ -129,7 +129,7 @@ export default function FeaturesPage() { title: "Streak Counter & Badges", tags: ["Gamification", "Motivation"], imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/gamification-system-showing-achievement--1773010629566-b5b81f73.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/gamification-system-showing-achievement--1773010629566-b5b81f73.png?_wi=2", imageAlt: "Gamification badges", }, ]} @@ -156,7 +156,7 @@ export default function FeaturesPage() { rating: 5, reviewCount: "4.9k", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/subject-wise-performance-analytics-showi-1773010630707-054de118.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/subject-wise-performance-analytics-showi-1773010630707-054de118.png?_wi=3", imageAlt: "Subject averages analytics", }, { @@ -167,7 +167,7 @@ export default function FeaturesPage() { rating: 5, reviewCount: "3.8k", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/weekly-and-monthly-trend-analysis-graphs-1773010630865-0fd73ede.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/weekly-and-monthly-trend-analysis-graphs-1773010630865-0fd73ede.png?_wi=3", imageAlt: "Trend analysis graphs", }, { @@ -178,7 +178,7 @@ export default function FeaturesPage() { rating: 5, reviewCount: "2.1k", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/score-prediction-forecast-visualization--1773010628020-ada7fccf.png", + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/score-prediction-forecast-visualization--1773010628020-ada7fccf.png?_wi=3", imageAlt: "Score prediction forecast", }, ]} @@ -201,7 +201,7 @@ export default function FeaturesPage() { title: "AI Insights Daily", }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/four-panel-ai-mentor-system-interface-sh-1773010629551-e9698535.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgNzJeLcSII7Z2sLK0u9gvkBOw/four-panel-ai-mentor-system-interface-sh-1773010629551-e9698535.png?_wi=2" imageAlt="AI Study Mentor Dashboard" useInvertedBackground={false} tagAnimation="slide-up" -- 2.49.1 From 511c30bb74c966b36039692954d5886dc31c9de4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:58:27 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6bac956..4d0a6f4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1434,6 +1434,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +