Merge version_2_1781457909199 into main #1
@@ -1,237 +1,36 @@
|
||||
import AboutTestimonial from '@/components/sections/about/AboutTestimonial';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqTabbedAccordion from '@/components/sections/faq/FaqTabbedAccordion';
|
||||
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
// AUTO-GENERATED shell by per-section-migrate.
|
||||
// Section bodies live in ./<PageBase>/sections/<X>.tsx. Edit the section
|
||||
// files directly. Non-block content (wrappers, non-inlinable sections) is
|
||||
// preserved inline; extracted section blocks become <XSection/> refs.
|
||||
|
||||
export default function HomePage() {
|
||||
import React from 'react';
|
||||
import HeroSection from './HomePage/sections/Hero';
|
||||
import AboutSection from './HomePage/sections/About';
|
||||
import FacilitiesSection from './HomePage/sections/Facilities';
|
||||
import MetricsSection from './HomePage/sections/Metrics';
|
||||
import TestimonialsSection from './HomePage/sections/Testimonials';
|
||||
import FaqSection from './HomePage/sections/Faq';
|
||||
import SocialSection from './HomePage/sections/Social';
|
||||
import ContactSection from './HomePage/sections/Contact';
|
||||
|
||||
export default function HomePage(): React.JSX.Element {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboard
|
||||
tag="Benessere e Sport"
|
||||
title="Il tuo punto di riferimento a Cordenons"
|
||||
description="Vivi lo sport e il benessere nel cuore di Cordenons. Circolo sociale, campi sportivi e una community che ti aspetta."
|
||||
primaryButton={{
|
||||
text: "Scopri le Attività",
|
||||
href: "#about",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Contattaci",
|
||||
href: "#contact",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-people-working-out_23-2150352005.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<>
|
||||
<HeroSection />
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutTestimonial
|
||||
tag="Chi Siamo"
|
||||
quote="Eurosporting Cordenons non è solo un centro sportivo, è una vera e propria casa dove lo sport incontra il piacere di stare insieme."
|
||||
author="Marco Rossi"
|
||||
role="Direttore Sportivo"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-people-training-together-gym_23-2150289969.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<AboutSection />
|
||||
|
||||
<div id="facilities" data-section="facilities">
|
||||
<SectionErrorBoundary name="facilities">
|
||||
<FeaturesImageBento
|
||||
tag="Le nostre strutture"
|
||||
title="Impianti all'avanguardia"
|
||||
description="Scopri la varietà dei nostri campi e delle zone dedicate al relax e all'allenamento."
|
||||
items={[
|
||||
{
|
||||
title: "Campi da Padel",
|
||||
description: "Campi coperti di ultima generazione.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-retro-fitness-labels_23-2147792158.jpg",
|
||||
},
|
||||
{
|
||||
title: "Campi da Tennis",
|
||||
description: "Terra rossa perfettamente curata.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-logos-collection-pickleball_23-2150220601.jpg",
|
||||
},
|
||||
{
|
||||
title: "Sala Fitness",
|
||||
description: "Attrezzatura completa per il tuo workout.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/sports-business-logo-template-black-minimal-design-vector-set_53876-157617.jpg",
|
||||
},
|
||||
{
|
||||
title: "Zona Relax",
|
||||
description: "Area ristoro per i momenti conviviali.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/biohazard-sign-ai-generated_268835-18690.jpg",
|
||||
},
|
||||
{
|
||||
title: "Spogliatoi",
|
||||
description: "Servizi moderni e confortevoli.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/build-your-own-body-strength-fitness-exercise-get-fit_53876-165270.jpg",
|
||||
},
|
||||
{
|
||||
title: "Piscina Estiva",
|
||||
description: "Perfetta per l'estate.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennessee-flag-with-banner_187299-35541.jpg",
|
||||
},
|
||||
{
|
||||
title: "Parcheggio",
|
||||
description: "Ampio parcheggio interno riservato.",
|
||||
imageSrc: "https://storage.googleapis.com/webild/default/no-image.jpg?id=htn348",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<FacilitiesSection />
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsSimpleCards
|
||||
tag="Numeri del club"
|
||||
title="La nostra realtà"
|
||||
description="Cresciamo insieme ai nostri soci ogni giorno."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
description: "Anni di attività",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
description: "Soci iscritti",
|
||||
},
|
||||
{
|
||||
value: "10",
|
||||
description: "Campi sportivi",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
description: "Passione sportiva",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<MetricsSection />
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialQuoteCards
|
||||
tag="Testimonianze"
|
||||
title="Cosa dicono di noi"
|
||||
description="La voce dei nostri soci è la nostra migliore pubblicità."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Giulia B.",
|
||||
role: "Socia da 5 anni",
|
||||
quote: "Un ambiente fantastico, istruttori sempre preparati e cortesi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-funny-expression_1194-2976.jpg",
|
||||
},
|
||||
{
|
||||
name: "Luca M.",
|
||||
role: "Appassionato Padel",
|
||||
quote: "I campi sono sempre in perfette condizioni, il top in zona.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-ethnic-male-with-curly-hair-evening_23-2148203737.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena V.",
|
||||
role: "Socia Fitness",
|
||||
quote: "Mi sento a casa ogni volta che varco la soglia, accoglienza unica.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/females-mat-training-together_23-2148387788.jpg",
|
||||
},
|
||||
{
|
||||
name: "Stefano R.",
|
||||
role: "Tenista storico",
|
||||
quote: "Un punto di riferimento per chi ama lo sport a Cordenons.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-athletic-male-rugby-player-holding-ball_23-2148793296.jpg",
|
||||
},
|
||||
{
|
||||
name: "Chiara P.",
|
||||
role: "Frequentatrice assidua",
|
||||
quote: "Consigliatissimo a tutti, dai principianti ai professionisti.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-tennis-court_1303-31904.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<TestimonialsSection />
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqTabbedAccordion
|
||||
tag="Dubbi comuni"
|
||||
title="Domande Frequenti"
|
||||
description="Ecco le risposte alle domande più comuni poste dai nostri utenti."
|
||||
categories={[
|
||||
{
|
||||
name: "Iscrizioni",
|
||||
items: [
|
||||
{
|
||||
question: "Come ci si iscrive?",
|
||||
answer: "Puoi passare direttamente in segreteria o chiamarci.",
|
||||
},
|
||||
{
|
||||
question: "Ci sono abbonamenti?",
|
||||
answer: "Offriamo diverse tipologie di abbonamento annuali o semestrali.",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Strutture",
|
||||
items: [
|
||||
{
|
||||
question: "I campi vanno prenotati?",
|
||||
answer: "Sì, la prenotazione è consigliata tramite la nostra app.",
|
||||
},
|
||||
{
|
||||
question: "Gli spogliatoi sono inclusi?",
|
||||
answer: "L'uso di spogliatoi e docce è sempre incluso nella tariffa.",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<FaqSection />
|
||||
|
||||
<div id="social" data-section="social">
|
||||
<SectionErrorBoundary name="social">
|
||||
<SocialProofMarquee
|
||||
tag="Partner e Sostegni"
|
||||
title="Sosteniamo lo Sport"
|
||||
description="Le aziende che credono nel nostro progetto sportivo."
|
||||
names={[
|
||||
"Pordenone Sport",
|
||||
"Cordenons Eventi",
|
||||
"Fit Italia",
|
||||
"Tennis World",
|
||||
"Padel Pro",
|
||||
"Benessere Totale",
|
||||
"Sport Club Network",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<SocialSection />
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Contatti"
|
||||
text="Hai ancora domande o vuoi prenotare un campo? Passa a trovarci o chiamaci subito."
|
||||
primaryButton={{
|
||||
text: "Chiama ora",
|
||||
href: "tel:+390434581173",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Email",
|
||||
href: "mailto:info@euro-sporting.it",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<ContactSection />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
22
src/pages/HomePage/sections/About.tsx
Normal file
22
src/pages/HomePage/sections/About.tsx
Normal file
@@ -0,0 +1,22 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "about" section.
|
||||
|
||||
import React from 'react';
|
||||
import AboutTestimonial from '@/components/sections/about/AboutTestimonial';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function AboutSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutTestimonial
|
||||
tag="Chi Siamo"
|
||||
quote="Eurosporting Cordenons non è solo un centro sportivo, è una vera e propria casa dove lo sport incontra il piacere di stare insieme."
|
||||
author="Marco Rossi"
|
||||
role="Direttore Sportivo"
|
||||
imageSrc="https://images.unsplash.com/photo-1534438327276-14e5300c3a48?q=80&w=2070&auto=format&fit=crop"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
27
src/pages/HomePage/sections/Contact.tsx
Normal file
27
src/pages/HomePage/sections/Contact.tsx
Normal file
@@ -0,0 +1,27 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "contact" section.
|
||||
|
||||
import React from 'react';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function ContactSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Contatti"
|
||||
text="Hai ancora domande o vuoi prenotare un campo? Passa a trovarci o chiamaci subito."
|
||||
primaryButton={{
|
||||
text: "Chiama ora",
|
||||
href: "tel:+390434581173",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Email",
|
||||
href: "mailto:info@euro-sporting.it",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
21
src/pages/HomePage/sections/Facilities.tsx
Normal file
21
src/pages/HomePage/sections/Facilities.tsx
Normal file
@@ -0,0 +1,21 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "facilities" section.
|
||||
|
||||
import React from 'react';
|
||||
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function FacilitiesSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="facilities" data-section="facilities">
|
||||
<SectionErrorBoundary name="facilities">
|
||||
<FeaturesImageBento
|
||||
tag="Le nostre strutture"
|
||||
title="Impianti all'avanguardia"
|
||||
description="Scopri la varietà dei nostri campi e delle zone dedicate al relax e all'allenamento."
|
||||
items={[{"title":"Campi da Padel","description":"Campi coperti di ultima generazione.","imageSrc":"https://images.unsplash.com/photo-1554068865-24cecd4e34d8?q=80&w=2070&auto=format&fit=crop"},{"description":"Terra rossa perfettamente curata.","imageSrc":"https://images.unsplash.com/photo-1595435934249-5df7ed86e1c0?q=80&w=2074&auto=format&fit=crop","title":"Campi da Tennis"},{"imageSrc":"https://images.unsplash.com/photo-1534438327276-14e5300c3a48?q=80&w=2070&auto=format&fit=crop","description":"Attrezzatura completa per il tuo workout.","title":"Sala Fitness"},{"title":"Zona Relax","description":"Area ristoro per i momenti conviviali.","imageSrc":"https://images.unsplash.com/photo-1554118811-1e0d58224f24?q=80&w=2047&auto=format&fit=crop"},{"title":"Spogliatoi","imageSrc":"https://images.unsplash.com/photo-1581009146145-b5ef050c2e1e?q=80&w=2070&auto=format&fit=crop","description":"Servizi moderni e confortevoli."},{"title":"Piscina Estiva","imageSrc":"https://images.unsplash.com/photo-1576610616656-d3aa5d1f4534?q=80&w=2070&auto=format&fit=crop","description":"Perfetta per l'estate."},{"imageSrc":"https://images.unsplash.com/photo-1506521781263-d8422e82f27a?q=80&w=2070&auto=format&fit=crop","description":"Ampio parcheggio interno riservato.","title":"Parcheggio"}]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
48
src/pages/HomePage/sections/Faq.tsx
Normal file
48
src/pages/HomePage/sections/Faq.tsx
Normal file
@@ -0,0 +1,48 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "faq" section.
|
||||
|
||||
import React from 'react';
|
||||
import FaqTabbedAccordion from '@/components/sections/faq/FaqTabbedAccordion';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function FaqSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqTabbedAccordion
|
||||
tag="Dubbi comuni"
|
||||
title="Domande Frequenti"
|
||||
description="Ecco le risposte alle domande più comuni poste dai nostri utenti."
|
||||
categories={[
|
||||
{
|
||||
name: "Iscrizioni",
|
||||
items: [
|
||||
{
|
||||
question: "Come ci si iscrive?",
|
||||
answer: "Puoi passare direttamente in segreteria o chiamarci.",
|
||||
},
|
||||
{
|
||||
question: "Ci sono abbonamenti?",
|
||||
answer: "Offriamo diverse tipologie di abbonamento annuali o semestrali.",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Strutture",
|
||||
items: [
|
||||
{
|
||||
question: "I campi vanno prenotati?",
|
||||
answer: "Sì, la prenotazione è consigliata tramite la nostra app.",
|
||||
},
|
||||
{
|
||||
question: "Gli spogliatoi sono inclusi?",
|
||||
answer: "L'uso di spogliatoi e docce è sempre incluso nella tariffa.",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
29
src/pages/HomePage/sections/Hero.tsx
Normal file
29
src/pages/HomePage/sections/Hero.tsx
Normal file
@@ -0,0 +1,29 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "hero" section.
|
||||
|
||||
import React from 'react';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HeroSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboard
|
||||
tag="Benessere e Sport"
|
||||
title="Il tuo punto di riferimento a Cordenons"
|
||||
description="Vivi lo sport e il benessere nel cuore di Cordenons. Circolo sociale, campi sportivi e una community che ti aspetta."
|
||||
primaryButton={{
|
||||
text: "Scopri le Attività",
|
||||
href: "#about",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Contattaci",
|
||||
href: "#contact",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-people-working-out_23-2150352005.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
38
src/pages/HomePage/sections/Metrics.tsx
Normal file
38
src/pages/HomePage/sections/Metrics.tsx
Normal file
@@ -0,0 +1,38 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "metrics" section.
|
||||
|
||||
import React from 'react';
|
||||
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function MetricsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsSimpleCards
|
||||
tag="Numeri del club"
|
||||
title="La nostra realtà"
|
||||
description="Cresciamo insieme ai nostri soci ogni giorno."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
description: "Anni di attività",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
description: "Soci iscritti",
|
||||
},
|
||||
{
|
||||
value: "10",
|
||||
description: "Campi sportivi",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
description: "Passione sportiva",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
29
src/pages/HomePage/sections/Social.tsx
Normal file
29
src/pages/HomePage/sections/Social.tsx
Normal file
@@ -0,0 +1,29 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "social" section.
|
||||
|
||||
import React from 'react';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function SocialSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="social" data-section="social">
|
||||
<SectionErrorBoundary name="social">
|
||||
<SocialProofMarquee
|
||||
tag="Partner e Sostegni"
|
||||
title="Sosteniamo lo Sport"
|
||||
description="Le aziende che credono nel nostro progetto sportivo."
|
||||
names={[
|
||||
"Pordenone Sport",
|
||||
"Cordenons Eventi",
|
||||
"Fit Italia",
|
||||
"Tennis World",
|
||||
"Padel Pro",
|
||||
"Benessere Totale",
|
||||
"Sport Club Network",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
52
src/pages/HomePage/sections/Testimonials.tsx
Normal file
52
src/pages/HomePage/sections/Testimonials.tsx
Normal file
@@ -0,0 +1,52 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "testimonials" section.
|
||||
|
||||
import React from 'react';
|
||||
import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function TestimonialsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialQuoteCards
|
||||
tag="Testimonianze"
|
||||
title="Cosa dicono di noi"
|
||||
description="La voce dei nostri soci è la nostra migliore pubblicità."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Giulia B.",
|
||||
role: "Socia da 5 anni",
|
||||
quote: "Un ambiente fantastico, istruttori sempre preparati e cortesi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-funny-expression_1194-2976.jpg",
|
||||
},
|
||||
{
|
||||
name: "Luca M.",
|
||||
role: "Appassionato Padel",
|
||||
quote: "I campi sono sempre in perfette condizioni, il top in zona.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-ethnic-male-with-curly-hair-evening_23-2148203737.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena V.",
|
||||
role: "Socia Fitness",
|
||||
quote: "Mi sento a casa ogni volta che varco la soglia, accoglienza unica.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/females-mat-training-together_23-2148387788.jpg",
|
||||
},
|
||||
{
|
||||
name: "Stefano R.",
|
||||
role: "Tenista storico",
|
||||
quote: "Un punto di riferimento per chi ama lo sport a Cordenons.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-athletic-male-rugby-player-holding-ball_23-2148793296.jpg",
|
||||
},
|
||||
{
|
||||
name: "Chiara P.",
|
||||
role: "Frequentatrice assidua",
|
||||
quote: "Consigliatissimo a tutti, dai principianti ai professionisti.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-tennis-court_1303-31904.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user