From 1aee25f8417397a6f02b556796bdf19aeea05c99 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:01:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f3dce3..8060034 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-is-relaxing-spa-complex-using-smartphone_169016-59588.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-is-relaxing-spa-complex-using-smartphone_169016-59588.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { @@ -146,7 +146,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/time-organization-concept-with-planner-flat-lay_23-2149046743.jpg", imageAlt: "Calendar View", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-relaxing-spa-complex-using-smartphone_169016-59588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-relaxing-spa-complex-using-smartphone_169016-59588.jpg?_wi=2", imageAlt: "mobile app design premium UI", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148628459.jpg", imageAlt: "Dashboard Details", }, - imageSrc: "http://img.b2bpic.net/free-vector/elegant-style-business-card-template_23-2148248078.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/elegant-style-business-card-template_23-2148248078.jpg?_wi=1", imageAlt: "mobile app design premium UI", }, { @@ -174,7 +174,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_52683-43342.jpg", imageAlt: "Success Screen", }, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-working-cafe-counter-processing-orders-using-pos-terminal-receiving_1258-199483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-working-cafe-counter-processing-orders-using-pos-terminal-receiving_1258-199483.jpg?_wi=1", imageAlt: "mobile app design premium UI", }, ]} @@ -196,14 +196,14 @@ export default function LandingPage() { name: "Personal Wellness", price: "$120", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-vector/elegant-style-business-card-template_23-2148248078.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/elegant-style-business-card-template_23-2148248078.jpg?_wi=2", }, { id: "2", name: "Strategy Session", price: "$250", variant: "Elite", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-working-cafe-counter-processing-orders-using-pos-terminal-receiving_1258-199483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-working-cafe-counter-processing-orders-using-pos-terminal-receiving_1258-199483.jpg?_wi=2", }, { id: "3", -- 2.49.1