From 7b3a7ee983637484fbec4b5f1a2b6a114d22e46b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:24:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b273be..c2386de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,19 +54,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah J.", handle: "@sarahj", testimonial: "Blendion made launching my store incredibly easy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459726.jpg", imageAlt: "modern professional laptop mockup website"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459726.jpg?_wi=1", imageAlt: "modern professional laptop mockup website"}, { name: "Mike D.", handle: "@miked", testimonial: "Premium design quality at an unbeatable price.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345406.jpg", imageAlt: "modern professional laptop mockup website"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345406.jpg?_wi=1", imageAlt: "modern professional laptop mockup website"}, { name: "Elena V.", handle: "@elenav", testimonial: "The fastest turnaround time I have ever experienced.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-digital-tablet-with-search-job-screen-male-hands_169016-39367.jpg", imageAlt: "modern professional laptop mockup website"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-digital-tablet-with-search-job-screen-male-hands_169016-39367.jpg?_wi=1", imageAlt: "modern professional laptop mockup website"}, { name: "John K.", handle: "@johnk", testimonial: "Incredible attention to detail and modern style.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/company-worker-gathering-business-analytics-copy-space-screen_482257-123804.jpg", imageAlt: "modern professional laptop mockup website"}, + imageSrc: "http://img.b2bpic.net/free-photo/company-worker-gathering-business-analytics-copy-space-screen_482257-123804.jpg?_wi=1", imageAlt: "modern professional laptop mockup website"}, { name: "Alex R.", handle: "@alexr", testimonial: "My business grew instantly after launching this site.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "modern professional laptop mockup website"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=1", imageAlt: "modern professional laptop mockup website"}, ]} buttons={[ { @@ -74,7 +74,7 @@ export default function LandingPage() { { text: "View Templates", href: "#templates"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459726.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459726.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", alt: "Confident businessman"}, @@ -120,11 +120,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "t1", name: "Modern Minimalist", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345406.jpg"}, + id: "t1", name: "Modern Minimalist", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345406.jpg?_wi=2"}, { - id: "t2", name: "Creative Agency", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/top-view-digital-tablet-with-search-job-screen-male-hands_169016-39367.jpg"}, + id: "t2", name: "Creative Agency", price: "$59", imageSrc: "http://img.b2bpic.net/free-photo/top-view-digital-tablet-with-search-job-screen-male-hands_169016-39367.jpg?_wi=2"}, { - id: "t3", name: "Tech Startup Pro", price: "$69", imageSrc: "http://img.b2bpic.net/free-photo/company-worker-gathering-business-analytics-copy-space-screen_482257-123804.jpg"}, + id: "t3", name: "Tech Startup Pro", price: "$69", imageSrc: "http://img.b2bpic.net/free-photo/company-worker-gathering-business-analytics-copy-space-screen_482257-123804.jpg?_wi=2"}, { id: "t4", name: "Portfolio Elite", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-taking-notes-office_23-2149749859.jpg"}, { @@ -199,7 +199,7 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Alice Miller", role: "Owner", company: "Studio X", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=2"}, { id: "t2", name: "Bob Smith", role: "Founder", company: "Buildco", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-freelancer-dressed-casual-t-shirt-sitting-front-laptop-looking-smiling-with-cheerful-expression-after-successful-morning-work-enjoying-sunny-day-outdoor-cafe_273609-6602.jpg"}, -- 2.49.1