diff --git a/src/app/page.tsx b/src/app/page.tsx index 096529c..de6d7b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,8 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Shield, Sparkles, Star } from "lucide-react"; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import { Shield, Sparkles, Star, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -35,6 +36,8 @@ export default function LandingPage() { name: "Inicio", id: "hero"}, { name: "Servicios", id: "servicios"}, + { + name: "Tarifas", id: "tarifas"}, { name: "Contacto", id: "contacto"}, ]} @@ -56,8 +59,6 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg", imageAlt: "barber shop skin fade" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-skin-texture_23-2149457576.jpg", imageAlt: "skin fade close up" }, { imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462518.jpg", imageAlt: "barber cutting kids hair" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-happy-woman_23-2148778287.jpg", imageAlt: "hair tattoo pattern" }, - { imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-getting-her-hair-done_23-2148108777.jpg", imageAlt: "barber shop interior" }, ]} mediaAnimation="slide-up" /> @@ -96,18 +97,29 @@ export default function LandingPage() { /> +
+ +
+
@@ -165,18 +166,14 @@ export default function LandingPage() {
window.location.href = 'tel:602379374'} imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-getting-groomed_23-2149141754.jpg" imageAlt="barber shop interior" /> @@ -185,22 +182,8 @@ export default function LandingPage() {