From 26fa01d6e21c8fe3c54372dbedb00e3a21d51cc0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 14:46:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 215 +++++++++++------------------------------------ 1 file changed, 47 insertions(+), 168 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e526db4..0eafbc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,29 +33,17 @@ export default function LandingPage() { @@ -64,51 +52,28 @@ export default function LandingPage() {
@@ -118,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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/brunet-man-wearing-striped-t-shirt_250224-300.jpg" imageAlt="About Amit" /> @@ -131,19 +96,13 @@ export default function LandingPage() { features={[ { icon: Award, - title: "Matches Played", - description: "45 competitive games", - }, + title: "Matches Played", description: "45 competitive games"}, { icon: TrendingUp, - title: "Batting Role", - description: "Top order aggression", - }, + title: "Batting Role", description: "Top order aggression"}, { icon: Zap, - title: "Bowling Role", - description: "Right arm off-spin", - }, + title: "Bowling Role", description: "Right arm off-spin"}, ]} title="🏏 On The Pitch" description="Stats and highlights from my journey on the field." @@ -152,24 +111,15 @@ export default function LandingPage() {
@@ -252,45 +171,20 @@ export default function LandingPage() { useInvertedBackground={false} 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?_wi=2", - }, + 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"}, { - 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?_wi=3", - }, + 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"}, { - 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?_wi=5", - }, + 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"}, { - 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?_wi=2", - }, + 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"}, { - 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?_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"}, ]} title="📹 My World in Videos" description="Visual snapshots of my journey." @@ -301,8 +195,7 @@ export default function LandingPage() {