Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f78ef8960e | |||
| e55ec43e21 | |||
| f2f0cd9d2b |
@@ -52,12 +52,11 @@ export default function LandingPage() {
|
||||
text: "Comienza el Viaje", href: "#about"},
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-enjoying-cup-coffee_23-2148937755.jpg", imageAlt: "mujer madura feliz estilo vida" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/slim-beautiful-woman-silhouette-doing-sports-morning-park-doing-yoga_285396-4315.jpg", imageAlt: "mujer 40 años relajación meditación" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-senior-woman-wearing-shapewear_23-2149956341.jpg", imageAlt: "retratos mujeres maduras seguras" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-mature-woman-enjoying-good-coffee-balcony_329181-15454.jpg", imageAlt: "mujer 40 años lectura café" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-old-woman-yoga-mat_23-2148861067.jpg", imageAlt: "mujer activa 40 años yoga" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-white-suit-studio_1303-20665.jpg", imageAlt: "mujer sofisticada 40 años" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-outdoors_23-2149534958.jpg", imageAlt: "mujer segura 40 años" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-outdoors-portrait_23-2149534992.jpg", imageAlt: "mujer sonriente 40 años" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-outdoors_23-2149535031.jpg", imageAlt: "retrato mujer vibrante 40 años" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-coffee-cup-outdoors_23-2149534978.jpg", imageAlt: "mujer joven madura disfrutando" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-outdoor-smiling_23-2149535002.jpg", imageAlt: "mujer radiante 40 años" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,11 +101,9 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Elena M."
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-adult-woman-lingerie_23-2149179697.jpg", alt: "retrato mujer feliz 40 años" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-stylish-woman-talking-phone-outdoors_23-2148777577.jpg", alt: "mujer elegante 40 plus" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-woman-sweater-sitting-sandy-sea-shore_23-2148020109.jpg", alt: "mujer serena bienestar 40" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/tranquil-woman-with-grey-hair-doing-yoga-park-female-model-sportive-clothes-exercising-mat-cloudy-day-sport-hobby-health-concept_74855-25598.jpg", alt: "mujer 40 años equilibrada" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-adult-woman-lingerie_23-2149179697.jpg", alt: "retrato mujer feliz 40 años" }
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-business-woman-standing-outdoors_23-2149534966.jpg", alt: "mujer profesional 40 años" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-smiling-brightly-outdoors_23-2149535011.jpg", alt: "mujer feliz 40 años" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-portrait-looking-camera_23-2149535025.jpg", alt: "retrato mujer 40 años" }
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -143,4 +140,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user