diff --git a/src/app/page.tsx b/src/app/page.tsx
index 956cbb9..7012d6d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,81 +42,24 @@ export default function LandingPage() {
@@ -179,83 +95,33 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "p1",
- badge: "Essential",
- price: "$35",
- subtitle: "Perfect for maintenance",
- features: [
- "Haircut",
- "Neck trim",
- ],
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
+ id: "p1", badge: "Esencial", price: "$35", subtitle: "Perfecto para mantenimiento", features: ["Corte de cabello", "Perfilado de cuello"],
+ buttons: [{ text: "Reservar", href: "#contact" }],
},
{
- id: "p2",
- badge: "Signature",
- price: "$55",
- subtitle: "Our most popular",
- features: [
- "Haircut",
- "Beard trim",
- "Hot towel",
- ],
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
+ id: "p2", badge: "Firma", price: "$55", subtitle: "Nuestro favorito", features: ["Corte de cabello", "Cuidado de barba", "Toalla caliente"],
+ buttons: [{ text: "Reservar", href: "#contact" }],
},
{
- id: "p3",
- badge: "Ultimate",
- price: "$75",
- subtitle: "Full grooming experience",
- features: [
- "Haircut",
- "Shave",
- "Scalp treatment",
- ],
- buttons: [
- {
- text: "Book Now",
- href: "#contact",
- },
- ],
+ id: "p3", badge: "Ultimate", price: "$75", subtitle: "Experiencia completa", features: ["Corte de cabello", "Afeitado", "Tratamiento de cuero cabelludo"],
+ buttons: [{ text: "Reservar", href: "#contact" }],
},
]}
- title="Pricing Options"
- description="Choose the perfect grooming service for your lifestyle."
+ title="Precios"
+ description="Elige el servicio de cuidado perfecto para tu estilo de vida."
/>
@@ -268,49 +134,11 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Alice M.",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
- },
- {
- id: "2",
- name: "Bob T.",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11782.jpg",
- },
- {
- id: "3",
- name: "Charlie D.",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-maledressed-suit-grey-background_613910-1592.jpg",
- },
- {
- id: "4",
- name: "David L.",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-male-with-tattoo-his-face-dressed-jacket-grey-background_613910-1474.jpg",
- },
- {
- id: "5",
- name: "Eve S.",
- role: "Client",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-man-s-hair-barber-shop_23-2148353447.jpg",
- },
+ { id: "1", name: "Alice M.", role: "Cliente", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" },
+ { id: "2", name: "Bob T.", role: "Cliente", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11782.jpg" },
]}
- title="What Clients Say"
- description="Honest feedback from our regulars."
+ title="Lo que Dicen Nuestros Clientes"
+ description="Opiniones honestas de quienes nos visitan regularmente."
/>
@@ -319,81 +147,35 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Do I need an appointment?",
- content: "Yes, we recommend booking in advance.",
- },
- {
- id: "q2",
- title: "How long is a standard cut?",
- content: "Most sessions take about 30-45 minutes.",
- },
- {
- id: "q3",
- title: "Do you take walk-ins?",
- content: "We do, but availability isn't guaranteed.",
- },
+ { id: "q1", title: "¿Necesito cita?", content: "Sí, recomendamos agendar con anticipación." },
+ { id: "q2", title: "¿Cuánto dura un corte?", content: "La mayoría de las sesiones duran entre 30 y 45 minutos." },
]}
- title="Frequently Asked"
- description="Common questions about our shop."
+ title="Preguntas Frecuentes"
+ description="Dudas comunes sobre nuestra barbería."
faqsAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg"
- mediaAnimation="slide-up"
/>
);
-}
+}
\ No newline at end of file