diff --git a/src/app/page.tsx b/src/app/page.tsx index f74d5f7..c32b1fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -131,46 +82,13 @@ export default function LandingPage() { textboxLayout="split" gridVariant="bento-grid" useInvertedBackground={true} + title="주요 프로젝트" + description="하이엔드 인테리어를 위한 특별한 조경 프로젝트들입니다." products={[ - { - id: "p1", - name: "Office Forest", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-green-wall-plants-wooden-floors-comfortable-seating_191095-99743.jpg", - }, - { - id: "p2", - name: "Luxury Hotel Lobby", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg", - }, - { - id: "p3", - name: "Cafe Botanical", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-restaurant_23-2149390963.jpg", - }, - { - id: "p4", - name: "Showroom Greenery", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/corner-room-whit-simple-wardrobe-plant_23-2148304886.jpg", - }, - { - id: "p5", - name: "Modern Water Feature", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-pool_23-2149037094.jpg", - }, - { - id: "p6", - name: "Custom Green Wall", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg", - }, + { id: "p1", name: "오피스 포레스트", price: "상담문의", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-green-wall-plants-wooden-floors-comfortable-seating_191095-99743.jpg" }, + { id: "p2", name: "럭셔리 호텔 로비", price: "상담문의", imageSrc: "http://img.b2bpic.net/free-photo/garden-with-wooden-bench-plants_250224-84.jpg" }, + { id: "p3", name: "카페 보태니컬", price: "상담문의", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-restaurant_23-2149390963.jpg" }, ]} - title="Featured Projects" - description="Selected installations for high-end interiors." /> @@ -181,29 +99,13 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "01", - description: "Consultation & Understanding", - }, - { - id: "m2", - value: "02", - description: "Spatial Planning & Mood", - }, - { - id: "m3", - value: "03", - description: "Precision Installation", - }, - { - id: "m4", - value: "04", - description: "Final Styling & Lighting", - }, + { id: "m1", value: "01", description: "전문 컨설팅 & 니즈 파악" }, + { id: "m2", value: "02", description: "공간 계획 & 컨셉 수립" }, + { id: "m3", value: "03", description: "정밀한 설치 & 시공" }, + { id: "m4", value: "04", description: "최종 스타일링 & 조명" }, ]} - title="The Design Process" - description="From consultation to final styling, we ensure spatial harmony." + title="디자인 프로세스" + description="상담부터 마감까지, 공간의 완벽한 조화를 약속합니다." /> @@ -212,88 +114,29 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={true} - testimonials={[ - { - id: "1", - name: "Sarah J.", - role: "CEO", - company: "TechCorp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", - }, - { - id: "2", - name: "Michael K.", - role: "Lobby Manager", - company: "Grand Hotel", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661547.jpg", - }, - { - id: "3", - name: "Emily R.", - role: "Director", - company: "DesignCo", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", - }, - { - id: "4", - name: "David L.", - role: "Café Owner", - company: "Urban Brew", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2079.jpg", - }, - { - id: "5", - name: "Jessica M.", - role: "Architect", - company: "SpaceLab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-showing-architectural-plans-with-copy-space_23-2148243013.jpg", - }, - ]} + title="고객 후기" + description="프리미엄 상업 공간을 위한 혁신적인 조경 디자인 경험입니다." kpiItems={[ - { - value: "150+", - label: "Projects Completed", - }, - { - value: "50+", - label: "Luxury Partners", - }, - { - value: "99%", - label: "Satisfaction Rate", - }, + { value: "150+", label: "완료 프로젝트" }, + { value: "50+", label: "럭셔리 파트너" }, + { value: "99%", label: "고객 만족도" }, + ]} + testimonials={[ + { id: "1", name: "김대표", role: "CEO", company: "TechCorp", rating: 5 }, + { id: "2", name: "이매니저", role: "지배인", company: "Grand Hotel", rating: 5 }, ]} - title="Client Experience" - description="Transformative results for premium commercial spaces." />