From 88804c666b1705140285392dd288ccb02c461fdb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 02:04:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca25e26..e5c3266 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,7 +146,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "golbaengi-bossam", name: "골뱅이보쌈", price: "₩40,000", imageSrc: "https://image.unsplash.com/photo-1596700877028-1f1969a6866b?crop=entropy&cs=tinysrgb&fit=max&fm=webp&q=80&w=1080", imageAlt: "Traditional Korean Bossam (boiled pork slices)"}, + id: "golbaengi-bossam", name: "골뱅이보쌈", price: "₩40,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EplGmfddFpKmRZyDl3ZeP63lQG/uploaded-1780884235570-1ugxauw6.jpg", imageAlt: "Traditional Korean Bossam (boiled pork slices)"}, { id: "gul-gwamegi-set", name: "굴과메기세트", price: "₩45,000", imageSrc: "https://koreandiaspora.net/wp-content/uploads/2023/12/gwamegi-scaled.jpeg", imageAlt: "Korean Gwamegi (dried pacific saury) and fresh oysters"}, { -- 2.49.1