Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -60,18 +60,18 @@ export default function LandingPage() {
|
||||
title="빵을 사러 오는 곳이 아닙니다.\n하루를 쉬러 오는 곳입니다."
|
||||
description="Fresh organic bread, freshly brewed coffee, and a mountain view worth slowing down for."
|
||||
testimonials={[
|
||||
{ id: "1", name: "김민지", handle: "@minji_bakes", testimonial: "빵 때문에 다시 방문하게 되는 곳", rating: 5, imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/female-baker-showing-baked-sweet-puff-pastries-plate-bakery-shop-counter_23-2148189118.jpg"), imageAlt: "Customer Kim Minji" },
|
||||
{ id: "2", name: "박선우", handle: "@sunwoo_travels", testimonial: "남양주에서 가장 여유로운 베이커리", rating: 5, imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/portrait-serious-young-bearded-man-trendy-hat-having-cappuccino-with-cookie-while-relaxing-cafe-alone_273609-1762.jpg"), imageAlt: "Customer Park Sunwoo" },
|
||||
{ id: "3", name: "최유진", handle: "@yujin_eats", testimonial: "가평 가는 길에 꼭 들르는 곳", rating: 5, imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/gorgeous-brunette-smiling-woman-drinks-juice-coffee-spends-free-time-restaurant_273609-3316.jpg"), imageAlt: "Customer Choi Yujin" },
|
||||
{ id: "4", name: "이정호", handle: "@jungho_life", testimonial: "유기농 빵이 정말 맛있어요", rating: 5, imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/happy-couple-drinking-coffee-together_23-2148293910.jpg"), imageAlt: "Customer Lee Jungho" },
|
||||
{ id: "5", name: "장미선", handle: "@miseon_cafe", testimonial: "이곳 빵 맛은 정말 최고예요. 다른 곳과 비교 불가!", rating: 5, imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/gorgeous-brunette-smiling-woman-drinks-juice-coffee-spends-free-time-restaurant_273609-3316.jpg"), imageAlt: "Customer Jang Miseon" }
|
||||
{ name: "김민지", handle: "@minji_bakes", testimonial: "빵 때문에 다시 방문하게 되는 곳", rating: 5, imageSrc: resolveAsset("asset://testimonial-hero-1"), imageAlt: "Customer Kim Minji" },
|
||||
{ name: "박선우", handle: "@sunwoo_travels", testimonial: "남양주에서 가장 여유로운 베이커리", rating: 5, imageSrc: resolveAsset("asset://testimonial-hero-2"), imageAlt: "Customer Park Sunwoo" },
|
||||
{ name: "최유진", handle: "@yujin_eats", testimonial: "가평 가는 길에 꼭 들르는 곳", rating: 5, imageSrc: resolveAsset("asset://testimonial-hero-3"), imageAlt: "Customer Choi Yujin" },
|
||||
{ name: "이정호", handle: "@jungho_life", testimonial: "유기농 빵이 정말 맛있어요", rating: 5, imageSrc: resolveAsset("asset://testimonial-hero-4"), imageAlt: "Customer Lee Jungho" },
|
||||
{ name: "장미선", handle: "@miseon_cafe", testimonial: "이곳 빵 맛은 정말 최고예요. 다른 곳과 비교 불가!", rating: 5, imageSrc: resolveAsset("asset://testimonial-hero-3"), imageAlt: "Customer Jang Miseon" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "오늘의 베이커리 보기", href: "#signature-breads" },
|
||||
{ text: "길찾기", href: "#visit-us" }
|
||||
]}
|
||||
videoSrc={resolveAsset("http://img.b2bpic.net/free-photo/baker-holding-bread-loaf-table_23-2147761363.jpg")}
|
||||
imageSrc={resolveAsset("http://img.b2bpic.net/free-photo/outdoors-picnic-scenery-summertime_23-2151425852.jpg")}
|
||||
videoSrc={resolveAsset("asset://hero-video-baked-flour")}
|
||||
imageSrc={resolveAsset("asset://hero-bakery-view")}
|
||||
imageAlt="Cinematic view of freshly baked bread and mountain scenery"
|
||||
videoAriaLabel="Video of bread making and mountain nature"
|
||||
useInvertedBackground={false}
|
||||
@@ -81,12 +81,12 @@ export default function LandingPage() {
|
||||
<div id="social-proof-strip" data-section="social-proof-strip">
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{ id: "1", name: "김민준", handle: "고객 만족도 4.7+", testimonial: "빵 때문에 다시 방문하게 되는 곳", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/female-bakery-owner-counter-with-croissant-talking-mobile-phone_23-2148189128.jpg"), imageAlt: "customer avatar" },
|
||||
{ id: "2", name: "이지은", handle: "고객 만족도 4.7+", testimonial: "남양주에서 가장 여유로운 베이커리", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/front-view-man-posing-park-against-tree_23-2148749296.jpg"), imageAlt: "customer avatar" },
|
||||
{ id: "3", name: "최현우", handle: "고객 만족도 4.7+", testimonial: "가평 가는 길에 꼭 들르는 곳", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/stylish-blond-woman-walking-street-park-summer-fashion_285396-8220.jpg"), imageAlt: "customer avatar" },
|
||||
{ id: "4", name: "윤아름", handle: "고객 만족도 4.7+", testimonial: "유기농 빵이 정말 맛있어요", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/middle-age-woman-smiling-having-good-time_23-2149218573.jpg"), imageAlt: "customer avatar" },
|
||||
{ id: "5", name: "정우성", handle: "고객 만족도 4.7+", testimonial: "공기 좋고 경치도 좋고 빵도 최고!", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/man-woman-drinking-coffee-nature_23-2148653445.jpg"), imageAlt: "customer avatar" },
|
||||
{ id: "6", name: "한지민", handle: "고객 만족도 4.7+", testimonial: "아이들과 함께 오기 좋은 곳이에요.", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-eclairs-bakery-counter_23-2148189123.jpg"), imageAlt: "customer avatar" }
|
||||
{ id: "1", name: "김민준", handle: "고객 만족도 4.7+", testimonial: "빵 때문에 다시 방문하게 되는 곳", imageSrc: resolveAsset("asset://testimonial-1"), imageAlt: "customer avatar" },
|
||||
{ id: "2", name: "이지은", handle: "고객 만족도 4.7+", testimonial: "남양주에서 가장 여유로운 베이커리", imageSrc: resolveAsset("asset://testimonial-2"), imageAlt: "customer avatar" },
|
||||
{ id: "3", name: "최현우", handle: "고객 만족도 4.7+", testimonial: "가평 가는 길에 꼭 들르는 곳", imageSrc: resolveAsset("asset://testimonial-3"), imageAlt: "customer avatar" },
|
||||
{ id: "4", name: "윤아름", handle: "고객 만족도 4.7+", testimonial: "유기농 빵이 정말 맛있어요", imageSrc: resolveAsset("asset://testimonial-4"), imageAlt: "customer avatar" },
|
||||
{ id: "5", name: "정우성", handle: "고객 만족도 4.7+", testimonial: "공기 좋고 경치도 좋고 빵도 최고!", imageSrc: resolveAsset("asset://testimonial-5"), imageAlt: "customer avatar" },
|
||||
{ id: "6", name: "한지민", handle: "고객 만족도 4.7+", testimonial: "아이들과 함께 오기 좋은 곳이에요.", imageSrc: resolveAsset("asset://testimonial-6"), imageAlt: "customer avatar" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="★★★★★ 4.7+ 고객 만족도"
|
||||
@@ -99,12 +99,12 @@ export default function LandingPage() {
|
||||
<div id="signature-breads" data-section="signature-breads">
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{ id: "1", brand: "바른 제빵소", name: "크림치즈 브리오슈", price: "₩6,500", rating: 5, reviewCount: "120", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/slice-sponge-cake_1232-2584.jpg"), imageAlt: "Rich cream cheese brioche" },
|
||||
{ id: "2", brand: "바른 제빵소", name: "육쪽마늘빵", price: "₩7,000", rating: 5, reviewCount: "150", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/mix-bread_1339-2291.jpg"), imageAlt: "Signature six-side garlic bread" },
|
||||
{ id: "3", brand: "바른 제빵소", name: "대파빵", price: "₩6,000", rating: 4.5, reviewCount: "90", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/thai-steamed-curried-fish_1339-7824.jpg"), imageAlt: "Popular green onion bread" },
|
||||
{ id: "4", brand: "바른 제빵소", name: "무화과 바게트", price: "₩7,500", rating: 5, reviewCount: "110", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/top-view-jam-with-homemade-bread-table_23-2148566700.jpg"), imageAlt: "Fig baguette with deep flavor" },
|
||||
{ id: "5", brand: "바른 제빵소", name: "단팥빵", price: "₩4,000", rating: 4.5, reviewCount: "80", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/plate-chocolate-cakes-marble-surface_114579-50155.jpg"), imageAlt: "Traditional red bean bun" },
|
||||
{ id: "6", brand: "바른 제빵소", name: "호두 스콘", price: "₩4,500", rating: 4.8, reviewCount: "70", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/top-view-homemade-croissants-tray_23-2148543661.jpg"), imageAlt: "Crunchy walnut scone" }
|
||||
{ id: "1", brand: "바른 제빵소", name: "크림치즈 브리오슈", price: "₩6,500", rating: 5, reviewCount: "120", imageSrc: resolveAsset("asset://signature-cream-brioche"), imageAlt: "Rich cream cheese brioche" },
|
||||
{ id: "2", brand: "바른 제빵소", name: "육쪽마늘빵", price: "₩7,000", rating: 5, reviewCount: "150", imageSrc: resolveAsset("asset://signature-garlic-bread"), imageAlt: "Signature six-side garlic bread" },
|
||||
{ id: "3", brand: "바른 제빵소", name: "대파빵", price: "₩6,000", rating: 4.5, reviewCount: "90", imageSrc: resolveAsset("asset://signature-green-onion-bread"), imageAlt: "Popular green onion bread" },
|
||||
{ id: "4", brand: "바른 제빵소", name: "무화과 바게트", price: "₩7,500", rating: 5, reviewCount: "110", imageSrc: resolveAsset("asset://signature-fig-baguette"), imageAlt: "Fig baguette with deep flavor" },
|
||||
{ id: "5", brand: "바른 제빵소", name: "단팥빵", price: "₩4,000", rating: 4.5, reviewCount: "80", imageSrc: resolveAsset("asset://signature-red-bean-bun"), imageAlt: "Traditional red bean bun" },
|
||||
{ id: "6", brand: "바른 제빵소", name: "호두 스콘", price: "₩4,500", rating: 4.8, reviewCount: "70", imageSrc: resolveAsset("asset://signature-walnut-scone"), imageAlt: "Crunchy walnut scone" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -118,12 +118,12 @@ export default function LandingPage() {
|
||||
<div id="why-visit" data-section="why-visit">
|
||||
<FeatureCardMedia
|
||||
features={[
|
||||
{ id: "1", title: "넓은 무료 주차장", description: "편안하게 방문하실 수 있도록 넓고 쾌적한 주차 공간을 제공합니다.", tag: "편의성", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/morning-mountains_1153-5991.jpg"), imageAlt: "Spacious parking lot in nature" },
|
||||
{ id: "2", title: "산속의 조용한 분위기", description: "도심의 소음에서 벗어나 자연 속에서 진정한 휴식을 만끽하세요.", tag: "힐링", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/morning-mountains_1153-5991.jpg"), imageAlt: "Quiet mountain atmosphere" },
|
||||
{ id: "3", title: "넓은 야외 테라스", description: "탁 트인 산 경치를 바라보며 빵과 커피를 즐길 수 있는 공간입니다.", tag: "전망", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/morning-mountains_1153-5991.jpg"), imageAlt: "Large outdoor terrace with mountain view" },
|
||||
{ id: "4", title: "산책 가능한 공간", description: "베이커리 주변을 가볍게 산책하며 자연을 느낄 수 있습니다.", tag: "활동", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/morning-mountains_1153-5991.jpg"), imageAlt: "Walkable paths around the bakery" },
|
||||
{ id: "5", title: "가족 나들이 코스", description: "아이들과 함께 즐거운 시간을 보낼 수 있는 가족 친화적인 장소입니다.", tag: "가족", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/morning-mountains_1153-5991.jpg"), imageAlt: "Family enjoying outdoor space" },
|
||||
{ id: "6", title: "드라이브 중 들르기 좋은 위치", description: "가평이나 남양주 드라이브 코스 중 잠시 쉬어가기 완벽한 곳입니다.", tag: "드라이브", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/morning-mountains_1153-5991.jpg"), imageAlt: "Car parked near a scenic bakery" }
|
||||
{ id: "1", title: "넓은 무료 주차장", description: "편안하게 방문하실 수 있도록 넓고 쾌적한 주차 공간을 제공합니다.", tag: "편의성", imageSrc: resolveAsset("asset://why-mountain-landscape"), imageAlt: "Spacious parking lot in nature" },
|
||||
{ id: "2", title: "산속의 조용한 분위기", description: "도심의 소음에서 벗어나 자연 속에서 진정한 휴식을 만끽하세요.", tag: "힐링", imageSrc: resolveAsset("asset://why-mountain-landscape"), imageAlt: "Quiet mountain atmosphere" },
|
||||
{ id: "3", title: "넓은 야외 테라스", description: "탁 트인 산 경치를 바라보며 빵과 커피를 즐길 수 있는 공간입니다.", tag: "전망", imageSrc: resolveAsset("asset://why-mountain-landscape"), imageAlt: "Large outdoor terrace with mountain view" },
|
||||
{ id: "4", title: "산책 가능한 공간", description: "베이커리 주변을 가볍게 산책하며 자연을 느낄 수 있습니다.", tag: "활동", imageSrc: resolveAsset("asset://why-mountain-landscape"), imageAlt: "Walkable paths around the bakery" },
|
||||
{ id: "5", title: "가족 나들이 코스", description: "아이들과 함께 즐거운 시간을 보낼 수 있는 가족 친화적인 장소입니다.", tag: "가족", imageSrc: resolveAsset("asset://why-mountain-landscape"), imageAlt: "Family enjoying outdoor space" },
|
||||
{ id: "6", title: "드라이브 중 들르기 좋은 위치", description: "가평이나 남양주 드라이브 코스 중 잠시 쉬어가기 완벽한 곳입니다.", tag: "드라이브", imageSrc: resolveAsset("asset://why-mountain-landscape"), imageAlt: "Car parked near a scenic bakery" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="남양주의 숨은 쉼터"
|
||||
@@ -136,9 +136,9 @@ export default function LandingPage() {
|
||||
<div id="our-story" data-section="our-story">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[{ type: "text", content: "바른 마음으로 굽습니다." }]}
|
||||
description="우리는 매일 아침, 좋은 재료와 충분한 시간을 사용해 정직한 빵을 만듭니다. 유행을 쫓기보다 다시 찾고 싶은 맛을 만듭니다. 빠르게 소비되는 공간보다 머물고 싶은 공간을 만듭니다. 그것이 바른 제빵소가 생각하는 좋은 빵의 기준입니다."
|
||||
body="우리는 매일 아침, 좋은 재료와 충분한 시간을 사용해 정직한 빵을 만듭니다. 유행을 쫓기보다 다시 찾고 싶은 맛을 만듭니다. 빠르게 소비되는 공간보다 머물고 싶은 공간을 만듭니다. 그것이 바른 제빵소가 생각하는 좋은 빵의 기준입니다."
|
||||
useInvertedBackground={false}
|
||||
imageSrc={resolveAsset("http://img.b2bpic.net/free-photo/close-up-rolling-dough-compostion_23-2148302959.jpg")}
|
||||
imageSrc={resolveAsset("asset://story-baker-hands")}
|
||||
imageAlt="Baker's hands working with organic dough"
|
||||
/>
|
||||
</div>
|
||||
@@ -151,9 +151,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
blogs={[
|
||||
{ id: "1", category: "Experience", title: "산속에서 즐기는 여유", excerpt: "따스한 햇살 아래, 신선한 빵과 향긋한 커피 한 잔으로 완벽한 오후를 만들어보세요.", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/bar-still-life-with-cakes-table_23-2147821330.jpg"), imageAlt: "Luxurious bread and coffee with mountain view", authorName: "바른 제빵소", authorAvatar: resolveAsset("asset://logo-1"), date: "2023-10-26" },
|
||||
{ id: "2", category: "Cafe", title: "한 모금의 행복", excerpt: "전문 바리스타가 엄선한 원두로 내린 커피는 빵의 풍미를 한층 더 깊게 합니다.", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/man-drinks-coffee-from-enamel-cup-outdoors_346278-170.jpg"), imageAlt: "Hand holding coffee cup with scenic background", authorName: "바른 제빵소", authorAvatar: resolveAsset("asset://logo-1"), date: "2023-10-26" },
|
||||
{ id: "3", category: "Nature", title: "자연과 함께하는 공간", excerpt: "넓고 푸른 잔디밭과 야외 테라스는 아이들이 뛰어놀기에도, 연인과 산책하기에도 좋습니다.", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3429.jpg"), imageAlt: "Spacious outdoor terrace with mountain view", authorName: "바른 제빵소", authorAvatar: resolveAsset("asset://logo-1"), date: "2023-10-26" }
|
||||
{ id: "1", category: "Experience", title: "산속에서 즐기는 여유", excerpt: "따스한 햇살 아래, 신선한 빵과 향긋한 커피 한 잔으로 완벽한 오후를 만들어보세요.", imageSrc: resolveAsset("asset://experience-bread-coffee-view"), imageAlt: "Luxurious bread and coffee with mountain view", authorName: "바른 제빵소", authorAvatar: resolveAsset("asset://logo-1"), date: "2023-10-26" },
|
||||
{ id: "2", category: "Cafe", title: "한 모금의 행복", excerpt: "전문 바리스타가 엄선한 원두로 내린 커피는 빵의 풍미를 한층 더 깊게 합니다.", imageSrc: resolveAsset("asset://experience-coffee-moment"), imageAlt: "Hand holding coffee cup with scenic background", authorName: "바른 제빵소", authorAvatar: resolveAsset("asset://logo-1"), date: "2023-10-26" },
|
||||
{ id: "3", category: "Nature", title: "자연과 함께하는 공간", excerpt: "넓고 푸른 잔디밭과 야외 테라스는 아이들이 뛰어놀기에도, 연인과 산책하기에도 좋습니다.", imageSrc: resolveAsset("asset://experience-mountain-terrace"), imageAlt: "Spacious outdoor terrace with mountain view", authorName: "바른 제빵소", authorAvatar: resolveAsset("asset://logo-1"), date: "2023-10-26" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,12 +161,12 @@ export default function LandingPage() {
|
||||
<div id="customer-love" data-section="customer-love">
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{ id: "1", name: "박서준", handle: "@_seojunpark", testimonial: "유기농 빵 종류가 엄청 많아요.", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/female-bakery-owner-counter-with-croissant-talking-mobile-phone_23-2148189128.jpg"), imageAlt: "customer avatar" },
|
||||
{ id: "2", name: "김소현", handle: "@sohyun_daily", testimonial: "가평 가는 길에 항상 들르는 곳.", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/front-view-man-posing-park-against-tree_23-2148749296.jpg"), imageAlt: "customer avatar" },
|
||||
{ id: "3", name: "이동욱", handle: "@dongwook_vlog", testimonial: "공기 좋고 경치도 좋고 빵도 맛있어요.", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/stylish-blond-woman-walking-street-park-summer-fashion_285396-8220.jpg"), imageAlt: "customer avatar" },
|
||||
{ id: "4", name: "정해인", handle: "@_haein_jeong", testimonial: "주차장이 넓고 공간이 정말 쾌적합니다.", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/middle-age-woman-smiling-having-good-time_23-2149218573.jpg"), imageAlt: "customer avatar" },
|
||||
{ id: "5", name: "고아라", handle: "@aarago_official", testimonial: "다른 공간에 와 있는 기분이라 좋아요.", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/man-woman-drinking-coffee-nature_23-2148653445.jpg"), imageAlt: "customer avatar" },
|
||||
{ id: "6", name: "조인성", handle: "@insung_jo", testimonial: "주말마다 방문하는 저만의 힐링 플레이스.", imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-eclairs-bakery-counter_23-2148189123.jpg"), imageAlt: "customer avatar" }
|
||||
{ id: "1", name: "박서준", handle: "@_seojunpark", testimonial: "유기농 빵 종류가 엄청 많아요.", imageSrc: resolveAsset("asset://testimonial-1"), imageAlt: "customer avatar" },
|
||||
{ id: "2", name: "김소현", handle: "@sohyun_daily", testimonial: "가평 가는 길에 항상 들르는 곳.", imageSrc: resolveAsset("asset://testimonial-2"), imageAlt: "customer avatar" },
|
||||
{ id: "3", name: "이동욱", handle: "@dongwook_vlog", testimonial: "공기 좋고 경치도 좋고 빵도 맛있어요.", imageSrc: resolveAsset("asset://testimonial-3"), imageAlt: "customer avatar" },
|
||||
{ id: "4", name: "정해인", handle: "@_haein_jeong", testimonial: "주차장이 넓고 공간이 정말 쾌적합니다.", imageSrc: resolveAsset("asset://testimonial-4"), imageAlt: "customer avatar" },
|
||||
{ id: "5", name: "고아라", handle: "@aarago_official", testimonial: "다른 공간에 와 있는 기분이라 좋아요.", imageSrc: resolveAsset("asset://testimonial-5"), imageAlt: "customer avatar" },
|
||||
{ id: "6", name: "조인성", handle: "@insung_jo", testimonial: "주말마다 방문하는 저만의 힐링 플레이스.", imageSrc: resolveAsset("asset://testimonial-6"), imageAlt: "customer avatar" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="고객님들의 사랑"
|
||||
|
||||
Reference in New Issue
Block a user