@@ -168,26 +108,11 @@ export default function LandingPage() {
rating={5}
author="Ayşe Yılmaz"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-gym_23-2150007191.jpg",
- alt: "Client",
- },
- {
- src: "http://img.b2bpic.net/free-photo/medium-shot-fit-women-training-together_23-2148938445.jpg",
- alt: "Client",
- },
- {
- src: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-113975.jpg",
- alt: "Client",
- },
- {
- src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2543.jpg",
- alt: "Client",
- },
- {
- src: "http://img.b2bpic.net/free-photo/front-view-woman-posing-while-holding-yoga-mat_23-2148785174.jpg",
- alt: "Client",
- },
+ { src: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-gym_23-2150007191.jpg", alt: "Client" },
+ { src: "http://img.b2bpic.net/free-photo/medium-shot-fit-women-training-together_23-2148938445.jpg", alt: "Client" },
+ { src: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-113975.jpg", alt: "Client" },
+ { src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2543.jpg", alt: "Client" },
+ { src: "http://img.b2bpic.net/free-photo/front-view-woman-posing-while-holding-yoga-mat_23-2148785174.jpg", alt: "Client" },
]}
ratingAnimation="slide-up"
avatarsAnimation="opacity"
@@ -199,21 +124,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Do I need experience?",
- content: "No, our sessions are tailored for beginners and advanced individuals alike.",
- },
- {
- id: "f2",
- title: "How often should I train?",
- content: "We recommend 2-3 sessions a week for optimal posture results.",
- },
- {
- id: "f3",
- title: "Is it safe for injuries?",
- content: "Yes, we specialize in rehab and corrective exercise plans.",
- },
+ { id: "f1", title: "Do I need experience?", content: "No, our sessions are tailored for beginners and advanced individuals alike." },
+ { id: "f2", title: "How often should I train?", content: "We recommend 2-3 sessions a week for optimal posture results." },
+ { id: "f3", title: "Is it safe for injuries?", content: "Yes, we specialize in rehab and corrective exercise plans." },
]}
title="Common Questions"
description="Get answers to everything you need to know about starting Pilates at our studio."
@@ -224,35 +137,22 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file