Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 10:21:28 +00:00
parent eb94ac5ab8
commit e2425db78c

View File

@@ -96,7 +96,7 @@ export default function ContactPage() {
textboxLayout="default"
useInvertedBackground={false}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg"
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg?_wi=4"
imageAlt="Restaurant location contact information"
bulletPoints={[
{
@@ -127,7 +127,7 @@ export default function ContactPage() {
quote: "I had a question about my order and they responded immediately. The customer service here is truly exceptional. They care about your experience!",
name: "Karim Hassan",
role: "Regular Customer",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "Professional customer service representative",
},
{
@@ -136,7 +136,7 @@ export default function ContactPage() {
quote: "From ordering to delivery, everything was perfect. The team went above and beyond to ensure my satisfaction. Darxan Burger truly stands out!",
name: "Layla Ahmad",
role: "First-time Customer",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg?_wi=2",
imageAlt: "Happy satisfied customer testimonial",
},
{
@@ -145,7 +145,7 @@ export default function ContactPage() {
quote: "Whether it's 2 PM or 2 AM, Darxan Burger delivers. Their consistency and reliability are unmatched. I recommend them to everyone!",
name: "Rashid Omar",
role: "Loyal Customer",
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2",
imageAlt: "Satisfied business customer testimonial",
},
]}