From c6d987e5d979764336c99d83558e03c0910f9d5d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 21:25:43 +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 db6e24e..b83ff7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,13 +82,13 @@ export default function LandingPage() { features={[ { id: "f1", title: "Data Analytics", descriptions: ["Real-time data insights.", "Automated reporting features."], - imageSrc: "http://img.b2bpic.net/free-photo/3d-computer-website-loading-speed-test_107791-17929.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-computer-website-loading-speed-test_107791-17929.jpg?_wi=1"}, { id: "f2", title: "Cloud Security", descriptions: ["End-to-end encryption.", "Automated threat detection."], - imageSrc: "http://img.b2bpic.net/free-photo/artificial-intelligence-technology-simulating-human-brain-used-by-engineer_482257-122157.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/artificial-intelligence-technology-simulating-human-brain-used-by-engineer_482257-122157.jpg?_wi=1"}, { id: "f3", title: "Mobile Solutions", descriptions: ["Cross-platform accessibility.", "Seamless mobile integration."], - imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461319.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461319.jpg?_wi=1"}, ]} title="Smart Features for Growth" description="We offer advanced features to help you navigate modern digital challenges." @@ -117,9 +117,9 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Miller", date: "Jan 2024", title: "CTO", quote: "Incredible service, transformed our workflow.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg", imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-8561.jpg", imageAlt: "professional headshot bright background" }, { id: "2", name: "John Doe", date: "Feb 2024", title: "Manager", quote: "Highly reliable and innovative tools.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", imageSrc: "http://img.b2bpic.net/free-photo/executives-joking-laughing-office_1098-1834.jpg", imageAlt: "professional headshot bright background" }, - { id: "3", name: "Emily Smith", date: "Mar 2024", title: "CEO", quote: "Excellent team and superior features.", tag: "Global", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-computer-website-loading-speed-test_107791-17929.jpg", imageAlt: "professional headshot bright background" }, - { id: "4", name: "Alex Brown", date: "Apr 2024", title: "DevOps", quote: "Speed and reliability like never before.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/elegant-senior-man-posing-white-shirt_23-2149488012.jpg", imageSrc: "http://img.b2bpic.net/free-photo/artificial-intelligence-technology-simulating-human-brain-used-by-engineer_482257-122157.jpg", imageAlt: "professional headshot bright background" }, - { id: "5", name: "Jane Wilson", date: "May 2024", title: "Designer", quote: "A total game changer for our projects.", tag: "Creative", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461319.jpg", imageAlt: "professional headshot bright background" }, + { id: "3", name: "Emily Smith", date: "Mar 2024", title: "CEO", quote: "Excellent team and superior features.", tag: "Global", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-computer-website-loading-speed-test_107791-17929.jpg?_wi=2", imageAlt: "professional headshot bright background" }, + { id: "4", name: "Alex Brown", date: "Apr 2024", title: "DevOps", quote: "Speed and reliability like never before.", tag: "Tech", avatarSrc: "http://img.b2bpic.net/free-photo/elegant-senior-man-posing-white-shirt_23-2149488012.jpg", imageSrc: "http://img.b2bpic.net/free-photo/artificial-intelligence-technology-simulating-human-brain-used-by-engineer_482257-122157.jpg?_wi=2", imageAlt: "professional headshot bright background" }, + { id: "5", name: "Jane Wilson", date: "May 2024", title: "Designer", quote: "A total game changer for our projects.", tag: "Creative", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461319.jpg?_wi=2", imageAlt: "professional headshot bright background" }, ]} title="What Clients Say" description="Hear directly from those who trust our solutions." -- 2.49.1