Update src/app/contact/page.tsx

This commit is contained in:
2026-04-06 15:46:53 +00:00
parent 597086adc7
commit 10678efbfe

View File

@@ -46,7 +46,7 @@ export default function ContactPage() {
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
]}
textarea={{ name: "message", placeholder: "Your message", required: true }}
imageSrc="http://img.b2bpic.net/free-photo/view-beautiful-woman-looking-away-with-coffee_197531-33702.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-beautiful-woman-looking-away-with-coffee_197531-33702.jpg?_wi=2"
/>
</div>
@@ -58,8 +58,8 @@ export default function ContactPage() {
title="Get in Touch"
description="We are here for you."
features={[
{ id: "c1", title: "Visit Us", descriptions: ["123 Coffee St, City"], imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-woman-looking-away-with-coffee_197531-33702.jpg" },
{ id: "c2", title: "Email Us", descriptions: ["hello@coffeeshed.com"], imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg" },
{ id: "c1", title: "Visit Us", descriptions: ["123 Coffee St, City"], imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-woman-looking-away-with-coffee_197531-33702.jpg?_wi=3" },
{ id: "c2", title: "Email Us", descriptions: ["hello@coffeeshed.com"], imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg?_wi=5" },
]}
/>
</div>