From 06e34c697494866f3773417133996519e26bac46 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:41:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4ef676..9339988 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,22 +130,22 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Executive Email Templates Bundle", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-psd/black-white-business-brochure_1389-127.jpg", imageAlt: "Email template collection for business", initialQuantity: 1, + id: "1", name: "Executive Email Templates Bundle", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-psd/black-white-business-brochure_1389-127.jpg?_wi=1", imageAlt: "Email template collection for business", initialQuantity: 1, }, { - id: "2", name: "6-Week Sales Mastery Course", price: "$197.00", imageSrc: "http://img.b2bpic.net/free-photo/happy-freelance-worker-holding-education-training-class-laptop-from-home_637285-6051.jpg", imageAlt: "Professional sales training course", initialQuantity: 1, + id: "2", name: "6-Week Sales Mastery Course", price: "$197.00", imageSrc: "http://img.b2bpic.net/free-photo/happy-freelance-worker-holding-education-training-class-laptop-from-home_637285-6051.jpg?_wi=1", imageAlt: "Professional sales training course", initialQuantity: 1, }, { - id: "3", name: "Lead Generation Tool Pro", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/tech-startup-founder-programming-ai-software-database_482257-90860.jpg", imageAlt: "Advanced lead generation software", initialQuantity: 1, + id: "3", name: "Lead Generation Tool Pro", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/tech-startup-founder-programming-ai-software-database_482257-90860.jpg?_wi=1", imageAlt: "Advanced lead generation software", initialQuantity: 1, }, { - id: "4", name: "Content Calendar Templates", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-psd/black-white-business-brochure_1389-127.jpg", imageAlt: "Social media content planning templates", initialQuantity: 1, + id: "4", name: "Content Calendar Templates", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-psd/black-white-business-brochure_1389-127.jpg?_wi=2", imageAlt: "Social media content planning templates", initialQuantity: 1, }, { - id: "5", name: "Personal Branding Masterclass", price: "$97.00", imageSrc: "http://img.b2bpic.net/free-photo/happy-freelance-worker-holding-education-training-class-laptop-from-home_637285-6051.jpg", imageAlt: "Personal branding education program", initialQuantity: 1, + id: "5", name: "Personal Branding Masterclass", price: "$97.00", imageSrc: "http://img.b2bpic.net/free-photo/happy-freelance-worker-holding-education-training-class-laptop-from-home_637285-6051.jpg?_wi=2", imageAlt: "Personal branding education program", initialQuantity: 1, }, { - id: "6", name: "Automation Workflow Builder", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/tech-startup-founder-programming-ai-software-database_482257-90860.jpg", imageAlt: "Business automation software solution", initialQuantity: 1, + id: "6", name: "Automation Workflow Builder", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/tech-startup-founder-programming-ai-software-database_482257-90860.jpg?_wi=2", imageAlt: "Business automation software solution", initialQuantity: 1, }, ]} gridVariant="three-columns-all-equal-width" @@ -198,13 +198,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Chen testimonial"}, { id: "2", name: "Marcus Johnson", role: "CEO", company: "Growth Accelerators Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Johnson testimonial"}, { id: "3", name: "Emma Rodriguez", role: "Entrepreneur", company: "Digital Scale Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Emma Rodriguez testimonial"}, { id: "4", name: "David Kim", role: "Business Owner", company: "StartupXYZ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Kim testimonial"}, ]} kpiItems={[ { value: "340%", label: "Average ROI Increase" }, -- 2.49.1