From f013307774d369cdb915ca3f719aa0e25a8393dc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:58:27 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 99699aa..719ee48 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,7 +78,7 @@ export default function AboutPage() { { value: "4.2⭐", title: "Customer Rating" }, { value: "160+", title: "Verified Reviews" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-sliced-exotic-fruits_8353-11507.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-sliced-exotic-fruits_8353-11507.jpg?_wi=4" imageAlt="Professional catering team in action" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -92,17 +92,17 @@ export default function AboutPage() { description="Real feedback from satisfied customers who trusted us with their celebrations." testimonials={[ { - id: "1", name: "Maria Santos", role: "Birthday Party Organizer", testimonial: "CVJ Catering made our daughter's birthday unforgettable! The food was delicious, and the service was professional and friendly. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg", imageAlt: "Maria Santos"}, + id: "1", name: "Maria Santos", role: "Birthday Party Organizer", testimonial: "CVJ Catering made our daughter's birthday unforgettable! The food was delicious, and the service was professional and friendly. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg?_wi=2", imageAlt: "Maria Santos"}, { - id: "2", name: "Juan Dela Cruz", role: "Corporate Manager", testimonial: "We've used CVJ for multiple corporate events. They consistently deliver quality food and reliable service. Our employees always appreciate the variety.", imageSrc: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg", imageAlt: "Juan Dela Cruz"}, + id: "2", name: "Juan Dela Cruz", role: "Corporate Manager", testimonial: "We've used CVJ for multiple corporate events. They consistently deliver quality food and reliable service. Our employees always appreciate the variety.", imageSrc: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg?_wi=2", imageAlt: "Juan Dela Cruz"}, { - id: "3", name: "Ana Reyes", role: "Wedding Coordinator", testimonial: "The elegant presentation and delicious menu made our wedding reception truly special. CVJ Catering exceeded our expectations in every way.", imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", imageAlt: "Ana Reyes"}, + id: "3", name: "Ana Reyes", role: "Wedding Coordinator", testimonial: "The elegant presentation and delicious menu made our wedding reception truly special. CVJ Catering exceeded our expectations in every way.", imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg?_wi=2", imageAlt: "Ana Reyes"}, { - id: "4", name: "Ricardo Flores", role: "Church Event Organizer", testimonial: "For our church gathering, CVJ provided affordable catering without compromising on quality. The team was efficient and courteous throughout.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", imageAlt: "Ricardo Flores"}, + id: "4", name: "Ricardo Flores", role: "Church Event Organizer", testimonial: "For our church gathering, CVJ provided affordable catering without compromising on quality. The team was efficient and courteous throughout.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg?_wi=2", imageAlt: "Ricardo Flores"}, { - id: "5", name: "Lucia Gonzales", role: "Anniversary Celebrant", testimonial: "Our 25th anniversary dinner was made special by CVJ's exquisite catering. The food quality and attention to detail were impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg", imageAlt: "Lucia Gonzales"}, + id: "5", name: "Lucia Gonzales", role: "Anniversary Celebrant", testimonial: "Our 25th anniversary dinner was made special by CVJ's exquisite catering. The food quality and attention to detail were impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg?_wi=2", imageAlt: "Lucia Gonzales"}, { - id: "6", name: "Miguel Torres", role: "Community Leader", testimonial: "We trust CVJ Catering for our community events. They're reliable, affordable, and their food always brings people together in celebration.", imageSrc: "http://img.b2bpic.net/free-photo/reading-business-report_1098-18334.jpg", imageAlt: "Miguel Torres"}, + id: "6", name: "Miguel Torres", role: "Community Leader", testimonial: "We trust CVJ Catering for our community events. They're reliable, affordable, and their food always brings people together in celebration.", imageSrc: "http://img.b2bpic.net/free-photo/reading-business-report_1098-18334.jpg?_wi=2", imageAlt: "Miguel Torres"}, ]} textboxLayout="default" animationType="slide-up" -- 2.49.1 From dab4b5e351ee7f15de438329ec00d0bc309b4393 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:58:27 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0bea122..25ee2ca 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -77,7 +77,7 @@ export default function ContactPage() { { value: "5+ Years", title: "Local Experience" }, { value: "50km+", title: "Delivery Radius" }, ]} - imageSrc="http://img.b2bpic.net/free-vector/flat-design-philippine-map_23-2149399519.jpg" + imageSrc="http://img.b2bpic.net/free-vector/flat-design-philippine-map_23-2149399519.jpg?_wi=2" imageAlt="Service area map" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1 From c72d82e4fc73f5b07320483244da65c3325a3759 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:58:27 +0000 Subject: [PATCH 3/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 9f53aa1..8606a21 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -46,13 +46,13 @@ export default function GalleryPage() { description="See real catering moments from celebrations across Marikina. Every photo tells a story of delicious food and happy celebrations." blogs={[ { - id: "1", category: "Weddings", title: "Elegant Wedding Reception", excerpt: "A beautiful celebration with our gourmet catering service and professional setup.", imageSrc: "http://img.b2bpic.net/free-photo/catering-food-meal_624325-810.jpg", imageAlt: "Wedding reception catering", authorName: "CVJ Catering", authorAvatar: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg", date: "March 2025"}, + id: "1", category: "Weddings", title: "Elegant Wedding Reception", excerpt: "A beautiful celebration with our gourmet catering service and professional setup.", imageSrc: "http://img.b2bpic.net/free-photo/catering-food-meal_624325-810.jpg?_wi=2", imageAlt: "Wedding reception catering", authorName: "CVJ Catering", authorAvatar: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg", date: "March 2025"}, { - id: "2", category: "Birthdays", title: "Colorful Birthday Celebration", excerpt: "Fun and festive birthday party with our customized catering menu for all ages.", imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-with-burning-candles-which-girl-is-blowing-out-best-friends-terrace-cosy-cafe_8353-9787.jpg", imageAlt: "Birthday party catering", authorName: "CVJ Catering", authorAvatar: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg", date: "February 2025"}, + id: "2", category: "Birthdays", title: "Colorful Birthday Celebration", excerpt: "Fun and festive birthday party with our customized catering menu for all ages.", imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-with-burning-candles-which-girl-is-blowing-out-best-friends-terrace-cosy-cafe_8353-9787.jpg?_wi=2", imageAlt: "Birthday party catering", authorName: "CVJ Catering", authorAvatar: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg", date: "February 2025"}, { - id: "3", category: "Corporate Events", title: "Professional Corporate Gathering", excerpt: "Seamless catering service for our corporate clients ensuring every detail is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-exotic-fruits_8353-11507.jpg", imageAlt: "Corporate event catering", authorName: "CVJ Catering", authorAvatar: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", date: "January 2025"}, + id: "3", category: "Corporate Events", title: "Professional Corporate Gathering", excerpt: "Seamless catering service for our corporate clients ensuring every detail is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-exotic-fruits_8353-11507.jpg?_wi=3", imageAlt: "Corporate event catering", authorName: "CVJ Catering", authorAvatar: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", date: "January 2025"}, { - id: "4", category: "Party Trays", title: "Appetizer Display Ready", excerpt: "Fresh and colorful party trays prepared daily for immediate delivery or pickup.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-fruit-set-table-top-view_140725-4474.jpg", imageAlt: "Party trays display", authorName: "CVJ Catering", authorAvatar: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", date: "January 2025"}, + id: "4", category: "Party Trays", title: "Appetizer Display Ready", excerpt: "Fresh and colorful party trays prepared daily for immediate delivery or pickup.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-fruit-set-table-top-view_140725-4474.jpg?_wi=2", imageAlt: "Party trays display", authorName: "CVJ Catering", authorAvatar: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", date: "January 2025"}, ]} textboxLayout="default" animationType="slide-up" @@ -71,7 +71,7 @@ export default function GalleryPage() { { value: "50km+", title: "Delivery Radius"}, ]} - imageSrc="http://img.b2bpic.net/free-vector/flat-design-philippine-map_23-2149399519.jpg" + imageSrc="http://img.b2bpic.net/free-vector/flat-design-philippine-map_23-2149399519.jpg?_wi=1" imageAlt="Service area map" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1 From d6eab12f2fa8c8b64a4dd4201f4069980cffb9de Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:58:28 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81db746..044e629 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,11 +74,11 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/sparkling-glassware-stands-long-table-prepared-wedding-di_8353-688.jpg", imageAlt: "Professional event catering service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sweets-festive-table_8353-9632.jpg", imageAlt: "Elegant wedding catering setup"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sweets-festive-table_8353-9632.jpg?_wi=1", imageAlt: "Elegant wedding catering setup"}, { imageSrc: "http://img.b2bpic.net/free-photo/plate-with-rolls-fruits_23-2148482438.jpg", imageAlt: "Colorful party trays ready to serve"}, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-with-snacks-standing-buffet_1262-1980.jpg", imageAlt: "Corporate event catering display"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-couple-with-snacks-standing-buffet_1262-1980.jpg?_wi=1", imageAlt: "Corporate event catering display"}, { imageSrc: "http://img.b2bpic.net/free-photo/nuts-jellies-served-festive-table_1304-4015.jpg", imageAlt: "Festive birthday catering celebration"}, ]} @@ -97,7 +97,7 @@ export default function HomePage() { { value: "160+", title: "Verified Reviews"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-sliced-exotic-fruits_8353-11507.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-sliced-exotic-fruits_8353-11507.jpg?_wi=1" imageAlt="Professional catering team in action" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -178,22 +178,22 @@ export default function HomePage() { products={[ { id: "1", brand: "CVJ Signature", name: "Lechon with Liver Sauce", price: "₱2,500/tray", rating: 5, - reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/side-dishes-with-tomato-salad-pickles-plate-spicy-aubergine-salad_140725-5924.jpg", imageAlt: "Lechon signature dish"}, + reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/side-dishes-with-tomato-salad-pickles-plate-spicy-aubergine-salad_140725-5924.jpg?_wi=1", imageAlt: "Lechon signature dish"}, { id: "2", brand: "CVJ Signature", name: "Adobo with Rice", price: "₱1,800/tray", rating: 5, - reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/side-dishes-with-tomato-salad-pickles-plate-spicy-aubergine-salad_140725-5924.jpg", imageAlt: "Traditional adobo catering"}, + reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/side-dishes-with-tomato-salad-pickles-plate-spicy-aubergine-salad_140725-5924.jpg?_wi=2", imageAlt: "Traditional adobo catering"}, { id: "3", brand: "CVJ Signature", name: "Assorted Dessert Platter", price: "₱1,200/tray", rating: 5, reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mini-cakes-with-cream-fruits-wood_176474-3143.jpg", imageAlt: "Dessert selection"}, { id: "4", brand: "CVJ Appetizers", name: "Chicken Lollipops & Spring Rolls", price: "₱1,400/tray", rating: 5, - reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510878.jpg", imageAlt: "Appetizer assortment"}, + reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510878.jpg?_wi=1", imageAlt: "Appetizer assortment"}, { id: "5", brand: "CVJ Signature", name: "Spaghetti & Meatballs", price: "₱1,600/tray", rating: 5, - reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/side-dishes-with-tomato-salad-pickles-plate-spicy-aubergine-salad_140725-5924.jpg", imageAlt: "Spaghetti catering"}, + reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/side-dishes-with-tomato-salad-pickles-plate-spicy-aubergine-salad_140725-5924.jpg?_wi=3", imageAlt: "Spaghetti catering"}, { id: "6", brand: "CVJ Beverages", name: "Iced Tea & Soft Drinks (Chiller)", price: "₱800/chiller", rating: 5, - reviewCount: "29", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510878.jpg", imageAlt: "Beverages display"}, + reviewCount: "29", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510878.jpg?_wi=2", imageAlt: "Beverages display"}, ]} textboxLayout="default" animationType="slide-up" @@ -209,13 +209,13 @@ export default function HomePage() { description="See real catering moments from celebrations across Marikina. Every photo tells a story of delicious food and happy celebrations." blogs={[ { - id: "1", category: "Weddings", title: "Elegant Wedding Reception", excerpt: "A beautiful celebration with our gourmet catering service and professional setup.", imageSrc: "http://img.b2bpic.net/free-photo/catering-food-meal_624325-810.jpg", imageAlt: "Wedding reception catering", authorName: "CVJ Catering", authorAvatar: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg", date: "March 2025"}, + id: "1", category: "Weddings", title: "Elegant Wedding Reception", excerpt: "A beautiful celebration with our gourmet catering service and professional setup.", imageSrc: "http://img.b2bpic.net/free-photo/catering-food-meal_624325-810.jpg?_wi=1", imageAlt: "Wedding reception catering", authorName: "CVJ Catering", authorAvatar: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg", date: "March 2025"}, { - id: "2", category: "Birthdays", title: "Colorful Birthday Celebration", excerpt: "Fun and festive birthday party with our customized catering menu for all ages.", imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-with-burning-candles-which-girl-is-blowing-out-best-friends-terrace-cosy-cafe_8353-9787.jpg", imageAlt: "Birthday party catering", authorName: "CVJ Catering", authorAvatar: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg", date: "February 2025"}, + id: "2", category: "Birthdays", title: "Colorful Birthday Celebration", excerpt: "Fun and festive birthday party with our customized catering menu for all ages.", imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-with-burning-candles-which-girl-is-blowing-out-best-friends-terrace-cosy-cafe_8353-9787.jpg?_wi=1", imageAlt: "Birthday party catering", authorName: "CVJ Catering", authorAvatar: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg", date: "February 2025"}, { - id: "3", category: "Corporate Events", title: "Professional Corporate Gathering", excerpt: "Seamless catering service for our corporate clients ensuring every detail is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-exotic-fruits_8353-11507.jpg", imageAlt: "Corporate event catering", authorName: "CVJ Catering", authorAvatar: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", date: "January 2025"}, + id: "3", category: "Corporate Events", title: "Professional Corporate Gathering", excerpt: "Seamless catering service for our corporate clients ensuring every detail is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-exotic-fruits_8353-11507.jpg?_wi=2", imageAlt: "Corporate event catering", authorName: "CVJ Catering", authorAvatar: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", date: "January 2025"}, { - id: "4", category: "Party Trays", title: "Appetizer Display Ready", excerpt: "Fresh and colorful party trays prepared daily for immediate delivery or pickup.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-fruit-set-table-top-view_140725-4474.jpg", imageAlt: "Party trays display", authorName: "CVJ Catering", authorAvatar: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", date: "January 2025"}, + id: "4", category: "Party Trays", title: "Appetizer Display Ready", excerpt: "Fresh and colorful party trays prepared daily for immediate delivery or pickup.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-fruit-set-table-top-view_140725-4474.jpg?_wi=1", imageAlt: "Party trays display", authorName: "CVJ Catering", authorAvatar: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", date: "January 2025"}, ]} textboxLayout="default" animationType="slide-up" @@ -230,17 +230,17 @@ export default function HomePage() { description="Real feedback from satisfied customers who trusted us with their celebrations." testimonials={[ { - id: "1", name: "Maria Santos", role: "Birthday Party Organizer", testimonial: "CVJ Catering made our daughter's birthday unforgettable! The food was delicious, and the service was professional and friendly. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg", imageAlt: "Maria Santos"}, + id: "1", name: "Maria Santos", role: "Birthday Party Organizer", testimonial: "CVJ Catering made our daughter's birthday unforgettable! The food was delicious, and the service was professional and friendly. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg?_wi=1", imageAlt: "Maria Santos"}, { - id: "2", name: "Juan Dela Cruz", role: "Corporate Manager", testimonial: "We've used CVJ for multiple corporate events. They consistently deliver quality food and reliable service. Our employees always appreciate the variety.", imageSrc: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg", imageAlt: "Juan Dela Cruz"}, + id: "2", name: "Juan Dela Cruz", role: "Corporate Manager", testimonial: "We've used CVJ for multiple corporate events. They consistently deliver quality food and reliable service. Our employees always appreciate the variety.", imageSrc: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg?_wi=1", imageAlt: "Juan Dela Cruz"}, { - id: "3", name: "Ana Reyes", role: "Wedding Coordinator", testimonial: "The elegant presentation and delicious menu made our wedding reception truly special. CVJ Catering exceeded our expectations in every way.", imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", imageAlt: "Ana Reyes"}, + id: "3", name: "Ana Reyes", role: "Wedding Coordinator", testimonial: "The elegant presentation and delicious menu made our wedding reception truly special. CVJ Catering exceeded our expectations in every way.", imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg?_wi=1", imageAlt: "Ana Reyes"}, { - id: "4", name: "Ricardo Flores", role: "Church Event Organizer", testimonial: "For our church gathering, CVJ provided affordable catering without compromising on quality. The team was efficient and courteous throughout.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", imageAlt: "Ricardo Flores"}, + id: "4", name: "Ricardo Flores", role: "Church Event Organizer", testimonial: "For our church gathering, CVJ provided affordable catering without compromising on quality. The team was efficient and courteous throughout.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg?_wi=1", imageAlt: "Ricardo Flores"}, { - id: "5", name: "Lucia Gonzales", role: "Anniversary Celebrant", testimonial: "Our 25th anniversary dinner was made special by CVJ's exquisite catering. The food quality and attention to detail were impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg", imageAlt: "Lucia Gonzales"}, + id: "5", name: "Lucia Gonzales", role: "Anniversary Celebrant", testimonial: "Our 25th anniversary dinner was made special by CVJ's exquisite catering. The food quality and attention to detail were impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg?_wi=1", imageAlt: "Lucia Gonzales"}, { - id: "6", name: "Miguel Torres", role: "Community Leader", testimonial: "We trust CVJ Catering for our community events. They're reliable, affordable, and their food always brings people together in celebration.", imageSrc: "http://img.b2bpic.net/free-photo/reading-business-report_1098-18334.jpg", imageAlt: "Miguel Torres"}, + id: "6", name: "Miguel Torres", role: "Community Leader", testimonial: "We trust CVJ Catering for our community events. They're reliable, affordable, and their food always brings people together in celebration.", imageSrc: "http://img.b2bpic.net/free-photo/reading-business-report_1098-18334.jpg?_wi=1", imageAlt: "Miguel Torres"}, ]} textboxLayout="default" animationType="slide-up" -- 2.49.1 From 91ea3a418bb86b930a7bd139dd3eb12d74578c52 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:58:28 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index e1cec8a..40a8c8d 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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" -- 2.49.1