From fc8da0bacb6fc6d06d2f63f4da2d70b1d714030d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:22:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 34bd31b..3213f7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,15 +80,15 @@ export default function PortfolioGeneratorPage() { features={[ { id: "1", title: "PDF CV Parser", author: "Automatic Extraction", description: "Upload your PDF CV and our intelligent parser automatically extracts your name, bio, education, experience, certifications, and social links. No manual data entry needed.", tags: ["AI-Powered", "Automatic"], - imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app_52683-43474.jpg", imageAlt: "UI design app interface" + imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app_52683-43474.jpg?_wi=1", imageAlt: "UI design app interface" }, { id: "2", title: "Project Image Organization", author: "Smart Categorization", description: "Upload and organize your project images by client or project name. Label each image with context like 'StockPoint - Brand System' or 'Nactive Health - App UI' for professional presentation.", tags: ["Gallery", "Organization"], - imageSrc: "http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148368851.jpg", imageAlt: "Web design interface dashboard" + imageSrc: "http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148368851.jpg?_wi=1", imageAlt: "Web design interface dashboard" }, { id: "3", title: "Design Style Selection", author: "Multiple Presets", description: "Choose from pre-designed styles including Bold & Editorial, Minimal, and Dark & Sleek. Each style perfectly complements your design aesthetic and personal brand.", tags: ["Customization", "Styles"], - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149277810.jpg", imageAlt: "Brand design graphic identity" + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-business-card_23-2149277810.jpg?_wi=1", imageAlt: "Brand design graphic identity" } ]} animationType="slide-up" @@ -105,13 +105,13 @@ export default function PortfolioGeneratorPage() {