From fc019f1e5375f8b456affeab2895cadf14c7283e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:38:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 242 +++++++++++------------------------------------ 1 file changed, 57 insertions(+), 185 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b67b012..af26475 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,116 +44,67 @@ export default function LandingPage() {
@@ -173,32 +116,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Commercial Printing", - tags: [ - "Business", - "Fast", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-composition_23-2148745760.jpg?_wi=5", - }, + id: "1", title: "Commercial Printing", tags: [ + "Business", "Fast"], + imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-composition_23-2148745760.jpg"}, { - id: "2", - title: "Large Format", - tags: [ - "Signage", - "Posters", - ], - imageSrc: "http://img.b2bpic.net/free-photo/female-digital-designer-looking-swatches-office_1303-32123.jpg?_wi=4", - }, + id: "2", title: "Large Format", tags: [ + "Signage", "Posters"], + imageSrc: "http://img.b2bpic.net/free-photo/female-digital-designer-looking-swatches-office_1303-32123.jpg"}, { - id: "3", - title: "Marketing Materials", - tags: [ - "Flyers", - "Promo", - ], - imageSrc: "http://img.b2bpic.net/free-photo/japanese-subway-train-system-passenger-information-display-screen_23-2148954829.jpg?_wi=3", - }, + id: "3", title: "Marketing Materials", tags: [ + "Flyers", "Promo"], + imageSrc: "http://img.b2bpic.net/free-photo/japanese-subway-train-system-passenger-information-display-screen_23-2148954829.jpg"}, ]} title="Our Printing Services" description="Premium solutions for schools, organizations, and marketing teams." @@ -209,42 +137,18 @@ export default function LandingPage() { @@ -295,12 +184,7 @@ export default function LandingPage() { title="Trusted Local Partners" description="Working with businesses across Colorado to deliver high-quality print solutions." names={[ - "Colorado Springs School District", - "Local Small Business Alliance", - "Downtown Development Group", - "Pikes Peak Marketing Agency", - "Regional Event Center", - ]} + "Colorado Springs School District", "Local Small Business Alliance", "Downtown Development Group", "Pikes Peak Marketing Agency", "Regional Event Center"]} /> @@ -308,33 +192,21 @@ export default function LandingPage() {