From 77388ad1f75319684bf62bf0748a4931e5c06fcf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 16:09:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fbbdd0..ef54ce4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", title: "Best KFC Ever!", quote: "Best Korean fried chicken I’ve had, hands down! The flavors are incredible and the chicken is perfectly crispy every time.", name: "Sarah Johnson", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-pretty-young-teenage-girl-with-dark-skin-crisp-hair-keeps-hand-chin-dressed-casual-clothes-poses-against-cafe-interior-meets-with-best-friend-has-spare-time-weekend_273609-29076.jpg" + id: "1", title: "Best KFC Ever!", quote: "Best Korean fried chicken I’ve had, hands down! The flavors are incredible and the chicken is perfectly crispy every time.", name: "Sarah Johnson", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-pretty-young-teenage-girl-with-dark-skin-crisp-hair-keeps-hand-chin-dressed-casual-clothes-poses-against-cafe-interior-meets-with-best-friend-has-spare-time-weekend_273609-29076.jpg?_wi=1" }, { id: "2", title: "Amazing Flavors & Portions", quote: "Generous portions & amazing flavour, perfect for sharing with friends. Stepping into HongDae feels just like being in Seoul at night – lively and authentic!", name: "Michael Chen", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg" @@ -100,7 +100,7 @@ export default function LandingPage() { id: "4", title: "Incredible Budae Jjigae", quote: "The Budae Jjigae is incredible, rich and spicy. It's the ultimate comfort food, and the service is always fast, even on busy nights. A true gem!", name: "David Kim", role: "Korean Food Lover", imageSrc: "http://img.b2bpic.net/free-photo/people-their-office-job-showing-inclusivity_23-2149571097.jpg" }, { - id: "5", title: "Authentic Seoul Experience", quote: "HongDae truly brings the energy of Seoul to Melbourne. The music, the food, the vibe – it's all so authentic and makes for an unforgettable night out.", name: "Jessica Lee", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-pretty-young-teenage-girl-with-dark-skin-crisp-hair-keeps-hand-chin-dressed-casual-clothes-poses-against-cafe-interior-meets-with-best-friend-has-spare-time-weekend_273609-29076.jpg" + id: "5", title: "Authentic Seoul Experience", quote: "HongDae truly brings the energy of Seoul to Melbourne. The music, the food, the vibe – it's all so authentic and makes for an unforgettable night out.", name: "Jessica Lee", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-pretty-young-teenage-girl-with-dark-skin-crisp-hair-keeps-hand-chin-dressed-casual-clothes-poses-against-cafe-interior-meets-with-best-friend-has-spare-time-weekend_273609-29076.jpg?_wi=2" } ]} title="What Our Guests Rave About" @@ -164,23 +164,23 @@ export default function LandingPage() { features={[ { id: "flavors", title: "Authentic Korean Flavors", author: "", description: "Savor dishes crafted with traditional recipes and fresh ingredients, bringing Seoul's true taste to Melbourne.", tags: [], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563746.jpg", imageAlt: "Delicious Korean food" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563746.jpg?_wi=1", imageAlt: "Delicious Korean food" }, { id: "portions", title: "Generous Portions", author: "", description: "Our dishes are perfect for sharing, ensuring everyone leaves satisfied and ready for the next visit.", tags: [], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563746.jpg", imageAlt: "Delicious Korean food" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563746.jpg?_wi=2", imageAlt: "Delicious Korean food" }, { id: "service", title: "Fast Kitchen Service", author: "", description: "Freshly prepared to order, our kitchen ensures your delicious food arrives promptly, so you can dive in faster.", tags: [], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563746.jpg", imageAlt: "Delicious Korean food" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563746.jpg?_wi=3", imageAlt: "Delicious Korean food" }, { id: "late-night", title: "Late-Night Opening Hours", author: "", description: "Your go-to spot for after-hours cravings, delivering vibrant Korean flavors well into the night.", tags: [], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563746.jpg", imageAlt: "Delicious Korean food" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563746.jpg?_wi=4", imageAlt: "Delicious Korean food" }, { id: "atmosphere", title: "Friendly & Lively Atmosphere", author: "", description: "Immerse yourself in a social, energetic vibe inspired by the bustling streets of Hongdae, Seoul.", tags: [], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563746.jpg", imageAlt: "Delicious Korean food" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563746.jpg?_wi=5", imageAlt: "Delicious Korean food" } ]} title="Why Guests Choose HongDae" -- 2.49.1