From c128cc896fb11fe5226de0150bdb7d94322e1a9a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 09:06:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58ad6cb..d58cda0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,7 +132,7 @@ export default function LandingPage() { "Practical", "Industry", ], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-book-backpack-park_23-2147850702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-book-backpack-park_23-2147850702.jpg?_wi=1", }, { id: "2", @@ -143,7 +143,7 @@ export default function LandingPage() { "Research", "Applied", ], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-book-backpack-park_23-2147850702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-book-backpack-park_23-2147850702.jpg?_wi=2", }, { id: "3", @@ -154,7 +154,7 @@ export default function LandingPage() { "Mentoring", "Faculty", ], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-book-backpack-park_23-2147850702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-book-backpack-park_23-2147850702.jpg?_wi=3", }, ]} title="Academic Programs" @@ -177,7 +177,7 @@ export default function LandingPage() { "Green", "Nature", ], - imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-sitting-books-front-highschool_23-2148225293.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-sitting-books-front-highschool_23-2148225293.jpg?_wi=1", }, { id: "5", @@ -199,7 +199,7 @@ export default function LandingPage() { "Community", "Growth", ], - imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-sitting-books-front-highschool_23-2148225293.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-sitting-books-front-highschool_23-2148225293.jpg?_wi=2", }, ]} title="Outstanding Campus Life" @@ -219,7 +219,7 @@ export default function LandingPage() { handle: "@alexs", testimonial: "RVCAS feels like home. The atmosphere is just perfect for learning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-curly-girl_1398-662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-curly-girl_1398-662.jpg?_wi=1", }, { id: "2", @@ -251,7 +251,7 @@ export default function LandingPage() { handle: "@morgs", testimonial: "A supportive community that truly cares about student growth and future.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-curly-girl_1398-662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-curly-girl_1398-662.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1