Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-19 21:47:21 +00:00

View File

@@ -170,19 +170,19 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Alberto Martínez", role: "Cliente", company: "Tenerife", rating: 5,
id: "1", name: "Alberto Martínez", role: "", company: "Tenerife", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", imageAlt: "professional man portrait headshot"
},
{
id: "2", name: "María López", role: "Propietaria", company: "Gran Canaria", rating: 5,
id: "2", name: "María López", role: "", company: "Gran Canaria", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-window-shows-different-emotions-mood_78826-2785.jpg", imageAlt: "professional woman portrait headshot"
},
{
id: "3", name: "Carlos Rodríguez", role: "Cliente", company: "Lanzarote", rating: 5,
id: "3", name: "Carlos Rodríguez", role: "", company: "Lanzarote", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", imageAlt: "professional man portrait serious"
},
{
id: "4", name: "Isabel Fernández", role: "Gerenta", company: "Fuerteventura", rating: 5,
id: "4", name: "Isabel Fernández", role: "", company: "Fuerteventura", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg", imageAlt: "professional woman portrait serious"
}
]}
@@ -191,6 +191,7 @@ export default function LandingPage() {
{ value: "4.9★", label: "Calificación promedio" },
{ value: "24h", label: "Tiempo de respuesta" }
]}
ratingClassName="text-yellow-400"
/>
</div>