Update src/pages/ContactPage.tsx

This commit is contained in:
2026-06-20 08:02:25 +00:00
parent ff0724c16d
commit 40be8612b5

View File

@@ -45,13 +45,13 @@ export default function ContactPage() {
{
title: "Responsive Service",
description: "Usually reply within 24 hours.",
imageSrc: "http://img.b2bpic.net/free-photo/blank-envelopes-business-cards-isolated-white_211682-250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blank-envelopes-business-cards-isolated-white_211682-250.jpg?_wi=2",
imageAlt: "Blank envelopes and business cards isolated on white.",
},
{
title: "Custom Solutions",
description: "Tailored approach to your brand.",
imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-home-workspace-design_23-2148991453.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-home-workspace-design_23-2148991453.jpg?_wi=3",
imageAlt: "Blank envelopes and business cards isolated on white.",
},
]}
@@ -62,7 +62,7 @@ export default function ContactPage() {
text: "Send Message",
href: "/contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/blank-envelopes-business-cards-isolated-white_211682-250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blank-envelopes-business-cards-isolated-white_211682-250.jpg?_wi=3",
}}
/>
</SectionErrorBoundary>