Update src/app/page.tsx

This commit is contained in:
2026-05-08 12:32:04 +00:00
parent 012a2c0be9
commit 1e674df3e8

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "지금 예약하기", href: "#booking" },
{ text: "객실 둘러보기", href: "#rooms" },
]}
imageSrc="http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892972.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRLUpwUmCAp2HwKkjf2GsNVZnp/uploaded-1778243477702-wqjg5zhi.png"
imageAlt="Blue Moon Guesthouse Hero"
mediaAnimation="slide-up"
/>
@@ -94,11 +94,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "더블룸", brand: "Signature", price: "99,000", rating: 5, reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg"},
id: "1", name: "더블룸", brand: "Signature", price: "60,000", rating: 5, reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg"},
{
id: "2", name: "트윈룸", brand: "Comfort", price: "119,000", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-bed-concept_23-2148877644.jpg"},
id: "2", name: "트윈룸", brand: "Comfort", price: "60,000", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-bed-concept_23-2148877644.jpg"},
{
id: "3", name: "온돌방", brand: "Traditional", price: "89,000", rating: 4, reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-away_23-2148350493.jpg"},
id: "3", name: "온돌방", brand: "Traditional", price: "60,000 / 50,000(1인실)", rating: 4, reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-away_23-2148350493.jpg"},
]}
title="시그니처 객실 타입"
description="취향에 맞는 프라이빗 룸을 선택하세요."
@@ -113,20 +113,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "김태백", role: "여행객", company: "블루문 스테이", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hobby-leisure-adventure-young-surfer-with-cute-smile-carrying-his-surf-board-his-arm-looking-ocean-having-happy-expression_273609-1738.jpg"},
id: "1", name: "", role: "여행객", company: "블루문 스테이", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRLUpwUmCAp2HwKkjf2GsNVZnp/uploaded-1778242400346-ckb9la9w.png"},
{
id: "2", name: "이조용", role: "1인 여행", company: "블루문 스테이", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-traveling_23-2148601995.jpg"},
id: "2", name: "", role: "1인 여행", company: "블루문 스테이", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRLUpwUmCAp2HwKkjf2GsNVZnp/uploaded-1778242413977-rx9eiyzi.png"},
{
id: "3", name: "박재방", role: "단골 고객", company: "블루문 스테이", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-surfer-snapback-looking-smiling-cheerfully-after-winning-sports-contest-surfers-holding-his-white-surfboard-his-arm_273609-1551.jpg"},
id: "3", name: "", role: "단골 고객", company: "블루문 스테이", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRLUpwUmCAp2HwKkjf2GsNVZnp/uploaded-1778242425809-7cwxgxm9.png"},
{
id: "4", name: "최힐링", role: "커플", company: "블루문 스테이", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-laughing-young-man-with-beard-holding-sunglasses-posing-road-alps_197531-4384.jpg"},
id: "4", name: "", role: "커플", company: "블루문 스테이", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRLUpwUmCAp2HwKkjf2GsNVZnp/uploaded-1778242440509-i3jy5eol.png"},
{
id: "5", name: "정출장", role: "출장객", company: "블루문 스테이", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-good-looking-woman-traveler-orange-jumper-carries-rucksack-wears-headband_273609-25971.jpg"},
id: "5", name: "", role: "출장객", company: "블루문 스테이", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DRLUpwUmCAp2HwKkjf2GsNVZnp/uploaded-1778242456047-4ajtxv9w.png"},
]}
title="진짜 고객의 목소리"
description="다녀가신 분들의 생생한 리뷰입니다."