diff --git a/src/app/page.tsx b/src/app/page.tsx
index 575a3dc..0ef72c9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -59,68 +44,26 @@ export default function LandingPage() {
@@ -132,21 +75,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
features={[
- {
- title: "Check-in Date",
- description: "Select date",
- imageSrc: "http://img.b2bpic.net/free-photo/decoration-historical-ancient-ornament-detail-glass_1417-1202.jpg",
- },
- {
- title: "Check-out Date",
- description: "Select date",
- imageSrc: "http://img.b2bpic.net/free-photo/building-doors-door-european-style_1417-1306.jpg",
- },
- {
- title: "Guests",
- description: "Adults / Children",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-happy-enjoy-with-breakfast-bed-bedroom_74190-10029.jpg",
- },
+ { title: "Check-in Date", description: "Select date", imageSrc: "http://img.b2bpic.net/free-photo/decoration-historical-ancient-ornament-detail-glass_1417-1202.jpg" },
+ { title: "Check-out Date", description: "Select date", imageSrc: "http://img.b2bpic.net/free-photo/building-doors-door-european-style_1417-1306.jpg" },
+ { title: "Guests", description: "Adults / Children", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-happy-enjoy-with-breakfast-bed-bedroom_74190-10029.jpg" },
]}
title="Reservation Inquiry"
description="Plan your stay."
@@ -173,42 +104,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
- {
- id: "r1",
- name: "Signature Suite",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683423.jpg",
- },
- {
- id: "r2",
- name: "Garden Villa",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/people-relaxing-countryside_23-2151335866.jpg",
- },
- {
- id: "r3",
- name: "Deluxe Room",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861874.jpg",
- },
- {
- id: "r4",
- name: "Executive Suite",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/soft-pastel-hues-room-children_23-2151690383.jpg",
- },
- {
- id: "r5",
- name: "Premier Room",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg",
- },
- {
- id: "r6",
- name: "Garden Suite",
- price: "Contact for pricing",
- imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-decorative-word-home-candles-vase-blurred-background_169016-33655.jpg",
- },
+ { id: "r1", name: "Signature Suite", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-hotel-bedroom_23-2150683423.jpg" },
+ { id: "r2", name: "Garden Villa", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/people-relaxing-countryside_23-2151335866.jpg" },
+ { id: "r3", name: "Deluxe Room", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861874.jpg" },
+ { id: "r4", name: "Executive Suite", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/soft-pastel-hues-room-children_23-2151690383.jpg" },
+ { id: "r5", name: "Premier Room", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg" },
+ { id: "r6", name: "Garden Suite", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-decorative-word-home-candles-vase-blurred-background_169016-33655.jpg" },
]}
title="Rooms & Suites"
description="A refined retreat for discerning guests."
@@ -222,21 +123,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
features={[
- {
- title: "Fine Dining",
- description: "Authentic local seasonal menus.",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-is-drinking-white-wine-romantic-dinner-restaurant-holding-hands_8353-10579.jpg",
- },
- {
- title: "Private Lounge",
- description: "Curated beverage selections.",
- imageSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-18639.jpg",
- },
- {
- title: "Breakfast Service",
- description: "Morning tranquility in every bite.",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-with-bowl-orange-juice_23-2148877634.jpg",
- },
+ { title: "Fine Dining", description: "Authentic local seasonal menus.", imageSrc: "http://img.b2bpic.net/free-photo/couple-is-drinking-white-wine-romantic-dinner-restaurant-holding-hands_8353-10579.jpg" },
+ { title: "Private Lounge", description: "Curated beverage selections.", imageSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-18639.jpg" },
+ { title: "Breakfast Service", description: "Morning tranquility in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-with-bowl-orange-juice_23-2148877634.jpg" },
]}
title="Dining"
description="제철 식재료로 완성하는 미식의 경험."
@@ -249,36 +138,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "w1",
- value: "Spa",
- title: "Treatment Room",
- items: [
- "Traditional massage",
- "Sauna",
- "Zen garden",
- ],
- },
- {
- id: "w2",
- value: "Fit",
- title: "Fitness Club",
- items: [
- "Private sessions",
- "Yoga studio",
- "Meditation area",
- ],
- },
- {
- id: "w3",
- value: "Pool",
- title: "Indoor Pool",
- items: [
- "Heated water",
- "Architectural view",
- "Quiet deck",
- ],
- },
+ { id: "w1", value: "Spa", title: "Treatment Room", items: ["Traditional massage", "Sauna", "Zen garden"] },
+ { id: "w2", value: "Fit", title: "Fitness Club", items: ["Private sessions", "Yoga studio", "Meditation area"] },
+ { id: "w3", value: "Pool", title: "Indoor Pool", items: ["Heated water", "Architectural view", "Quiet deck"] },
]}
title="Wellness & Amenities"
description="마음의 균형을 되찾는 여정."
@@ -287,25 +149,14 @@ export default function LandingPage() {