3 Commits

Author SHA1 Message Date
67873846db Merge version_3 into main
Merge version_3 into main
2026-05-25 23:05:31 +00:00
3b068b449b Update src/app/page.tsx 2026-05-25 23:05:25 +00:00
f3f5b53816 Merge version_2 into main
Merge version_2 into main
2026-05-25 23:03:04 +00:00

View File

@@ -8,8 +8,6 @@ import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextAbout from '@/components/sections/about/TextAbout'; import TextAbout from '@/components/sections/about/TextAbout';
@@ -35,10 +33,6 @@ export default function LandingPage() {
name: "Inicio", id: "#inicio"}, name: "Inicio", id: "#inicio"},
{ {
name: "Servicios", id: "#servicios"}, name: "Servicios", id: "#servicios"},
{
name: "Productos", id: "#productos"},
{
name: "Equipo", id: "#equipo"},
{ {
name: "Contacto", id: "#contacto"}, name: "Contacto", id: "#contacto"},
]} ]}
@@ -108,10 +102,7 @@ export default function LandingPage() {
tag="Nuestra Historia" tag="Nuestra Historia"
tagAnimation="opacity" tagAnimation="opacity"
title="¿Quiénes Somos? La Tradición en Cada Corte" title="¿Quiénes Somos? La Tradición en Cada Corte"
buttons={[ buttons={[]}
{
text: "Conoce a Nuestro Equipo", href: "#equipo"},
]}
buttonAnimation="opacity" buttonAnimation="opacity"
/> />
</div> </div>
@@ -142,54 +133,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="productos" data-section="productos">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "prod-1", name: "Cera Fijadora Clásica", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-slugging-night-routine_23-2150396588.jpg", imageAlt: "Cera fijadora clásica para cabello"},
{
id: "prod-2", name: "Aceite Premium para Barba", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-male-beauty-products-with-display_23-2150435194.jpg", imageAlt: "Aceite premium para el cuidado de la barba"},
{
id: "prod-3", name: "Bálsamo Aftershave Suavizante", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/young-male-doing-selfcare-routine_23-2149291803.jpg", imageAlt: "Bálsamo suavizante para después del afeitado"},
{
id: "prod-4", name: "Champú Revitalizante Masculino", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-giving-himself-scalp-massage_23-2151262259.jpg", imageAlt: "Champú revitalizante para hombre"},
{
id: "prod-5", name: "Tónico Capilar Fortificante", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-violet-t-shirt-doing-italian-gesture-looking-happy-front-view_176474-33583.jpg", imageAlt: "Tónico capilar fortificante"},
{
id: "prod-6", name: "Brocha de Afeitar Artesanal", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326579.jpg", imageAlt: "Brocha de afeitar artesanal"},
]}
title="Productos de Cuidado Superior"
description="Descubre nuestra selección de productos premium para mantener tu estilo y cuidado personal en casa, con la calidad que nos caracteriza."
tag="Grooming"
tagAnimation="blur-reveal"
/>
</div>
<div id="equipo" data-section="equipo">
<TeamCardTen
useInvertedBackground={false}
title="Conoce a Nuestros Maestros Barberos"
tag="El Corazón de El Barbero Clásico"
tagAnimation="opacity"
membersAnimation="slide-up"
members={[
{
id: "m-1", name: "Roberto 'El Jefe' García", imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-trimmer-smiling-cheerfully-showing-thumbs-up-standing-light-wall_141793-50621.jpg", imageAlt: "Retrato de Roberto García, Barbero Senior"},
{
id: "m-2", name: "Sofía 'La Estilista' Ramos", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg", imageAlt: "Retrato de Sofía Ramos, Estilista Principal"},
{
id: "m-3", name: "Alejandro 'El Artesano' Díaz", imageSrc: "http://img.b2bpic.net/free-photo/young-shocked-blonde-male-barber-uniform-hides-face-with-hand-looking-side-holding-hair-clipper-isolated-violet-space-with-copy-space_141793-60322.jpg", imageAlt: "Retrato de Alejandro Díaz, Especialista en Afeitados"},
{
id: "m-4", name: "Diego 'El Joven' Castro", imageSrc: "http://img.b2bpic.net/free-photo/confident-looking-young-beautiful-female-barber-uniform-holding-scissors-with-comb-isolated-pink-wall_141793-105656.jpg", imageAlt: "Retrato de Diego Castro, Barbero Junior con estilo"},
]}
memberVariant="card"
/>
</div>
<div id="testimonios" data-section="testimonios"> <div id="testimonios" data-section="testimonios">
<TestimonialCardSix <TestimonialCardSix
animationType="slide-up" animationType="slide-up"
@@ -289,9 +232,7 @@ export default function LandingPage() {
{ {
label: "Quiénes Somos", href: "#acerca"}, label: "Quiénes Somos", href: "#acerca"},
{ {
label: "Nuestro Equipo", href: "#equipo"}, label: "Testimonios", href: "#testimonios"}
{
label: "Testimonios", href: "#testimonios"},
], ],
}, },
{ {