From 762751e5a4ecbb8bb99d393c0e371d891ac5e874 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 14:46:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0eafbc8..0671b9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,17 +63,17 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "slide1", imageSrc: "http://img.b2bpic.net/free-photo/brunet-man-wearing-striped-t-shirt_250224-300.jpg", imageAlt: "Amit Bhowmik Profile"}, + id: "slide1", 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", imageAlt: "Cricket Highlights"}, + id: "slide2", 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", imageAlt: "Gaming Highlights"}, + id: "slide3", 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", imageAlt: "Travel Vibes"}, + id: "slide4", 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", imageAlt: "AI Tech"}, + id: "slide5", 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", imageAlt: "Business Strategy"}, + id: "slide6", imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-colorful-arrows_1134-381.jpg?_wi=1", imageAlt: "Business Strategy"}, ]} /> @@ -83,7 +83,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" /> @@ -117,7 +117,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "game1", 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"}, + id: "game1", 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?_wi=2"}, { id: "game2", name: "Counter-Strike 2", price: "MG2", variant: "Competitive", imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-neon-style_23-2151827405.jpg"}, ]} @@ -154,11 +154,11 @@ export default function LandingPage() { description="Stories from places I've explored." blogs={[ { - id: "b1", 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", authorName: "Amit", authorAvatar: "http://img.b2bpic.net/free-photo/brunet-man-wearing-striped-t-shirt_250224-300.jpg", date: "Jan 2025"}, + id: "b1", 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?_wi=2", authorName: "Amit", authorAvatar: "http://img.b2bpic.net/free-photo/brunet-man-wearing-striped-t-shirt_250224-300.jpg", date: "Jan 2025"}, { - id: "b2", 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", authorName: "Amit", authorAvatar: "http://img.b2bpic.net/free-photo/brunet-man-wearing-striped-t-shirt_250224-300.jpg", date: "Dec 2024"}, + id: "b2", 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?_wi=3", authorName: "Amit", authorAvatar: "http://img.b2bpic.net/free-photo/brunet-man-wearing-striped-t-shirt_250224-300.jpg", date: "Dec 2024"}, { - id: "b3", 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", authorName: "Amit", authorAvatar: "http://img.b2bpic.net/free-photo/brunet-man-wearing-striped-t-shirt_250224-300.jpg", date: "Nov 2024"}, + id: "b3", 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?_wi=4", authorName: "Amit", authorAvatar: "http://img.b2bpic.net/free-photo/brunet-man-wearing-striped-t-shirt_250224-300.jpg", date: "Nov 2024"}, ]} /> @@ -172,19 +172,19 @@ export default function LandingPage() { testimonials={[ { id: "v1", name: "Cricket Clip", 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", name: "Gaming Reel", 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", name: "Travel Log", 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", name: "AI Insight", 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", name: "Marketing Strategy", 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" description="Visual snapshots of my journey." -- 2.49.1