From 066f0f5203b52e63b7bc94f92ec8a572f8a21a60 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 08:46:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a721185..f6fb901 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,27 +58,27 @@ export default function LandingPage() { description="Fresh, delicious, and affordable Khmer food in the heart of Kirirom. Every meal here feels like a well-deserved reward." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182545.jpg?_wi=1", imageAlt: "Kirirom Restaurant View", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg?_wi=1", imageAlt: "Traditional Khmer Food", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182545.jpg?_wi=2", imageAlt: "Cozy Restaurant Indoor", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg?_wi=2", imageAlt: "Grilled Chicken Dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182545.jpg?_wi=3", imageAlt: "Dining Area Mountain", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg?_wi=3", imageAlt: "Khmer Soup Bowl", }, ]} @@ -150,7 +150,7 @@ export default function LandingPage() { role: "Traveler", company: "Kirirom Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-attractive-curly-woman-has-happy-expression-enjoys-electronic-song-modern-headphones-has-recreation-time-reads-text-message-cell-phone_273609-3485.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-attractive-curly-woman-has-happy-expression-enjoys-electronic-song-modern-headphones-has-recreation-time-reads-text-message-cell-phone_273609-3485.jpg?_wi=1", }, { id: "t2", @@ -182,7 +182,7 @@ export default function LandingPage() { role: "Hiker", company: "Nature Seeker", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-attractive-curly-woman-has-happy-expression-enjoys-electronic-song-modern-headphones-has-recreation-time-reads-text-message-cell-phone_273609-3485.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-attractive-curly-woman-has-happy-expression-enjoys-electronic-song-modern-headphones-has-recreation-time-reads-text-message-cell-phone_273609-3485.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1