diff --git a/src/app/page.tsx b/src/app/page.tsx index f152c6f..430afeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,10 +165,10 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Laura J.", handle: "Mireasa 2024", testimonial: "Totul a fost la superlativ. Atmosfera, mâncarea și organizarea au fost impecabile. Recomand cu încredere!", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-reading_23-2148396352.jpg", imageAlt: "Laura J." + id: "1", name: "Laura J.", handle: "Mireasa 2024", testimonial: "Totul a fost la superlativ. Atmosfera, mâncarea și organizarea au fost impecabile. Recomand cu încredere!", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-reading_23-2148396352.jpg?_wi=1", imageAlt: "Laura J." }, { - id: "2", name: "Bogdan C.", handle: "Mire 2024", testimonial: "O locație unde garantat îți creezi amintiri de neuitat. Echipa a fost extraordinară și atentă la detalii.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageAlt: "Bogdan C." + id: "2", name: "Bogdan C.", handle: "Mire 2024", testimonial: "O locație unde garantat îți creezi amintiri de neuitat. Echipa a fost extraordinară și atentă la detalii.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg?_wi=1", imageAlt: "Bogdan C." }, { id: "3", name: "Vlad L.", handle: "Ospăț 2023", testimonial: "Cel mai elegant salon de evenimente din Bacău. Mâncare absolut delicioasă și serviciu impecabil.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280747.jpg", imageAlt: "Vlad L." @@ -177,10 +177,10 @@ export default function LandingPage() { id: "4", name: "Elena M.", handle: "Familie 2024", testimonial: "Botezul copilului nostru a fost de vis. Decorurile, atmosfera și atenția personalului au fost remarcabile.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-fashion-businessman-model-dressed-elegant-blue-suit-posing-street_158538-14344.jpg", imageAlt: "Elena M." }, { - id: "5", name: "Andreea P.", handle: "Aniversare 2023", testimonial: "Cea mai frumoasă petrecere din vânzări personalului. Toți invitații au fost fascinați de ambianță și meniu.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-reading_23-2148396352.jpg", imageAlt: "Andreea P." + id: "5", name: "Andreea P.", handle: "Aniversare 2023", testimonial: "Cea mai frumoasă petrecere din vânzări personalului. Toți invitații au fost fascinați de ambianță și meniu.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-reading_23-2148396352.jpg?_wi=2", imageAlt: "Andreea P." }, { - id: "6", name: "Mihai T.", handle: "Corporate event 2024", testimonial: "Spațiul perfect pentru evenimentul nostru corporate. Profesionalism, eleganță și atenție la detaliu peste așteptări.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageAlt: "Mihai T." + id: "6", name: "Mihai T.", handle: "Corporate event 2024", testimonial: "Spațiul perfect pentru evenimentul nostru corporate. Profesionalism, eleganță și atenție la detaliu peste așteptări.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg?_wi=2", imageAlt: "Mihai T." } ]} speed={40}