From a8e6bfbc63c26c659c3303366b15f776d8b72422 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 16:44:44 +0000 Subject: [PATCH] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 2e88391..2ab5e3e 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -90,17 +90,17 @@ export default function DashboardPage() { { text: "View Tutorial", href: "#" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/user-panel-infographic-template-dashboard_23-2148378205.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/user-panel-infographic-template-dashboard_23-2148378205.jpg" imageAlt="Dashboard Preview" mediaAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} testimonials={[ { name: "Quick Start", handle: "@trackfolio", testimonial: "Get started in seconds. Add your first project and begin tracking your progress immediately.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman_23-2148137687.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman_23-2148137687.jpg", imageAlt: "Quick Start" }, { @@ -108,7 +108,7 @@ export default function DashboardPage() { handle: "@trackfolio", testimonial: "Organize all your work in one place with intuitive categories and drag-and-drop interface.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/teenager-boy-portrait_23-2148105678.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/teenager-boy-portrait_23-2148105678.jpg", imageAlt: "Easy Organization" }, { @@ -116,7 +116,7 @@ export default function DashboardPage() { handle: "@trackfolio", testimonial: "See your portfolio grow in real-time as you add projects, skills, and achievements.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-student-with-book-her-hands-goes-university_169016-66761.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/young-girl-student-with-book-her-hands-goes-university_169016-66761.jpg", imageAlt: "Real-time Updates" } ]} @@ -182,17 +182,17 @@ export default function DashboardPage() { { text: "Share Link", href: "#" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg" imageAlt="Portfolio Export" mediaAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} testimonials={[ { name: "Professional Export", handle: "@trackfolio", testimonial: "Export your portfolio as a beautifully formatted PDF perfect for job applications.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "Professional Export" }, { @@ -200,7 +200,7 @@ export default function DashboardPage() { handle: "@trackfolio", testimonial: "Create unique shareable links to showcase your portfolio to recruiters and clients.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-man-by-skyscraper_1303-13654.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/business-man-by-skyscraper_1303-13654.jpg", imageAlt: "Shareable Links" }, { @@ -208,7 +208,7 @@ export default function DashboardPage() { handle: "@trackfolio", testimonial: "Your shared portfolio updates automatically as you add new projects and achievements.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/funny-smiling-woman-with-ringlets-wears-glasses-blue-jacket-poses-pink_291650-1102.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/funny-smiling-woman-with-ringlets-wears-glasses-blue-jacket-poses-pink_291650-1102.jpg", imageAlt: "Live Updates" } ]}