From 6e93e8b16d075cc1f78e48027d20ce1b3b614bc2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 06:44:48 +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 05accd1..4f1279f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,17 +54,17 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-501.jpg", imageAlt: "Student learning computer accounting"}, + imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-501.jpg?_wi=1", imageAlt: "Student learning computer accounting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-student-holding-calculator_23-2148721248.jpg", imageAlt: "Digital accounting software screen"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-student-holding-calculator_23-2148721248.jpg?_wi=1", imageAlt: "Digital accounting software screen"}, { - imageSrc: "http://img.b2bpic.net/free-photo/business-owner-signing-leasing-contract-with-real-estate-agents_482257-90894.jpg", imageAlt: "Professional commerce education"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-owner-signing-leasing-contract-with-real-estate-agents_482257-90894.jpg?_wi=1", imageAlt: "Professional commerce education"}, { - imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461323.jpg", imageAlt: "Modern computer lab training"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461323.jpg?_wi=1", imageAlt: "Modern computer lab training"}, { - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-typing-laptop-workplace-woman-working-office-hand-keyboard_1150-37765.jpg", imageAlt: "Education classroom computer learning"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-typing-laptop-workplace-woman-working-office-hand-keyboard_1150-37765.jpg?_wi=1", imageAlt: "Education classroom computer learning"}, { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-working-laptop-workplace_23-2148187227.jpg", imageAlt: "Professional instructor teaching"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-working-laptop-workplace_23-2148187227.jpg?_wi=1", imageAlt: "Professional instructor teaching"}, ]} /> @@ -93,27 +93,27 @@ export default function LandingPage() { title: "Tally Prime Mastery", description: "Learn the essentials of accounting through step-by-step Tally Prime tutorials.", icon: BarChart2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-501.jpg", imageAlt: "Tally interface study"}, + imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-501.jpg?_wi=2", imageAlt: "Tally interface study"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-student-holding-calculator_23-2148721248.jpg", imageAlt: "Accounting software tools"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-student-holding-calculator_23-2148721248.jpg?_wi=2", imageAlt: "Accounting software tools"}, ], }, { title: "GST & Taxation", description: "Practical training in GST, Income Tax filings, and compliance.", icon: FileText, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/business-owner-signing-leasing-contract-with-real-estate-agents_482257-90894.jpg", imageAlt: "Document preparation"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-owner-signing-leasing-contract-with-real-estate-agents_482257-90894.jpg?_wi=2", imageAlt: "Document preparation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461323.jpg", imageAlt: "Finance data analysis"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461323.jpg?_wi=2", imageAlt: "Finance data analysis"}, ], }, { title: "Advanced Excel", description: "Master spreadsheet management, data visualization, and professional reporting.", icon: BarChart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-typing-laptop-workplace-woman-working-office-hand-keyboard_1150-37765.jpg", imageAlt: "Data entry training"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-typing-laptop-workplace-woman-working-office-hand-keyboard_1150-37765.jpg?_wi=2", imageAlt: "Data entry training"}, { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-working-laptop-workplace_23-2148187227.jpg", imageAlt: "Advanced spreadsheet reports"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-working-laptop-workplace_23-2148187227.jpg?_wi=2", imageAlt: "Advanced spreadsheet reports"}, ], }, ]} -- 2.49.1