Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cee236a295 | |||
| 4e617c7cde | |||
| 3f57f9e819 | |||
| 48d3b4acbe | |||
| 415045ef42 | |||
| 9c072db534 | |||
| 457caa169b | |||
| caa945d55a | |||
| 212307d6ed | |||
| acbb7a150c | |||
| d01ae07270 |
@@ -48,9 +48,9 @@ export default function LandingPage() {
|
||||
{ text: "Agendar Cita", href: "tel:2221138865" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-pretty-woman-dark-sweater-standing-near-lamps_114579-81875.jpg", imageAlt: "Hero Image 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-pretty-woman-dark-sweater-standing-near-lamps_114579-81878.jpg", imageAlt: "Hero Image 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-black-sweater-standing-posing_114579-81878.jpg", imageAlt: "Hero Image 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-blond-female-white-dress-posing-studio_613910-10972.jpg", imageAlt: "Hero Image 3" }
|
||||
{ imageSrc: "http://img.b2bpic.net/luxury-blond-female-white-dress-posing-studio_613910-10972.jpg", imageAlt: "Hero Image 3" }
|
||||
]}
|
||||
ariaLabel="Hero section"
|
||||
/>
|
||||
@@ -102,8 +102,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Lucero Tamayo", imageSrc: "http://img.b2bpic.net/free-photo/male-make-up-look-holding-brush_23-2148784359.jpg" },
|
||||
{ id: "t2", name: "Cliente Satisfecho", imageSrc: "http://img.b2bpic.net/free-photo/woman-face-massage-mirror-with-gua-sha_23-2149349077.jpg" },
|
||||
{ id: "t3", name: "Cliente Regular", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-woman-portrait_23-2148148150.jpg" },
|
||||
{ id: "t2", name: "Cliente Satisfecho", imageSrc: "http://img.b2bpic.net/woman-face-massage-mirror-with-gua-sha_23-2149349077.jpg" },
|
||||
{ id: "t3", name: "Cliente Regular", imageSrc: "http://img.b2bpic.net/confident-beautiful-young-woman-portrait_23-2148148150.jpg" },
|
||||
]}
|
||||
cardTitle="Lo que dicen nuestros clientes"
|
||||
cardTag="Reseñas Reales"
|
||||
@@ -132,7 +132,6 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{ title: "Ubicación", items: [{ label: "Calle 39 Ote 1612, Col. Mirador, Puebla", href: "#" }] },
|
||||
{ title: "Contacto", items: [{ label: "222 113 8865", href: "tel:2221138865" }] },
|
||||
{ title: "Enlaces", items: [{ label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user