diff --git a/src/app/create-challenge/page.tsx b/src/app/create-challenge/page.tsx index 821cc11..dab3a54 100644 --- a/src/app/create-challenge/page.tsx +++ b/src/app/create-challenge/page.tsx @@ -71,11 +71,11 @@ export default function CreateChallengePage() { mediaAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-pack-twitch-panels_23-2149200772.jpg", imageAlt: "competitive gaming battle arena interface"}, + imageSrc: "http://img.b2bpic.net/free-vector/gradient-pack-twitch-panels_23-2149200772.jpg?_wi=2", imageAlt: "competitive gaming battle arena interface"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sunset-projector-lamp-product-backdrop_53876-108123.jpg", imageAlt: "creator clash competition showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/sunset-projector-lamp-product-backdrop_53876-108123.jpg?_wi=2", imageAlt: "creator clash competition showcase"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16802.jpg", imageAlt: "gaming tournament winner celebration"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16802.jpg?_wi=2", imageAlt: "gaming tournament winner celebration"}, ]} buttons={[ { text: "Start Creating", href: "/" }, @@ -104,7 +104,7 @@ export default function CreateChallengePage() { title: "Define Rewards", description: "Set the coin reward pool. Higher rewards attract stronger competitors. Minimum is 5 coins.", icon: Zap, }, ]} - imageSrc="http://img.b2bpic.net/free-vector/artificial-intelligence-youtube-channel-art_23-2150363645.jpg" + imageSrc="http://img.b2bpic.net/free-vector/artificial-intelligence-youtube-channel-art_23-2150363645.jpg?_wi=2" imageAlt="workflow steps process diagram" imagePosition="right" textboxLayout="default" @@ -133,7 +133,7 @@ export default function CreateChallengePage() { title: "Engage Voters", description: "Comment on submissions during voting to build community. Active creators attract repeat challengers.", icon: Upload, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/hipster-with-smartphone-before-new-year-party_23-2147720560.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hipster-with-smartphone-before-new-year-party_23-2147720560.jpg?_wi=2" imageAlt="daily bonus reward celebration" imagePosition="left" textboxLayout="default" diff --git a/src/app/page.tsx b/src/app/page.tsx index 5684e1e..28dc1c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,11 +77,11 @@ export default function Home() { mediaAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-pack-twitch-panels_23-2149200772.jpg", imageAlt: "competitive gaming battle arena interface"}, + imageSrc: "http://img.b2bpic.net/free-vector/gradient-pack-twitch-panels_23-2149200772.jpg?_wi=1", imageAlt: "competitive gaming battle arena interface"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sunset-projector-lamp-product-backdrop_53876-108123.jpg", imageAlt: "creator clash competition showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/sunset-projector-lamp-product-backdrop_53876-108123.jpg?_wi=1", imageAlt: "creator clash competition showcase"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16802.jpg", imageAlt: "gaming tournament winner celebration"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-watching-match-waiting-goal_329181-16802.jpg?_wi=1", imageAlt: "gaming tournament winner celebration"}, { imageSrc: "http://img.b2bpic.net/free-photo/group-fans-are-watching-soccer-tv_1157-28501.jpg", imageAlt: "digital voting system interface"}, { @@ -142,7 +142,7 @@ export default function Home() { title: "Track Stats", description: "View your profile with battles won/lost, badges earned, coins balance, and detailed battle history and achievements.", icon: TrendingUp, }, ]} - imageSrc="http://img.b2bpic.net/free-vector/artificial-intelligence-youtube-channel-art_23-2150363645.jpg" + imageSrc="http://img.b2bpic.net/free-vector/artificial-intelligence-youtube-channel-art_23-2150363645.jpg?_wi=1" imageAlt="workflow steps process diagram" imagePosition="right" textboxLayout="default" @@ -159,7 +159,7 @@ export default function Home() { tagIcon={Zap} metrics={[ { - id: "1", value: "2 Coins", title: "Daily Login Reward", description: "Free coins every day", imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-smartphone-before-new-year-party_23-2147720560.jpg", imageAlt: "daily bonus reward celebration"}, + id: "1", value: "2 Coins", title: "Daily Login Reward", description: "Free coins every day", imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-smartphone-before-new-year-party_23-2147720560.jpg?_wi=1", imageAlt: "daily bonus reward celebration"}, { id: "2", value: "5 Coins", title: "Challenge Creation Cost", description: "Launch your first battle", imageSrc: "http://img.b2bpic.net/free-vector/divorce-mediation-onboarding-screens_23-2148604616.jpg", imageAlt: "create new challenge gaming"}, { diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index 9f7b3dd..e155e2b 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -80,7 +80,7 @@ export default function ProfilePage() { title: "Leaderboard Rank", description: "See your global ranking and compare with other players", icon: Zap, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/hipster-with-smartphone-before-new-year-party_23-2147720560.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hipster-with-smartphone-before-new-year-party_23-2147720560.jpg?_wi=3" imageAlt="player profile achievement showcase" imagePosition="right" textboxLayout="default"