Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 20fd7b8ced |
@@ -6,7 +6,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
|
||||
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
@@ -88,20 +88,17 @@ export default function LujanAccommodationsPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
<TestimonialCardOne
|
||||
title="Qué dicen nuestros huéspedes"
|
||||
description="La excelencia es nuestra marca registrada. Estos son algunos comentarios de quienes ya disfrutaron de nuestros servicios en Luján."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Lucía Fernández", handle: "Buenos Aires", testimonial: "Una estadía impecable, todo super organizado y limpio.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5eWpM4ALi5xBnJEyisP17ihvM/uploaded-1778632783933-ona8dnu4.jpg" },
|
||||
{ id: "2", name: "Martín Ruiz", handle: "Luján", testimonial: "La atención fue excelente, resolvieron todo muy rápido.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5eWpM4ALi5xBnJEyisP17ihvM/uploaded-1778632783933-u9dxvnf5.jpg" },
|
||||
{ id: "3", name: "Ana García", handle: "Rosario", testimonial: "Recomendado 100%, espacios muy cómodos y seguros.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5eWpM4ALi5xBnJEyisP17ihvM/uploaded-1778632783933-0w019wsf.jpg" },
|
||||
{ id: "4", name: "Pedro Méndez", handle: "Córdoba", testimonial: "Muy profesional la gestión, volveremos sin duda.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D5eWpM4ALi5xBnJEyisP17ihvM/uploaded-1778632783933-pzssrnbq.jpg" }
|
||||
{ id: "1", name: "Lucía Fernández", role: "Huésped", company: "Buenos Aires", rating: 5 },
|
||||
{ id: "2", name: "Martín Ruiz", role: "Propietario", company: "Luján", rating: 5 }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imageClassName="object-cover"
|
||||
imageWrapperClassName="w-full h-full"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -142,4 +139,4 @@ export default function LujanAccommodationsPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user