Update src/app/page.tsx

This commit is contained in:
2026-03-17 02:05:21 +00:00
parent e87253c97d
commit 9aa49de313

View File

@@ -92,7 +92,7 @@ export default function HomePage() {
<HeroCentered
title="Copier & Printing Solutions for St. Louis Businesses"
description="Sales, leasing, repair, and managed print services tailored to your business needs. Local service, fast response, trusted solutions."
background="plain"
background={{ variant: "plain" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/woman-using-printer-while-working-office_23-2149456943.jpg",
@@ -202,7 +202,7 @@ export default function HomePage() {
description: "From sales to maintenance, we handle every aspect of your printing and copier needs.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-using-printer-while-working-office_23-2149456943.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/woman-using-printer-while-working-office_23-2149456943.jpg"
imageAlt="Professional office environment with modern copier equipment"
mediaAnimation="slide-up"
textboxLayout="default"
@@ -229,21 +229,21 @@ export default function HomePage() {
id: "medical",
name: "Medical Offices",
price: "Specialized Solutions",
imageSrc: "http://img.b2bpic.net/free-vector/flat-medical-landing-page_23-2149024239.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-vector/flat-medical-landing-page_23-2149024239.jpg",
imageAlt: "Medical office with professional printing setup",
},
{
id: "legal",
name: "Law Firms",
price: "Document Management",
imageSrc: "http://img.b2bpic.net/free-photo/business-professionals-watching-presentation-computer-monitor-together-discussing-project-sitting-workplace-pointing-display-business-communication-teamwork-concept_74855-11550.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/business-professionals-watching-presentation-computer-monitor-together-discussing-project-sitting-workplace-pointing-display-business-communication-teamwork-concept_74855-11550.jpg",
imageAlt: "Law office with document printing solutions",
},
{
id: "education",
name: "Schools & Universities",
price: "Educational Institutions",
imageSrc: "http://img.b2bpic.net/free-vector/flat-university-concept-background_23-2148189763.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-vector/flat-university-concept-background_23-2148189763.jpg",
imageAlt: "School campus with office printing facility",
},
]}