diff --git a/src/app/page.tsx b/src/app/page.tsx
index dab8ad8..fd883d3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,27 +31,17 @@ export default function LandingPage() {
@@ -61,73 +51,39 @@ export default function LandingPage() {
description="처음 운동을 시작하는 분도 편하게 문의할 수 있는 1:1 PT 스튜디오\n체형교정 / 다이어트 / 기초체력 운동을 현재 상태에 맞춰 안내합니다."
testimonials={[
{
- name: "김OO님",
- handle: "초보자",
- testimonial: "운동이 처음이라 걱정했는데 너무 친절하게 알려주셔서 좋았어요!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/female-model-sport-bra-looks-seductive-with-hands-closed_114579-14185.jpg",
- },
+ name: "김OO님", handle: "초보자", testimonial: "운동이 처음이라 걱정했는데 너무 친절하게 알려주셔서 좋았어요!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/female-model-sport-bra-looks-seductive-with-hands-closed_114579-14185.jpg"},
{
- name: "이OO님",
- handle: "체형교정",
- testimonial: "자세를 꼼꼼히 체크해주셔서 통증이 많이 좋아졌어요.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/people-working-out-indoors-together-with-dumbbells_23-2149175333.jpg",
- },
+ name: "이OO님", handle: "체형교정", testimonial: "자세를 꼼꼼히 체크해주셔서 통증이 많이 좋아졌어요.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/people-working-out-indoors-together-with-dumbbells_23-2149175333.jpg"},
{
- name: "박OO님",
- handle: "다이어트",
- testimonial: "식단이랑 운동 습관까지 세심하게 관리해주셔서 만족합니다.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg",
- },
+ name: "박OO님", handle: "다이어트", testimonial: "식단이랑 운동 습관까지 세심하게 관리해주셔서 만족합니다.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg"},
{
- name: "정OO님",
- handle: "초보자",
- testimonial: "무섭지 않고 너무 편한 분위기에서 운동할 수 있어서 최고예요.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-gym_23-2148111668.jpg",
- },
+ name: "정OO님", handle: "초보자", testimonial: "무섭지 않고 너무 편한 분위기에서 운동할 수 있어서 최고예요.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-gym_23-2148111668.jpg"},
{
- name: "최OO님",
- handle: "근력강화",
- testimonial: "체력 고민이 많았는데 단계적으로 잘 안내해주셔서 잘 따라가고 있습니다.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580609.jpg",
- },
+ name: "최OO님", handle: "근력강화", testimonial: "체력 고민이 많았는데 단계적으로 잘 안내해주셔서 잘 따라가고 있습니다.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580609.jpg"},
]}
buttons={[
{
- text: "상담 문의",
- href: "#contact",
- },
+ text: "상담 문의", href: "#contact"},
{
- text: "위치 보기",
- href: "#location",
- },
+ text: "위치 보기", href: "#location"},
]}
imageSrc="http://img.b2bpic.net/free-photo/yoga-woman-young-woman-doing-yoga-morning_654080-1096.jpg"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/portrait-smiling-fitness-woman-with-towel-resting_171337-6262.jpg",
- alt: "happy gym member",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-smiling-fitness-woman-with-towel-resting_171337-6262.jpg", alt: "happy gym member"},
{
- src: "http://img.b2bpic.net/free-photo/front-view-young-female-excited-pink_179666-2069.jpg",
- alt: "smiling gym client",
- },
+ src: "http://img.b2bpic.net/free-photo/front-view-young-female-excited-pink_179666-2069.jpg", alt: "smiling gym client"},
{
- src: "http://img.b2bpic.net/free-photo/young-woman-crossing-arms_1187-3778.jpg",
- alt: "confident gym member",
- },
+ src: "http://img.b2bpic.net/free-photo/young-woman-crossing-arms_1187-3778.jpg", alt: "confident gym member"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-happy-fitness-woman_171337-6275.jpg",
- alt: "satisfied trainee",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-happy-fitness-woman_171337-6275.jpg", alt: "satisfied trainee"},
{
- src: "http://img.b2bpic.net/free-photo/professional-instructors-gym_329181-14166.jpg",
- alt: "professional instructor",
- },
+ src: "http://img.b2bpic.net/free-photo/professional-instructors-gym_329181-14166.jpg", alt: "professional instructor"},
]}
avatarText="수많은 회원님들이 함께하고 있습니다"
/>
@@ -150,19 +106,13 @@ export default function LandingPage() {
features={[
{
icon: Activity,
- title: "체형교정 PT",
- description: "자세와 움직임 패턴을 확인하고 불균형을 교정하는 맞춤 운동",
- },
+ title: "체형교정 PT", description: "자세와 움직임 패턴을 확인하고 불균형을 교정하는 맞춤 운동"},
{
icon: Flame,
- title: "다이어트 PT",
- description: "생활 습관과 함께 진행하는 현실적인 체지방 관리",
- },
+ title: "다이어트 PT", description: "생활 습관과 함께 진행하는 현실적인 체지방 관리"},
{
icon: Activity,
- title: "기초체력 / 근력 강화",
- description: "운동을 처음 시작하는 분도 단계적으로 체력을 향상",
- },
+ title: "기초체력 / 근력 강화", description: "운동을 처음 시작하는 분도 단계적으로 체력을 향상"},
]}
title="대표 프로그램"
description="개개인의 현재 몸 상태와 운동 목적에 맞춰 가장 효율적인 커리큘럼을 제안합니다."
@@ -177,19 +127,13 @@ export default function LandingPage() {
features={[
{
icon: CalendarDays,
- title: "상담 예약",
- description: "미리 연락 주시면 1:1로 정성껏 안내해 드립니다.",
- },
+ title: "상담 예약", description: "미리 연락 주시면 1:1로 정성껏 안내해 드립니다."},
{
icon: Search,
- title: "상태 점검",
- description: "현재 상태와 운동 목표를 세밀하게 확인합니다.",
- },
+ title: "상태 점검", description: "현재 상태와 운동 목표를 세밀하게 확인합니다."},
{
icon: CheckCircle2,
- title: "방향 안내",
- description: "맞춤 운동 방향을 확인하고 시작하는 안내를 받습니다.",
- },
+ title: "방향 안내", description: "맞춤 운동 방향을 확인하고 시작하는 안내를 받습니다."},
]}
title="처음 방문하신다면 이렇게 진행됩니다"
description="무리한 상담 강요 없이, 편안하게 상태를 먼저 체크합니다."
@@ -203,40 +147,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "김OO",
- role: "회원",
- testimonial: "너무 친절하게 알려주셔서 초보자도 안심하고 운동할 수 있어요.",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-brunette-curly-darkskinned-man-black-shorts-white-tshirt-smiles-sincerely-sits-yoga-mat-near-sea_197531-28681.jpg",
- },
+ id: "t1", name: "김OO", role: "회원", testimonial: "너무 친절하게 알려주셔서 초보자도 안심하고 운동할 수 있어요.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-brunette-curly-darkskinned-man-black-shorts-white-tshirt-smiles-sincerely-sits-yoga-mat-near-sea_197531-28681.jpg"},
{
- id: "t2",
- name: "이OO",
- role: "회원",
- testimonial: "자세를 정말 꼼꼼히 잡아주셔서 만족합니다.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-exercising-with-dumbbell_23-2149178069.jpg",
- },
+ id: "t2", name: "이OO", role: "회원", testimonial: "자세를 정말 꼼꼼히 잡아주셔서 만족합니다.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-exercising-with-dumbbell_23-2149178069.jpg"},
{
- id: "t3",
- name: "박OO",
- role: "회원",
- testimonial: "다이어트 식단까지 챙겨주시니 훨씬 편해요.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-wearing-gym-clothes-using-headphones-smiling-doing-phone-gesture-with-hand-fingers-like-talking-telephone-communicating-concepts_839833-31460.jpg",
- },
+ id: "t3", name: "박OO", role: "회원", testimonial: "다이어트 식단까지 챙겨주시니 훨씬 편해요.", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-wearing-gym-clothes-using-headphones-smiling-doing-phone-gesture-with-hand-fingers-like-talking-telephone-communicating-concepts_839833-31460.jpg"},
{
- id: "t4",
- name: "정OO",
- role: "회원",
- testimonial: "부담 없는 분위기라 PT가 처음인데도 좋네요.",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-male-athlete-performing-push-ups-medicine-ball-exercising-gym_639032-2640.jpg",
- },
+ id: "t4", name: "정OO", role: "회원", testimonial: "부담 없는 분위기라 PT가 처음인데도 좋네요.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-male-athlete-performing-push-ups-medicine-ball-exercising-gym_639032-2640.jpg"},
{
- id: "t5",
- name: "최OO",
- role: "회원",
- testimonial: "체력이 많이 좋아져서 생활이 달라졌습니다.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg",
- },
+ id: "t5", name: "최OO", role: "회원", testimonial: "체력이 많이 좋아져서 생활이 달라졌습니다.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg"},
]}
title="회원님들의 생생한 리뷰"
description="초보자도 편하게 시작할 수 있다는 후기가 많고 자세를 꼼꼼히 봐준다는 리뷰가 많은 스튜디오입니다."
@@ -249,20 +168,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "운동이 처음인데 괜찮을까요?",
- content: "네, 초보자분들이 더 많습니다. 현재 체력에 맞춰 아주 기초부터 차근차근 시작하니 걱정하지 마세요.",
- },
+ id: "q1", title: "운동이 처음인데 괜찮을까요?", content: "네, 초보자분들이 더 많습니다. 현재 체력에 맞춰 아주 기초부터 차근차근 시작하니 걱정하지 마세요."},
{
- id: "q2",
- title: "체험 수업이 가능한가요?",
- content: "체험 수업 문의 가능합니다. 먼저 스튜디오 분위기와 수업 방식을 경험해 보세요.",
- },
+ id: "q2", title: "체험 수업이 가능한가요?", content: "체험 수업 문의 가능합니다. 먼저 스튜디오 분위기와 수업 방식을 경험해 보세요."},
{
- id: "q3",
- title: "프로그램 비용은 어떻게 되나요?",
- content: "현재 상태 확인과 목표 설정이 우선이기에, 구체적인 안내는 상담 후 가장 적합한 방향으로 안내해 드립니다.",
- },
+ id: "q3", title: "프로그램 비용은 어떻게 되나요?", content: "현재 상태 확인과 목표 설정이 우선이기에, 구체적인 안내는 상담 후 가장 적합한 방향으로 안내해 드립니다."},
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-defocused-gym-equipment_74190-6072.jpg"
mediaAnimation="slide-up"
@@ -276,8 +186,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file