From 58c6f7a6fe9e99dbf2d158a356bfeab0a7c7abac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:33:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 848ab9f..d41c572 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,29 +78,29 @@ export default function LandingPage() { { title: "SEO Mastery", description: "Learn on-page, off-page, and technical SEO. Get hands-on experience with real websites and ranking strategies.", icon: TrendingUp, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg", imageAlt: "SEO Training" }, - { imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg", imageAlt: "SEO Tools" } + { imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg?_wi=1", imageAlt: "SEO Training" }, + { imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg?_wi=2", imageAlt: "SEO Tools" } ] }, { title: "Google Ads & PPC", description: "Master Google Ads, keyword research, bidding strategies, and ROI optimization. Run live campaigns and track results.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg", imageAlt: "Google Ads Training" }, - { imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg", imageAlt: "PPC Campaigns" } + { imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg?_wi=1", imageAlt: "Google Ads Training" }, + { imageSrc: "http://img.b2bpic.net/free-photo/online-marketing-commercial-connection-technology_53876-132688.jpg?_wi=2", imageAlt: "PPC Campaigns" } ] }, { title: "Social Media Marketing", description: "Instagram, Facebook, YouTube strategies. Content creation, engagement tactics, and community building for brands.", icon: Share2, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-idea-project-support-join-us_505751-8091.jpg", imageAlt: "Social Media Training" }, - { imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-idea-project-support-join-us_505751-8091.jpg", imageAlt: "Content Strategy" } + { imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-idea-project-support-join-us_505751-8091.jpg?_wi=1", imageAlt: "Social Media Training" }, + { imageSrc: "http://img.b2bpic.net/free-psd/digital-marketing-idea-project-support-join-us_505751-8091.jpg?_wi=2", imageAlt: "Content Strategy" } ] }, { title: "Meta Ads Mastery", description: "Facebook & Instagram Ads: audience targeting, creative design, funnel building, and conversion optimization.", icon: Target, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg", imageAlt: "Meta Ads Training" }, - { imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg", imageAlt: "Ad Campaign Setup" } + { imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg?_wi=1", imageAlt: "Meta Ads Training" }, + { imageSrc: "http://img.b2bpic.net/free-photo/team-social-media-networking-looking-digital-tablet-office_23-2147847467.jpg?_wi=2", imageAlt: "Ad Campaign Setup" } ] } ]} @@ -118,10 +118,10 @@ export default function LandingPage() {