diff --git a/src/app/page.tsx b/src/app/page.tsx index de48578..1294b5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,10 +51,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/cook-cuts-fried-ribs-cutting-desk_140725-3834.jpg", imageAlt: "고기 굽는 모습" }, { - imageSrc: "http://img.b2bpic.net/free-photo/pieces-meat-plate-table-family-dinner-concept_169016-48400.jpg", imageAlt: "삼겹살" + imageSrc: "http://img.b2bpic.net/free-photo/pieces-meat-plate-table-family-dinner-concept_169016-48400.jpg?_wi=1", imageAlt: "삼겹살" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-soup-with-chicken-spices-set_140725-114474.jpg", imageAlt: "김치찌개" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-soup-with-chicken-spices-set_140725-114474.jpg?_wi=1", imageAlt: "김치찌개" } ]} autoplayDelay={4000} @@ -68,10 +68,10 @@ export default function LandingPage() { description="신선한 재료와 깊은 맛으로 준비한 저희 대표 메뉴들을 만나보세요." products={[ { - id: "samgyeopsal", name: "삼겹살", price: "18,000원", imageSrc: "http://img.b2bpic.net/free-photo/pieces-meat-plate-table-family-dinner-concept_169016-48400.jpg", imageAlt: "묵은지와 함께하는 삼겹살" + id: "samgyeopsal", name: "삼겹살", price: "18,000원", imageSrc: "http://img.b2bpic.net/free-photo/pieces-meat-plate-table-family-dinner-concept_169016-48400.jpg?_wi=2", imageAlt: "묵은지와 함께하는 삼겹살" }, { - id: "kimchi-jjigae", name: "김치찌개", price: "12,000원", imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-soup-with-chicken-spices-set_140725-114474.jpg", imageAlt: "깊은 맛의 김치찌개" + id: "kimchi-jjigae", name: "김치찌개", price: "12,000원", imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-soup-with-chicken-spices-set_140725-114474.jpg?_wi=2", imageAlt: "깊은 맛의 김치찌개" }, { id: "bulgogi", name: "소불고기 전골", price: "16,000원", imageSrc: "http://img.b2bpic.net/free-photo/freshly-grilled-meat-wooden-plate-generated-by-ai_188544-10156.jpg", imageAlt: "소불고기 전골" @@ -94,19 +94,19 @@ export default function LandingPage() { testimonials={[ { id: "review-1", name: "김민정", role: "방문객", company: "부천 지역", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-beer-restaurant_23-2148172685.jpg", imageAlt: "행복한 고객" + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-beer-restaurant_23-2148172685.jpg?_wi=1", imageAlt: "행복한 고객" }, { id: "review-2", name: "이준호", role: "단골", company: "부천 지역", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-beer-restaurant_23-2148172685.jpg", imageAlt: "행복한 고객" + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-beer-restaurant_23-2148172685.jpg?_wi=2", imageAlt: "행복한 고객" }, { id: "review-3", name: "박수진", role: "방문객", company: "부천 지역", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-beer-restaurant_23-2148172685.jpg", imageAlt: "행복한 고객" + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-beer-restaurant_23-2148172685.jpg?_wi=3", imageAlt: "행복한 고객" }, { id: "review-4", name: "최영호", role: "가족 방문", company: "부천 지역", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-beer-restaurant_23-2148172685.jpg", imageAlt: "행복한 고객" + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-beer-restaurant_23-2148172685.jpg?_wi=4", imageAlt: "행복한 고객" } ]} gridVariant="four-items-2x2-equal-grid"