Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 665c923178 | |||
| 85433010ca | |||
| 272614d632 |
@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
@@ -52,9 +52,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="inicio" data-section="inicio">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
<HeroOverlay
|
||||
title="Uñas y Bienestar, Creado con Belleza para Ti"
|
||||
description="Servicios premium de manicura y pedicura en Santiago donde el cuidado experto, el estilo vibrante y la relajación se encuentran. Confiado por más de 250 clientes satisfechos."
|
||||
tag="Bienvenida a Uñas Spa"
|
||||
@@ -62,15 +60,8 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Reservar Cita", href: "#contacto"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-lemons_23-2148487126.jpg", imageAlt: "Manicura de lujo con esmalte vibrante"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foot-massage-with-oil-bolster-minimalist-spa-reflexology-relax_169016-69607.jpg", imageAlt: "Pedicura relajante en un spa"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Confiado por más de 250 clientes felices"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-holding-lemons_23-2148487126.jpg"
|
||||
imageAlt="Manicura de lujo con esmalte vibrante"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -244,4 +235,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user