From d37927b1f9b82e95fc6b8ad932716be709cc9a79 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:50:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09479cb..5608d29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "정말 신선해요", quote: "이렇게 두툼한 회는 오랜만이네요. 오래오래 팔아주세요.", name: "Kyan Lee", role: "Local Guide", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZDVifJruqZVBJtH5j8ksFUTuN/portrait-of-a-happy-customer-in-their-30-1774687774619-e25bcd2e.png"}, + id: "1", title: "정말 신선해요", quote: "이렇게 두툼한 회는 오랜만이네요. 오래오래 팔아주세요.", name: "Kyan Lee", role: "Local Guide", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZDVifJruqZVBJtH5j8ksFUTuN/portrait-of-a-happy-customer-in-their-30-1774687774619-e25bcd2e.png?_wi=1"}, { id: "2", title: "가성비 최고", quote: "가격 착하고 양도 많아서 정말 좋네요. 단골 예약입니다.", name: "김일건", role: "단골 고객", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZDVifJruqZVBJtH5j8ksFUTuN/portrait-of-a-satisfied-customer-modern--1774687774923-ba65531b.png"}, { @@ -69,7 +69,7 @@ export default function LandingPage() { { id: "4", title: "재방문 의사 100%", quote: "두툼한 식감이 정말 예술입니다. 다른 곳 못 가겠어요.", name: "박현주", role: "주부", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZDVifJruqZVBJtH5j8ksFUTuN/portrait-of-a-happy-customer-natural-bac-1774687772258-df231d97.png"}, { - id: "5", title: "신뢰할 수 있는 맛집", quote: "매일 손질하는 신선함이 느껴져요. 정말 맛있게 잘 먹었습니다.", name: "최민석", role: "직장인", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZDVifJruqZVBJtH5j8ksFUTuN/portrait-of-a-happy-customer-in-their-30-1774687774619-e25bcd2e.png"}, + id: "5", title: "신뢰할 수 있는 맛집", quote: "매일 손질하는 신선함이 느껴져요. 정말 맛있게 잘 먹었습니다.", name: "최민석", role: "직장인", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZDVifJruqZVBJtH5j8ksFUTuN/portrait-of-a-happy-customer-in-their-30-1774687774619-e25bcd2e.png?_wi=2"}, ]} title="이미 많은 사람들이 인정한 맛" description="직거래회포장을 사랑해주시는 분들의 솔직한 후기입니다." -- 2.49.1