Merge version_1 into main #2
@@ -57,19 +57,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Melek Khraief", handle: "Membre depuis 2023", testimonial: "Très bonne salle de sport avec une excellente ambiance. Les coachs sont professionnels et motivants!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=1", imageAlt: "Melek Khraief"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Melek Khraief"
|
||||
},
|
||||
{
|
||||
name: "Ali Mansouri", handle: "CrossFit Homme", testimonial: "L'équipement est moderne et les séances sont intensives. Parfait pour progresser rapidement!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=2", imageAlt: "Ali Mansouri"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Ali Mansouri"
|
||||
},
|
||||
{
|
||||
name: "Fatima Ben Youssef", handle: "CrossFit Femme", testimonial: "Une vraie communauté de femmes fortes. L'ambiance motivante me pousse à dépasser mes limites.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=3", imageAlt: "Fatima Ben Youssef"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Fatima Ben Youssef"
|
||||
},
|
||||
{
|
||||
name: "Mohamed Karim", handle: "Kickboxing", testimonial: "Coachs incroyables! J'ai appris les techniques rapidement et le résultat est au rendez-vous.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=4", imageAlt: "Mohamed Karim"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Mohamed Karim"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -101,6 +101,7 @@ export default function LandingPage() {
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-4xl md:text-5xl font-light"
|
||||
descriptionClassName="text-lg text-foreground/80 leading-relaxed"
|
||||
mediaWrapperClassName=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -127,7 +128,7 @@ export default function LandingPage() {
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-4xl md:text-5xl font-light"
|
||||
descriptionClassName="text-lg text-foreground/80"
|
||||
cardClassName="p-8 rounded-2xl"
|
||||
itemClassName=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -163,7 +164,7 @@ export default function LandingPage() {
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-4xl md:text-5xl font-light"
|
||||
descriptionClassName="text-lg text-foreground/80"
|
||||
cardClassName="rounded-xl overflow-hidden"
|
||||
textBoxTitleClassName=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -190,6 +191,7 @@ export default function LandingPage() {
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-4xl md:text-5xl font-light"
|
||||
descriptionClassName="text-lg text-foreground/80"
|
||||
itemClassName=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -256,6 +258,7 @@ export default function LandingPage() {
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-4xl md:text-5xl font-light"
|
||||
descriptionClassName="text-lg text-foreground/80"
|
||||
cardTitleClassName=""
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user