From ba70bbe8e7bc3dc22a0a237fa87943165f34a2ae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 15:42:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7cd3c02..53699e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,9 +65,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/women-desk-with-supplies_23-2147651558.jpg", imageAlt: "Students collaborating on a design project"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-desk-with-supplies_23-2147651558.jpg?_wi=1", imageAlt: "Students collaborating on a design project"}, { - imageSrc: "http://img.b2bpic.net/free-photo/ideas-vision-creative-mission-solution-cocnept_53876-123785.jpg", imageAlt: "Student focusing on architectural sketching"} + imageSrc: "http://img.b2bpic.net/free-photo/ideas-vision-creative-mission-solution-cocnept_53876-123785.jpg?_wi=1", imageAlt: "Student focusing on architectural sketching"} ]} mediaAnimation="blur-reveal" rating={4.9} @@ -90,11 +90,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "nid", name: "NID Entrance Coaching", price: "Details", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345422.jpg", imageAlt: "National Institute of Design preparation"}, + id: "nid", name: "NID Entrance Coaching", price: "Details", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345422.jpg?_wi=1", imageAlt: "National Institute of Design preparation"}, { - id: "nift", name: "NIFT Entrance Coaching", price: "Details", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-workshop_23-2148875303.jpg", imageAlt: "National Institute of Fashion Technology preparation"}, + id: "nift", name: "NIFT Entrance Coaching", price: "Details", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-workshop_23-2148875303.jpg?_wi=1", imageAlt: "National Institute of Fashion Technology preparation"}, { - id: "nata", name: "NATA Coaching", price: "Details", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-495.jpg", imageAlt: "Architecture entrance preparation"}, + id: "nata", name: "NATA Coaching", price: "Details", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-495.jpg?_wi=1", imageAlt: "Architecture entrance preparation"}, { id: "uceed", name: "UCEED Coaching", price: "Details", imageSrc: "http://img.b2bpic.net/free-photo/group-graphic-designers-interacting-graph_1170-1085.jpg", imageAlt: "Undergraduate Common Entrance Examination for Design"}, { @@ -166,7 +166,7 @@ export default function LandingPage() { }, { title: "Mock Examinations", description: "Experience real exam conditions with extensive mock tests.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/women-desk-with-supplies_23-2147651558.jpg", imageAlt: "Mock Examinations"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-desk-with-supplies_23-2147651558.jpg?_wi=2", imageAlt: "Mock Examinations"}, items: [ { icon: FileText, @@ -176,7 +176,7 @@ export default function LandingPage() { }, { title: "Creative Development", description: "Enhance your design thinking and artistic capabilities.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/ideas-vision-creative-mission-solution-cocnept_53876-123785.jpg", imageAlt: "Creative Development"}, + imageSrc: "http://img.b2bpic.net/free-photo/ideas-vision-creative-mission-solution-cocnept_53876-123785.jpg?_wi=2", imageAlt: "Creative Development"}, items: [ { icon: Lightbulb, @@ -186,7 +186,7 @@ export default function LandingPage() { }, { title: "Personal Attention", description: "Benefit from small batch sizes and individual guidance.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345422.jpg", imageAlt: "Personal Attention"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345422.jpg?_wi=2", imageAlt: "Personal Attention"}, items: [ { icon: User, @@ -196,7 +196,7 @@ export default function LandingPage() { }, { title: "Updated Curriculum", description: "Stay ahead with the latest entrance exam patterns and syllabi.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-workshop_23-2148875303.jpg", imageAlt: "Updated Curriculum"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-workshop_23-2148875303.jpg?_wi=2", imageAlt: "Updated Curriculum"}, items: [ { icon: RefreshCw, @@ -206,7 +206,7 @@ export default function LandingPage() { }, { title: "Career Guidance", description: "Receive future-focused mentoring for your design career path.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-495.jpg", imageAlt: "Career Guidance"}, + imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-495.jpg?_wi=2", imageAlt: "Career Guidance"}, items: [ { icon: Briefcase, -- 2.49.1