Update src/app/contact/page.tsx

This commit is contained in:
2026-03-11 17:16:25 +00:00
parent 0825933716
commit b14d109ebd

View File

@@ -61,7 +61,7 @@ export default function ContactPage() {
required: false
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-man-with-map_23-2147654173.jpg"
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-man-with-map_23-2147654173.jpg?_wi=2"
imageAlt="Buffalo House location in Poznań"
mediaAnimation="opacity"
mediaPosition="right"
@@ -81,7 +81,7 @@ export default function ContactPage() {
role: "Regular Customer",
company: "Poznań",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg?_wi=2",
imageAlt: "Sarah Johnson"
},
{
@@ -90,7 +90,7 @@ export default function ContactPage() {
role: "Food Enthusiast",
company: "Poznań",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
imageAlt: "Michael Chen"
},
{
@@ -99,7 +99,7 @@ export default function ContactPage() {
role: "Event Organizer",
company: "Poznań",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg?_wi=2",
imageAlt: "Emily Rodriguez"
},
{
@@ -108,7 +108,7 @@ export default function ContactPage() {
role: "Business Owner",
company: "Poznań",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stuido-portrait-happy-cheerful-young-businessman_273609-12506.jpg?_wi=2",
imageAlt: "David Kim"
},
{
@@ -117,7 +117,7 @@ export default function ContactPage() {
role: "Local Resident",
company: "Poznań",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg?_wi=2",
imageAlt: "Anna Kowalski"
},
{
@@ -126,7 +126,7 @@ export default function ContactPage() {
role: "Visitor",
company: "Poznań",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg?_wi=2",
imageAlt: "James Wilson"
}
]}