Update src/app/contact/page.tsx

This commit is contained in:
2026-03-08 20:24:50 +00:00
parent e38d97a570
commit 9b0a141348

View File

@@ -75,21 +75,21 @@ export default function ContactPage() {
id: "1",
title: "Phone",
tags: ["Direct", "Fast Response"],
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-hand-adding-drink-shot_23-2148209433.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-hand-adding-drink-shot_23-2148209433.jpg?_wi=3",
imageAlt: "Phone contact service",
},
{
id: "2",
title: "Email",
tags: ["Detailed", "Documentation"],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-restaurant_23-2150491788.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-restaurant_23-2150491788.jpg?_wi=6",
imageAlt: "Email communication",
},
{
id: "3",
title: "Visit Us",
tags: ["In-Person", "Experience"],
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6420.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-6420.jpg?_wi=2",
imageAlt: "Visit our café locations",
},
]}