diff --git a/src/app/page.tsx b/src/app/page.tsx index c56fa93..e526db4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,32 +81,32 @@ export default function LandingPage() { carouselItems={[ { id: "slide1", - imageSrc: "http://img.b2bpic.net/free-photo/brunet-man-wearing-striped-t-shirt_250224-300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brunet-man-wearing-striped-t-shirt_250224-300.jpg?_wi=1", imageAlt: "Amit Bhowmik Profile", }, { id: "slide2", - imageSrc: "http://img.b2bpic.net/free-photo/neon-style-american-football-player_23-2151827379.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/neon-style-american-football-player_23-2151827379.jpg?_wi=1", imageAlt: "Cricket Highlights", }, { id: "slide3", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-soccer-player-with-glowing-lights_23-2151153055.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-soccer-player-with-glowing-lights_23-2151153055.jpg?_wi=1", imageAlt: "Gaming Highlights", }, { id: "slide4", - imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-sunset-duckpool-bay-near-bude-north-cornwall-uk_181624-20219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-sunset-duckpool-bay-near-bude-north-cornwall-uk_181624-20219.jpg?_wi=1", imageAlt: "Travel Vibes", }, { id: "slide5", - imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-illustration-with-futuristic-technology-bright-neon-lights_23-2151672060.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-illustration-with-futuristic-technology-bright-neon-lights_23-2151672060.jpg?_wi=1", imageAlt: "AI Tech", }, { id: "slide6", - imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg?_wi=1", imageAlt: "Business Strategy", }, ]} @@ -118,7 +118,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Hey, I'm Amit" description="A PGDM student living at the intersection of technology, sports, gaming, and travel. I believe in learning by doing." - imageSrc="http://img.b2bpic.net/free-photo/brunet-man-wearing-striped-t-shirt_250224-300.jpg" + imageSrc="http://img.b2bpic.net/free-photo/brunet-man-wearing-striped-t-shirt_250224-300.jpg?_wi=2" imageAlt="About Amit" /> @@ -161,7 +161,7 @@ export default function LandingPage() { name: "PUBG Mobile", price: "Ace Tier", variant: "Ranked", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-soccer-player-with-glowing-lights_23-2151153055.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-soccer-player-with-glowing-lights_23-2151153055.jpg?_wi=2", }, { id: "game2", @@ -215,7 +215,7 @@ export default function LandingPage() { category: "Travel", title: "Mountain Peaks", excerpt: "Scaling the heights.", - imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-sunset-duckpool-bay-near-bude-north-cornwall-uk_181624-20219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-sunset-duckpool-bay-near-bude-north-cornwall-uk_181624-20219.jpg?_wi=2", authorName: "Amit", authorAvatar: "http://img.b2bpic.net/free-photo/brunet-man-wearing-striped-t-shirt_250224-300.jpg", date: "Jan 2025", @@ -225,7 +225,7 @@ export default function LandingPage() { category: "Travel", title: "City Lights", excerpt: "Exploring urban life.", - imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-sunset-duckpool-bay-near-bude-north-cornwall-uk_181624-20219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-sunset-duckpool-bay-near-bude-north-cornwall-uk_181624-20219.jpg?_wi=3", authorName: "Amit", authorAvatar: "http://img.b2bpic.net/free-photo/brunet-man-wearing-striped-t-shirt_250224-300.jpg", date: "Dec 2024", @@ -235,7 +235,7 @@ export default function LandingPage() { category: "Travel", title: "Hidden Trails", excerpt: "Into the wilderness.", - imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-sunset-duckpool-bay-near-bude-north-cornwall-uk_181624-20219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-sunset-duckpool-bay-near-bude-north-cornwall-uk_181624-20219.jpg?_wi=4", authorName: "Amit", authorAvatar: "http://img.b2bpic.net/free-photo/brunet-man-wearing-striped-t-shirt_250224-300.jpg", date: "Nov 2024", @@ -257,7 +257,7 @@ export default function LandingPage() { role: "Sports", company: "Field", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/neon-style-american-football-player_23-2151827379.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/neon-style-american-football-player_23-2151827379.jpg?_wi=2", }, { id: "v2", @@ -265,7 +265,7 @@ export default function LandingPage() { role: "eSports", company: "Arena", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-soccer-player-with-glowing-lights_23-2151153055.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-soccer-player-with-glowing-lights_23-2151153055.jpg?_wi=3", }, { id: "v3", @@ -273,7 +273,7 @@ export default function LandingPage() { role: "Travel", company: "World", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-sunset-duckpool-bay-near-bude-north-cornwall-uk_181624-20219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breathtaking-sunset-duckpool-bay-near-bude-north-cornwall-uk_181624-20219.jpg?_wi=5", }, { id: "v4", @@ -281,7 +281,7 @@ export default function LandingPage() { role: "Tech", company: "Lab", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-illustration-with-futuristic-technology-bright-neon-lights_23-2151672060.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-illustration-with-futuristic-technology-bright-neon-lights_23-2151672060.jpg?_wi=2", }, { id: "v5", @@ -289,7 +289,7 @@ export default function LandingPage() { role: "Biz", company: "PGDM", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg?_wi=2", }, ]} title="📹 My World in Videos"