Update src/app/page.tsx
This commit is contained in:
351
src/app/page.tsx
351
src/app/page.tsx
@@ -33,30 +33,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "홈",
|
||||
id: "#home",
|
||||
},
|
||||
name: "홈", id: "#home"},
|
||||
{
|
||||
name: "프로젝트",
|
||||
id: "#about",
|
||||
},
|
||||
name: "프로젝트", id: "#about"},
|
||||
{
|
||||
name: "특징",
|
||||
id: "#features",
|
||||
},
|
||||
name: "특징", id: "#features"},
|
||||
{
|
||||
name: "매물",
|
||||
id: "#products",
|
||||
},
|
||||
name: "매물", id: "#products"},
|
||||
{
|
||||
name: "문의",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "문의", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "지금 문의",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "지금 문의", href: "#contact"}}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/logo-two-versions-abstract-style_23-2148451803.jpg"
|
||||
logoAlt="고급 부동산 로고"
|
||||
brandName="고급 부동산"
|
||||
@@ -67,83 +55,43 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="당신의 꿈을 현실로 만드는 프리미엄 라이프스타일"
|
||||
description="최고의 입지, 혁신적인 설계, 그리고 비교할 수 없는 편안함을 제공하는 고급 부동산 프로젝트를 경험하세요. 지금 바로 당신의 새로운 시작을 만나보세요."
|
||||
testimonials={[
|
||||
{
|
||||
name: "김민준",
|
||||
handle: "@MinjunK",
|
||||
testimonial: "이곳에 집을 마련한 것은 최고의 결정이었습니다. 뛰어난 생활 환경과 완벽한 교통편, 그리고 주변 편의 시설까지 모든 것이 만족스럽습니다.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-hopeful-brunette-girl-cross-fingers-good-luck-making-wish-looking-up-with-begging-face-say-please-praying-standing-against-blue-background_1258-123590.jpg",
|
||||
imageAlt: "김민준 고객",
|
||||
},
|
||||
name: "김민준", handle: "@MinjunK", testimonial: "이곳에 집을 마련한 것은 최고의 결정이었습니다. 뛰어난 생활 환경과 완벽한 교통편, 그리고 주변 편의 시설까지 모든 것이 만족스럽습니다.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-hopeful-brunette-girl-cross-fingers-good-luck-making-wish-looking-up-with-begging-face-say-please-praying-standing-against-blue-background_1258-123590.jpg", imageAlt: "김민준 고객"},
|
||||
{
|
||||
name: "이지은",
|
||||
handle: "@JieunL",
|
||||
testimonial: "고급스러운 인테리어와 넓은 공간, 그리고 탁 트인 조망까지. 매일매일 휴가 온 듯한 기분으로 생활하고 있습니다. 적극 추천합니다!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg",
|
||||
imageAlt: "이지은 고객",
|
||||
},
|
||||
name: "이지은", handle: "@JieunL", testimonial: "고급스러운 인테리어와 넓은 공간, 그리고 탁 트인 조망까지. 매일매일 휴가 온 듯한 기분으로 생활하고 있습니다. 적극 추천합니다!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17097.jpg", imageAlt: "이지은 고객"},
|
||||
{
|
||||
name: "박서준",
|
||||
handle: "@SeojunP",
|
||||
testimonial: "생각했던 것보다 훨씬 훌륭한 곳입니다. 문의부터 계약까지 모든 과정이 투명하고 친절하게 진행되어 믿음이 갔습니다.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-dancing-together_23-2148388784.jpg",
|
||||
imageAlt: "박서준 고객",
|
||||
},
|
||||
name: "박서준", handle: "@SeojunP", testimonial: "생각했던 것보다 훨씬 훌륭한 곳입니다. 문의부터 계약까지 모든 과정이 투명하고 친절하게 진행되어 믿음이 갔습니다.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-couple-dancing-together_23-2148388784.jpg", imageAlt: "박서준 고객"},
|
||||
{
|
||||
name: "최유진",
|
||||
handle: "@YujinC",
|
||||
testimonial: "아이들과 함께 살기에 너무 좋은 환경입니다. 근처에 공원도 많고 학군도 훌륭해서 가족 모두가 만족하고 있습니다. 감사합니다.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-family-background-new-house-modern-new-house-is-background_493343-29877.jpg",
|
||||
imageAlt: "최유진 고객",
|
||||
},
|
||||
name: "최유진", handle: "@YujinC", testimonial: "아이들과 함께 살기에 너무 좋은 환경입니다. 근처에 공원도 많고 학군도 훌륭해서 가족 모두가 만족하고 있습니다. 감사합니다.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-family-background-new-house-modern-new-house-is-background_493343-29877.jpg", imageAlt: "최유진 고객"},
|
||||
{
|
||||
name: "정하은",
|
||||
handle: "@HaeunJ",
|
||||
testimonial: "전망 좋은 고층 아파트를 찾고 있었는데, 이곳에서 꿈에 그리던 집을 찾았습니다. 밤에 보는 야경은 정말 예술입니다.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-from-home_23-2149173331.jpg",
|
||||
imageAlt: "정하은 고객",
|
||||
},
|
||||
name: "정하은", handle: "@HaeunJ", testimonial: "전망 좋은 고층 아파트를 찾고 있었는데, 이곳에서 꿈에 그리던 집을 찾았습니다. 밤에 보는 야경은 정말 예술입니다.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-from-home_23-2149173331.jpg", imageAlt: "정하은 고객"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "프로젝트 둘러보기",
|
||||
href: "#products",
|
||||
},
|
||||
text: "프로젝트 둘러보기", href: "#products"},
|
||||
{
|
||||
text: "문의하기",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "문의하기", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
alt: "고객 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "고객 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
||||
alt: "고객 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", alt: "고객 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/professional-smiling-asian-businesswoman-standing-with-digital-tablet-wearing-suit-office-work-looking-confident-happy-posing-against-pink-background_1258-98133.jpg",
|
||||
alt: "고객 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/professional-smiling-asian-businesswoman-standing-with-digital-tablet-wearing-suit-office-work-looking-confident-happy-posing-against-pink-background_1258-98133.jpg", alt: "고객 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/healthy-lifestyle-sustained-home_23-2149362480.jpg",
|
||||
alt: "고객 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/healthy-lifestyle-sustained-home_23-2149362480.jpg", alt: "고객 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14318.jpg",
|
||||
alt: "고객 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14318.jpg", alt: "고객 5"},
|
||||
]}
|
||||
avatarText="만족한 고객 1,000+ 명"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896796.jpg"
|
||||
@@ -151,29 +99,16 @@ export default function LandingPage() {
|
||||
mediaAnimation="opacity"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/structures-architecture-from-new-york-city_23-2150820110.jpg",
|
||||
alt: "모던 시티 아키텍처",
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/structures-architecture-from-new-york-city_23-2150820110.jpg", alt: "모던 시티 아키텍처"},
|
||||
{
|
||||
type: "text", text: "최고의 입지"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/rendering-miniature-world_23-2150880039.jpg", alt: "공원 속 아파트"},
|
||||
{
|
||||
type: "text-icon", text: "혁신적인 디자인", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "최고의 입지",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/rendering-miniature-world_23-2150880039.jpg",
|
||||
alt: "공원 속 아파트",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "혁신적인 디자인",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/woman-showing-her-colleague-something-her-tablet_23-2149318590.jpg",
|
||||
alt: "럭셔리 인테리어",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/woman-showing-her-colleague-something-her-tablet_23-2149318590.jpg", alt: "럭셔리 인테리어"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -185,11 +120,8 @@ export default function LandingPage() {
|
||||
title="최고의 가치를 선사하는 특별한 공간"
|
||||
buttons={[
|
||||
{
|
||||
text: "더 알아보기",
|
||||
href: "#features",
|
||||
},
|
||||
text: "더 알아보기", href: "#features"},
|
||||
]}
|
||||
description="저희 부동산 프로젝트는 단순한 주거 공간을 넘어, 당신의 삶의 질을 한 단계 높여줄 프리미엄 라이프스타일을 제안합니다. 혁신적인 건축 기술과 친환경 디자인이 조화된 이곳에서 미래를 경험하세요.\n\n세련된 디자인, 최첨단 편의 시설, 그리고 자연과 어우러진 조경까지. 모든 디테일에 심혈을 기울여 당신에게 최상의 만족감을 선사할 것입니다."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -201,29 +133,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "혁신적인 디자인",
|
||||
description: "현대적인 감각과 실용성을 겸비한 혁신적인 디자인으로 당신의 품격을 높여드립니다.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-loft-style-apartment-with-homey-office-corner_482257-119908.jpg",
|
||||
imageAlt: "혁신적인 거실 디자인",
|
||||
},
|
||||
title: "혁신적인 디자인", description: "현대적인 감각과 실용성을 겸비한 혁신적인 디자인으로 당신의 품격을 높여드립니다.", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-loft-style-apartment-with-homey-office-corner_482257-119908.jpg", imageAlt: "혁신적인 거실 디자인"},
|
||||
{
|
||||
title: "최고급 마감재",
|
||||
description: "세계적인 브랜드의 최고급 마감재와 빌트인 가전으로 럭셔리한 주거 환경을 제공합니다.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821289.jpg",
|
||||
imageAlt: "최고급 주방 인테리어",
|
||||
},
|
||||
title: "최고급 마감재", description: "세계적인 브랜드의 최고급 마감재와 빌트인 가전으로 럭셔리한 주거 환경을 제공합니다.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821289.jpg", imageAlt: "최고급 주방 인테리어"},
|
||||
{
|
||||
title: "스마트 홈 시스템",
|
||||
description: "최첨단 스마트 홈 시스템으로 더욱 편리하고 안전하며 효율적인 생활을 누릴 수 있습니다.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-morning-woman-bed-lady-bedroom-brunette-with-tablet_1157-43447.jpg",
|
||||
imageAlt: "스마트 침실 환경",
|
||||
},
|
||||
title: "스마트 홈 시스템", description: "최첨단 스마트 홈 시스템으로 더욱 편리하고 안전하며 효율적인 생활을 누릴 수 있습니다.", imageSrc: "http://img.b2bpic.net/free-photo/good-morning-woman-bed-lady-bedroom-brunette-with-tablet_1157-43447.jpg", imageAlt: "스마트 침실 환경"},
|
||||
{
|
||||
title: "여유로운 커뮤니티",
|
||||
description: "다양한 여가 활동을 위한 피트니스, 라운지 등 품격 있는 커뮤니티 시설을 제공합니다.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-bathroom-authentic-interior-design_53876-128724.jpg",
|
||||
imageAlt: "고급스러운 욕실",
|
||||
},
|
||||
title: "여유로운 커뮤니티", description: "다양한 여가 활동을 위한 피트니스, 라운지 등 품격 있는 커뮤니티 시설을 제공합니다.", imageSrc: "http://img.b2bpic.net/free-photo/retro-bathroom-authentic-interior-design_53876-128724.jpg", imageAlt: "고급스러운 욕실"},
|
||||
]}
|
||||
title="차별화된 가치, 당신을 위한 특별한 경험"
|
||||
description="저희 프로젝트는 단순한 주거 공간을 넘어, 당신의 삶을 더욱 풍요롭게 만들 최고의 가치를 제공합니다. 혁신적인 디자인, 최첨단 시스템, 그리고 품격 있는 커뮤니티 시설까지, 모든 것이 완벽하게 조화된 특별한 경험을 만나보세요."
|
||||
@@ -239,47 +155,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "apartment-a",
|
||||
name: "럭셔리 아파트 A동",
|
||||
price: "12억원 부터",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394922.jpg",
|
||||
imageAlt: "럭셔리 아파트 A동",
|
||||
},
|
||||
id: "apartment-a", name: "럭셔리 아파트 A동", price: "12억원 부터", imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394922.jpg", imageAlt: "럭셔리 아파트 A동"},
|
||||
{
|
||||
id: "villa-b",
|
||||
name: "프라이빗 빌라 B동",
|
||||
price: "25억원 부터",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-house-with-beautiful-lawn-sunny-sky_23-2151974423.jpg",
|
||||
imageAlt: "프라이빗 빌라 B동",
|
||||
},
|
||||
id: "villa-b", name: "프라이빗 빌라 B동", price: "25억원 부터", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-house-with-beautiful-lawn-sunny-sky_23-2151974423.jpg", imageAlt: "프라이빗 빌라 B동"},
|
||||
{
|
||||
id: "townhouse-c",
|
||||
name: "모던 타운하우스 C동",
|
||||
price: "9억원 부터",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg",
|
||||
imageAlt: "모던 타운하우스 C동",
|
||||
},
|
||||
id: "townhouse-c", name: "모던 타운하우스 C동", price: "9억원 부터", imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg", imageAlt: "모던 타운하우스 C동"},
|
||||
{
|
||||
id: "penthouse-d",
|
||||
name: "최상층 펜트하우스 D동",
|
||||
price: "50억원 부터",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-orange-dress-using-tablet-modern-rooftop-office_273443-3116.jpg",
|
||||
imageAlt: "최상층 펜트하우스 D동",
|
||||
},
|
||||
id: "penthouse-d", name: "최상층 펜트하우스 D동", price: "50억원 부터", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-orange-dress-using-tablet-modern-rooftop-office_273443-3116.jpg", imageAlt: "최상층 펜트하우스 D동"},
|
||||
{
|
||||
id: "office-e",
|
||||
name: "프리미엄 오피스 E동",
|
||||
price: "상담 문의",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-building-with-many-windows_23-2148252801.jpg",
|
||||
imageAlt: "프리미엄 오피스 E동",
|
||||
},
|
||||
id: "office-e", name: "프리미엄 오피스 E동", price: "상담 문의", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-building-with-many-windows_23-2148252801.jpg", imageAlt: "프리미엄 오피스 E동"},
|
||||
{
|
||||
id: "commercial-f",
|
||||
name: "상업 시설 F동",
|
||||
price: "상담 문의",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1978.jpg",
|
||||
imageAlt: "상업 시설 F동",
|
||||
},
|
||||
id: "commercial-f", name: "상업 시설 F동", price: "상담 문의", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-lounge-hall_105762-1978.jpg", imageAlt: "상업 시설 F동"},
|
||||
]}
|
||||
title="당신에게 맞는 특별한 공간을 찾으세요"
|
||||
description="다양한 타입의 주거 및 상업 시설을 제공하여 고객님의 라이프스타일과 투자 목표에 완벽하게 부합하는 최적의 선택을 하실 수 있도록 돕습니다."
|
||||
@@ -293,42 +179,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "total-units",
|
||||
value: "245",
|
||||
title: "총 세대수",
|
||||
items: [
|
||||
"고층 아파트 120세대",
|
||||
"빌라 60세대",
|
||||
"타운하우스 45세대",
|
||||
"펜트하우스 20세대",
|
||||
],
|
||||
id: "total-units", value: "245", title: "총 세대수", items: [
|
||||
"고층 아파트 120세대", "빌라 60세대", "타운하우스 45세대", "펜트하우스 20세대"],
|
||||
},
|
||||
{
|
||||
id: "completion-rate",
|
||||
value: "90%",
|
||||
title: "공정률",
|
||||
items: [
|
||||
"외관 공사 완료",
|
||||
"내부 인테리어 진행 중",
|
||||
"조경 공사 마무리 단계",
|
||||
"예정보다 빠른 진행",
|
||||
],
|
||||
id: "completion-rate", value: "90%", title: "공정률", items: [
|
||||
"외관 공사 완료", "내부 인테리어 진행 중", "조경 공사 마무리 단계", "예정보다 빠른 진행"],
|
||||
},
|
||||
{
|
||||
id: "customer-satisfaction",
|
||||
value: "98%",
|
||||
title: "고객 만족도",
|
||||
items: [
|
||||
"뛰어난 주거 환경",
|
||||
"친절한 서비스",
|
||||
"신뢰할 수 있는 품질",
|
||||
"지속적인 피드백 반영",
|
||||
],
|
||||
id: "customer-satisfaction", value: "98%", title: "고객 만족도", items: [
|
||||
"뛰어난 주거 환경", "친절한 서비스", "신뢰할 수 있는 품질", "지속적인 피드백 반영"],
|
||||
},
|
||||
]}
|
||||
title="성공적인 투자를 위한 핵심 지표"
|
||||
description="저희 프로젝트는 뛰어난 공정률과 높은 고객 만족도를 통해 안정적인 투자 가치와 최상의 주거 환경을 제공합니다. 숫자로 증명되는 프리미엄 라이프를 경험하세요."
|
||||
tag="Key Metrics"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -339,53 +205,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "김민준",
|
||||
handle: "사업가",
|
||||
testimonial: "이곳에 집을 마련한 것은 최고의 결정이었습니다. 뛰어난 생활 환경과 완벽한 교통편, 그리고 주변 편의 시설까지 모든 것이 만족스럽습니다.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-with-crossing-arms-isolated-dark-background_613910-6555.jpg",
|
||||
imageAlt: "김민준 고객",
|
||||
},
|
||||
id: "testimonial-1", name: "김민준", handle: "사업가", testimonial: "이곳에 집을 마련한 것은 최고의 결정이었습니다. 뛰어난 생활 환경과 완벽한 교통편, 그리고 주변 편의 시설까지 모든 것이 만족스럽습니다.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-with-crossing-arms-isolated-dark-background_613910-6555.jpg", imageAlt: "김민준 고객"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "이지은",
|
||||
handle: "디자이너",
|
||||
testimonial: "고급스러운 인테리어와 넓은 공간, 그리고 탁 트인 조망까지. 매일매일 휴가 온 듯한 기분으로 생활하고 있습니다. 적극 추천합니다!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
|
||||
imageAlt: "이지은 고객",
|
||||
},
|
||||
id: "testimonial-2", name: "이지은", handle: "디자이너", testimonial: "고급스러운 인테리어와 넓은 공간, 그리고 탁 트인 조망까지. 매일매일 휴가 온 듯한 기분으로 생활하고 있습니다. 적극 추천합니다!", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg", imageAlt: "이지은 고객"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "박서준",
|
||||
handle: "변호사",
|
||||
testimonial: "생각했던 것보다 훨씬 훌륭한 곳입니다. 문의부터 계약까지 모든 과정이 투명하고 친절하게 진행되어 믿음이 갔습니다.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-with-wooden-background_23-2148334711.jpg",
|
||||
imageAlt: "박서준 고객",
|
||||
},
|
||||
id: "testimonial-3", name: "박서준", handle: "변호사", testimonial: "생각했던 것보다 훨씬 훌륭한 곳입니다. 문의부터 계약까지 모든 과정이 투명하고 친절하게 진행되어 믿음이 갔습니다.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-couple-with-wooden-background_23-2148334711.jpg", imageAlt: "박서준 고객"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "최유진",
|
||||
handle: "주부",
|
||||
testimonial: "아이들과 함께 살기에 너무 좋은 환경입니다. 근처에 공원도 많고 학군도 훌륭해서 가족 모두가 만족하고 있습니다. 감사합니다.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-girl-sitting-floor-with-cup-coffee-happy-couple-enjoying-tea-together_197531-12222.jpg",
|
||||
imageAlt: "최유진 고객",
|
||||
},
|
||||
id: "testimonial-4", name: "최유진", handle: "주부", testimonial: "아이들과 함께 살기에 너무 좋은 환경입니다. 근처에 공원도 많고 학군도 훌륭해서 가족 모두가 만족하고 있습니다. 감사합니다.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-girl-sitting-floor-with-cup-coffee-happy-couple-enjoying-tea-together_197531-12222.jpg", imageAlt: "최유진 고객"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "정하은",
|
||||
handle: "금융 전문가",
|
||||
testimonial: "전망 좋은 고층 아파트를 찾고 있었는데, 이곳에서 꿈에 그리던 집을 찾았습니다. 밤에 보는 야경은 정말 예술입니다.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-black-suit_23-2148095673.jpg",
|
||||
imageAlt: "정하은 고객",
|
||||
},
|
||||
id: "testimonial-5", name: "정하은", handle: "금융 전문가", testimonial: "전망 좋은 고층 아파트를 찾고 있었는데, 이곳에서 꿈에 그리던 집을 찾았습니다. 밤에 보는 야경은 정말 예술입니다.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-black-suit_23-2148095673.jpg", imageAlt: "정하은 고객"},
|
||||
{
|
||||
id: "testimonial-6",
|
||||
name: "이재현",
|
||||
handle: "의사",
|
||||
testimonial: "바쁜 일상 속에서 편안하게 쉴 수 있는 완벽한 공간입니다. 조용하고 쾌적한 환경 덕분에 재택근무 효율도 높아졌습니다.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg",
|
||||
imageAlt: "이재현 고객",
|
||||
},
|
||||
id: "testimonial-6", name: "이재현", handle: "의사", testimonial: "바쁜 일상 속에서 편안하게 쉴 수 있는 완벽한 공간입니다. 조용하고 쾌적한 환경 덕분에 재택근무 효율도 높아졌습니다.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg", imageAlt: "이재현 고객"},
|
||||
]}
|
||||
title="고객들이 직접 경험한 최상의 가치"
|
||||
description="저희 프로젝트에 대한 고객들의 진솔한 평가를 들어보세요. 당신의 현명한 선택을 위한 가장 확실한 증거입니다."
|
||||
@@ -399,35 +229,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "분양 일정은 어떻게 되나요?",
|
||||
content: "분양 일정은 현재 홈페이지에 공지되어 있으며, 자세한 내용은 분양 사무실로 문의하시면 친절하게 안내해 드립니다.",
|
||||
},
|
||||
id: "faq-1", title: "분양 일정은 어떻게 되나요?", content: "분양 일정은 현재 홈페이지에 공지되어 있으며, 자세한 내용은 분양 사무실로 문의하시면 친절하게 안내해 드립니다."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "청약 자격 조건은 무엇인가요?",
|
||||
content: "청약 자격 조건은 타입별로 상이할 수 있으니, 상세한 내용은 분양 가이드를 참고하시거나 상담을 통해 확인해 주시기 바랍니다.",
|
||||
},
|
||||
id: "faq-2", title: "청약 자격 조건은 무엇인가요?", content: "청약 자격 조건은 타입별로 상이할 수 있으니, 상세한 내용은 분양 가이드를 참고하시거나 상담을 통해 확인해 주시기 바랍니다."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "계약 시 필요한 서류는 무엇인가요?",
|
||||
content: "계약 시 필요한 서류는 신분증, 인감증명서, 인감도장, 주민등록등본 등이 있으며, 자세한 사항은 개별 안내해 드립니다.",
|
||||
},
|
||||
id: "faq-3", title: "계약 시 필요한 서류는 무엇인가요?", content: "계약 시 필요한 서류는 신분증, 인감증명서, 인감도장, 주민등록등본 등이 있으며, 자세한 사항은 개별 안내해 드립니다."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "모델하우스 방문은 예약제로 운영되나요?",
|
||||
content: "네, 모델하우스는 쾌적한 관람을 위해 예약제로 운영되고 있습니다. 홈페이지를 통해 방문 예약을 해주시면 됩니다.",
|
||||
},
|
||||
id: "faq-4", title: "모델하우스 방문은 예약제로 운영되나요?", content: "네, 모델하우스는 쾌적한 관람을 위해 예약제로 운영되고 있습니다. 홈페이지를 통해 방문 예약을 해주시면 됩니다."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "교통편은 어떻게 되나요?",
|
||||
content: "지하철역과 인접해 있으며, 다양한 버스 노선이 있어 대중교통 이용이 매우 편리합니다. 자가용 이용 시에도 주요 도로 접근성이 뛰어납니다.",
|
||||
},
|
||||
id: "faq-5", title: "교통편은 어떻게 되나요?", content: "지하철역과 인접해 있으며, 다양한 버스 노선이 있어 대중교통 이용이 매우 편리합니다. 자가용 이용 시에도 주요 도로 접근성이 뛰어납니다."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "주변 학군 및 편의시설은 어떤가요?",
|
||||
content: "도보 거리에 명문 학군이 위치해 있으며, 대형마트, 백화점, 병원 등 다양한 편의시설이 인접하여 편리한 생활이 가능합니다.",
|
||||
},
|
||||
id: "faq-6", title: "주변 학군 및 편의시설은 어떤가요?", content: "도보 거리에 명문 학군이 위치해 있으며, 대형마트, 백화점, 병원 등 다양한 편의시설이 인접하여 편리한 생활이 가능합니다."},
|
||||
]}
|
||||
title="자주 묻는 질문"
|
||||
description="분양에 대한 궁금증을 해결해 드립니다. 더 궁금한 점이 있으시면 언제든지 문의해 주세요."
|
||||
@@ -440,8 +252,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="당신의 꿈을 현실로, 지금 바로 문의하세요"
|
||||
description="전문 상담팀이 최선을 다해 고객님의 궁금증을 해소해 드리고, 최적의 선택을 도와드리겠습니다. 방문 상담 예약도 가능합니다."
|
||||
@@ -459,49 +270,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "프로젝트 소개",
|
||||
href: "#about",
|
||||
},
|
||||
label: "프로젝트 소개", href: "#about"},
|
||||
{
|
||||
label: "주요 특징",
|
||||
href: "#features",
|
||||
},
|
||||
label: "주요 특징", href: "#features"},
|
||||
{
|
||||
label: "매물 정보",
|
||||
href: "#products",
|
||||
},
|
||||
label: "매물 정보", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "고객 후기",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "고객 후기", href: "#testimonials"},
|
||||
{
|
||||
label: "자주 묻는 질문",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "자주 묻는 질문", href: "#faq"},
|
||||
{
|
||||
label: "문의하기",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "문의하기", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "개인정보 처리방침",
|
||||
href: "#",
|
||||
},
|
||||
label: "개인정보 처리방침", href: "#"},
|
||||
{
|
||||
label: "이용약관",
|
||||
href: "#",
|
||||
},
|
||||
label: "이용약관", href: "#"},
|
||||
{
|
||||
label: "사이트맵",
|
||||
href: "#",
|
||||
},
|
||||
label: "사이트맵", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user