Update src/app/about/page.tsx

This commit is contained in:
2026-03-04 06:48:54 +00:00
parent 52798f7700
commit 1d24030ac5

View File

@@ -99,21 +99,21 @@ export default function AboutPage() {
id: 1,
title: "Premium Ingredients",
description: "We source the finest ingredients from trusted suppliers to ensure every bite exceeds expectations. Quality is never compromised.",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14228.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-14228.jpg?_wi=5",
imageAlt: "Premium Ingredients",
},
{
id: 2,
title: "Family-Friendly Atmosphere",
description: "Our cozy, welcoming spaces are designed for families to enjoy quality time together with secure play areas for children.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg?_wi=2",
imageAlt: "Family-Friendly Atmosphere",
},
{
id: 3,
title: "Culinary Expertise",
description: "Our chefs blend traditional techniques with innovative approaches to create unforgettable dining experiences.",
imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg?_wi=5",
imageAlt: "Culinary Expertise",
},
]}
@@ -128,25 +128,25 @@ export default function AboutPage() {
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2",
imageAlt: "Sarah Johnson",
},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-adult-woman-blouse-long-skirt-sitting-staircase-inside-coworking-space-smiling-camera_197531-23006.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-adult-woman-blouse-long-skirt-sitting-staircase-inside-coworking-space-smiling-camera_197531-23006.jpg?_wi=2",
imageAlt: "Michael Chen",
},
{
id: "3",
name: "Emily Rodriguez",
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: "Emily Rodriguez",
},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2",
imageAlt: "David Kim",
},
]}