Update src/app/services/page.tsx

This commit is contained in:
2026-03-08 11:58:28 +00:00
parent d6eab12f2f
commit 91ea3a418b

View File

@@ -127,7 +127,7 @@ export default function ServicesPage() {
{
value: "98%", title: "Client Satisfaction"},
]}
imageSrc="http://img.b2bpic.net/free-photo/smiling-couple-with-snacks-standing-buffet_1262-1980.jpg"
imageSrc="http://img.b2bpic.net/free-photo/smiling-couple-with-snacks-standing-buffet_1262-1980.jpg?_wi=2"
imageAlt="Professional catering service team"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -143,13 +143,13 @@ export default function ServicesPage() {
products={[
{
id: "1", brand: "Standard Package", name: "Small Gathering (20-30 pax)", price: "₱15,000 - ₱20,000", rating: 5,
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510878.jpg", imageAlt: "Small gathering catering"},
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510878.jpg?_wi=3", imageAlt: "Small gathering catering"},
{
id: "2", brand: "Premium Package", name: "Medium Event (50-75 pax)", price: "₱35,000 - ₱50,000", rating: 5,
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/side-dishes-with-tomato-salad-pickles-plate-spicy-aubergine-salad_140725-5924.jpg", imageAlt: "Medium event catering"},
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/side-dishes-with-tomato-salad-pickles-plate-spicy-aubergine-salad_140725-5924.jpg?_wi=4", imageAlt: "Medium event catering"},
{
id: "3", brand: "Luxury Package", name: "Large Celebration (100+ pax)", price: "₱75,000+", rating: 5,
reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sweets-festive-table_8353-9632.jpg", imageAlt: "Large event catering"},
reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sweets-festive-table_8353-9632.jpg?_wi=2", imageAlt: "Large event catering"},
]}
textboxLayout="default"
animationType="slide-up"