Update src/app/page.tsx

This commit is contained in:
2026-04-27 22:20:03 +00:00
parent e151e4a5e4
commit 5afd2a202b

View File

@@ -76,7 +76,7 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/radiotrician-with-blue-protective-gloves-holding-smart-phone-with-blank-screen-trying-find-cause-malfunction_176532-10170.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/radiotrician-with-blue-protective-gloves-holding-smart-phone-with-blank-screen-trying-find-cause-malfunction_176532-10170.jpg?_wi=1",
imageAlt: "Repair Bench",
},
{
@@ -120,7 +120,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-digital-tablet-with-search-job-screen-yellow-background_169016-39375.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/radiotrician-with-blue-protective-gloves-holding-smart-phone-with-blank-screen-trying-find-cause-malfunction_176532-10170.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/radiotrician-with-blue-protective-gloves-holding-smart-phone-with-blank-screen-trying-find-cause-malfunction_176532-10170.jpg?_wi=2",
imageAlt: "secure user login interface",
},
{
@@ -129,7 +129,7 @@ export default function LandingPage() {
icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/back-view-young-business-man-talking-phone-sitting-his-office-diagrams-monitor_482257-34736.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/back-view-young-business-man-talking-phone-sitting-his-office-diagrams-monitor_482257-34736.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg",
@@ -144,13 +144,13 @@ export default function LandingPage() {
icon: FileText,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-manager-working-with-report-data_1262-3723.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/female-industrial-worker-using-tablet-computer-site_74855-5384.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-industrial-worker-using-tablet-computer-site_74855-5384.jpg?_wi=1",
imageAlt: "secure user login interface",
},
]}
@@ -244,12 +244,12 @@ export default function LandingPage() {
{
id: "t1",
name: "John Doe",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg?_wi=2",
},
{
id: "t2",
name: "Sarah Smith",
imageSrc: "http://img.b2bpic.net/free-photo/female-industrial-worker-using-tablet-computer-site_74855-5384.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-industrial-worker-using-tablet-computer-site_74855-5384.jpg?_wi=2",
},
{
id: "t3",
@@ -297,7 +297,7 @@ export default function LandingPage() {
title="Frequently Asked Questions"
description="Everything you need to know about setting up your repair management system."
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/back-view-young-business-man-talking-phone-sitting-his-office-diagrams-monitor_482257-34736.jpg"
imageSrc="http://img.b2bpic.net/free-photo/back-view-young-business-man-talking-phone-sitting-his-office-diagrams-monitor_482257-34736.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>