Merge version_1 into main #2
138
src/app/page.tsx
138
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Sparkles, Eye, Heart } from "lucide-react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
@@ -28,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Servicios", id: "features" },
|
||||
{ name: "Opiniones", id: "testimonials" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Blossom 7Q Nails"
|
||||
/>
|
||||
@@ -52,19 +41,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Blossom 7Q Nails"
|
||||
description="Belleza en La Nova Esquerra de l'Eixample. Disfruta de la mejor experiencia en manicura, pedicura y tratamientos corporales en un entorno impecable."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar Cita",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Ver Servicios",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Reservar Cita", href: "#contact" },
|
||||
{ text: "Ver Servicios", href: "#features" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/nail-products-arrangement_23-2149046519.jpg"
|
||||
imageAlt="Blossom 7Q Nails Salon"
|
||||
@@ -78,18 +60,9 @@ export default function LandingPage() {
|
||||
title="4 Años de Excelencia"
|
||||
description="Más de 1500 reseñas positivas en Treatwell y Google avalan nuestra profesionalidad. En Blossom 7Q Nails, unimos belleza y cuidado personal en un solo lugar en el corazón de Barcelona."
|
||||
metrics={[
|
||||
{
|
||||
value: "4.9",
|
||||
title: "Estrellas en Google",
|
||||
},
|
||||
{
|
||||
value: "1500+",
|
||||
title: "Reseñas Felices",
|
||||
},
|
||||
{
|
||||
value: "4",
|
||||
title: "Años de Trayectoria",
|
||||
},
|
||||
{ value: "4.9", title: "Estrellas en Google" },
|
||||
{ value: "1500+", title: "Reseñas Felices" },
|
||||
{ value: "4", title: "Años de Trayectoria" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/client-trying-ring-sizes-hand-jewelry-workshop_1153-3522.jpg"
|
||||
imageAlt="Salón de belleza Blossom 7Q"
|
||||
@@ -104,22 +77,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Manicura y Pedicura",
|
||||
description: "Servicio de alta precisión con acabados intactos y duraderos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage_343596-4217.jpg",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Manicura y Pedicura", description: "Servicio de alta precisión con acabados intactos y duraderos.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage_343596-4217.jpg", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Cejas y Pestañas",
|
||||
description: "Diseño de cejas con hilo y tratamientos lifting de alta calidad.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage-using-oil_343596-4189.jpg",
|
||||
buttonIcon: "Eye",
|
||||
title: "Cejas y Pestañas", description: "Diseño de cejas con hilo y tratamientos lifting de alta calidad.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage-using-oil_343596-4189.jpg", buttonIcon: Eye,
|
||||
},
|
||||
{
|
||||
title: "Bienestar y Corporales",
|
||||
description: "Tratamientos relajantes, masajes y depilación láser profesional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-background_23-2147816896.jpg",
|
||||
buttonIcon: "Heart",
|
||||
title: "Bienestar y Corporales", description: "Tratamientos relajantes, masajes y depilación láser profesional.", imageSrc: "http://img.b2bpic.net/free-photo/spa-background_23-2147816896.jpg", buttonIcon: Heart,
|
||||
},
|
||||
]}
|
||||
title="Todos tus tratamientos en un lugar"
|
||||
@@ -134,45 +98,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "¡Me ha encantado este salón! El local está muy limpio y la manicurista es muy profesional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-young-woman-terrace_329181-11607.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "¡Me ha encantado este salón! El local está muy limpio y la manicurista es muy profesional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-young-woman-terrace_329181-11607.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Xianhan Chen",
|
||||
handle: "@xianhanc",
|
||||
testimonial: "Tuve una experiencia excelente. La actitud muy amable y profesional, haciéndome sentir muy cómoda.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-bride-holding-glass_23-2149721982.jpg",
|
||||
},
|
||||
id: "2", name: "Xianhan Chen", handle: "@xianhanc", testimonial: "Tuve una experiencia excelente. La actitud muy amable y profesional, haciéndome sentir muy cómoda.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-bride-holding-glass_23-2149721982.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Beatriz Morelli",
|
||||
handle: "@beatrizm",
|
||||
testimonial: "Me encantó! El resultado de biab es el que estaba buscando. Muy amables las chicas.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-young-white-lady-with-shiny-dark-hair-posing-with-pleasure-christmas-party-lovable-caucasian-woman-expressing-happiness-photoshoot-event_197531-8265.jpg",
|
||||
},
|
||||
id: "3", name: "Beatriz Morelli", handle: "@beatrizm", testimonial: "Me encantó! El resultado de biab es el que estaba buscando. Muy amables las chicas.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wonderful-young-white-lady-with-shiny-dark-hair-posing-with-pleasure-christmas-party-lovable-caucasian-woman-expressing-happiness-photoshoot-event_197531-8265.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Laura Llobet",
|
||||
handle: "@laurall",
|
||||
testimonial: "Llevo 5 años yendo a depilarme las cejas y siempre impecable. El trato es maravilloso.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-smiling-lady-with-long-wavy-dark-hair-is-touching-hair-looking-camera-home_291650-2384.jpg",
|
||||
},
|
||||
id: "4", name: "Laura Llobet", handle: "@laurall", testimonial: "Llevo 5 años yendo a depilarme las cejas y siempre impecable. El trato es maravilloso.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-smiling-lady-with-long-wavy-dark-hair-is-touching-hair-looking-camera-home_291650-2384.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Puig",
|
||||
handle: "@elenapuig",
|
||||
testimonial: "Un oasis de paz en pleno Eixample. Salgo siempre encantada con el diseño de uñas.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-young-woman-terrace_329181-11607.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Elena Puig", handle: "@elenapuig", testimonial: "Un oasis de paz en pleno Eixample. Salgo siempre encantada con el diseño de uñas.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-young-woman-terrace_329181-11607.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Lo que dicen nuestras clientas"
|
||||
@@ -184,16 +123,12 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contacto"
|
||||
title="Reserva tu momento de belleza"
|
||||
description="Estamos en Carrer del Comte Borrell, 173, Barcelona. ¡Ven a vernos o llámanos para reservar tu cita hoy!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Llamar al 662 55 72 55",
|
||||
href: "tel:662557255",
|
||||
},
|
||||
{ text: "Llamar al 662 55 72 55", href: "tel:662557255" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -203,25 +138,14 @@ export default function LandingPage() {
|
||||
logoText="Blossom 7Q Nails"
|
||||
columns={[
|
||||
{
|
||||
title: "Ubicación",
|
||||
items: [
|
||||
{
|
||||
label: "Carrer del Comte Borrell, 173, Barcelona",
|
||||
href: "#",
|
||||
},
|
||||
title: "Ubicación", items: [
|
||||
{ label: "Carrer del Comte Borrell, 173, Barcelona", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Enlaces",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
{
|
||||
label: "Treatwell",
|
||||
href: "https://treatwell.es",
|
||||
},
|
||||
title: "Enlaces", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Treatwell", href: "https://treatwell.es" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user