diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7560afd..9109ce6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,9 +31,9 @@ export default function LandingPage() {
@@ -43,19 +43,19 @@ export default function LandingPage() {
@@ -63,10 +63,10 @@ export default function LandingPage() {
@@ -78,17 +78,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Web Design", description: "Custom UI/UX designs focused on performance.", bentoComponent: "reveal-icon", icon: Layout,
+ title: "Diseño Web", description: "UI/UX personalizado enfocado en la experiencia.", bentoComponent: "reveal-icon", icon: Layout,
},
{
- title: "Development", description: "Fast, secure, and responsive web development.", bentoComponent: "reveal-icon", icon: Code,
+ title: "Desarrollo", description: "Desarrollo web rápido, seguro y adaptable.", bentoComponent: "reveal-icon", icon: Code,
},
{
- title: "Optimization", description: "SEO and performance tuning for better reach.", bentoComponent: "reveal-icon", icon: Zap,
+ title: "Optimización", description: "SEO y ajustes de rendimiento para mayor alcance.", bentoComponent: "reveal-icon", icon: Zap,
},
]}
- title="Design Services"
- description="We specialize in modern, high-impact web design for growing businesses."
+ title="Nuestros Servicios"
+ description="Nos especializamos en diseño web moderno de alto impacto para negocios en crecimiento."
/>
@@ -100,17 +100,17 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "m1", value: "50+", title: "Projects", description: "Delivered successfully", icon: CheckCircle,
+ id: "m1", value: "50+", title: "Proyectos", description: "Entregados exitosamente", icon: CheckCircle,
},
{
- id: "m2", value: "99%", title: "Uptime", description: "Across all sites", icon: Server,
+ id: "m2", value: "99%", title: "Disponibilidad", description: "En todos los sitios", icon: Server,
},
{
- id: "m3", value: "2x", title: "Growth", description: "Average lead increase", icon: TrendingUp,
+ id: "m3", value: "2x", title: "Crecimiento", description: "Promedio en leads", icon: TrendingUp,
},
]}
- title="Results Driven"
- description="We focus on real metrics that help businesses succeed online."
+ title="Enfocados en resultados"
+ description="Nos centramos en métricas reales que ayudan a los negocios a triunfar."
/>
@@ -121,24 +121,24 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1", name: "Sarah", handle: "@sarah", testimonial: "Excellent service and design sense.", rating: 5,
+ id: "1", name: "Sarah", handle: "@sarah", testimonial: "Excelente servicio y sentido del diseño.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
{
- id: "2", name: "Mark", handle: "@mark", testimonial: "Lume transformed our business.", rating: 5,
+ id: "2", name: "Mark", handle: "@mark", testimonial: "Lume transformó nuestro negocio.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg"},
{
- id: "3", name: "Emily", handle: "@emily", testimonial: "Highly professional and fast results.", rating: 5,
+ id: "3", name: "Emily", handle: "@emily", testimonial: "Muy profesional y resultados rápidos.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businessman_1098-21013.jpg"},
{
- id: "4", name: "David", handle: "@david", testimonial: "Best agency I have worked with.", rating: 5,
+ id: "4", name: "David", handle: "@david", testimonial: "La mejor agencia con la que he trabajado.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-6615.jpg"},
{
- id: "5", name: "Anna", handle: "@anna", testimonial: "Creative and clear vision.", rating: 5,
+ id: "5", name: "Anna", handle: "@anna", testimonial: "Visión creativa y clara.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg"},
]}
showRating={true}
- title="Happy Clients"
- description="Hear what our clients say about Lume's design quality."
+ title="Clientes Satisfechos"
+ description="Descubre lo que dicen sobre la calidad de Lume."
/>
@@ -147,13 +147,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1", title: "Do you offer SEO?", content: "Yes, we focus on SEO during design."},
+ id: "f1", title: "¿Ofrecen SEO?", content: "Sí, trabajamos el SEO durante el diseño."},
{
- id: "f2", title: "How long does it take?", content: "Depending on scope, usually 2-4 weeks."},
+ id: "f2", title: "¿Cuánto tiempo toma?", content: "Dependiendo del alcance, usualmente 2-4 semanas."},
{
- id: "f3", title: "Pricing?", content: "We offer custom quotes for each project."},
+ id: "f3", title: "¿Precios?", content: "Ofrecemos presupuestos personalizados para cada proyecto."},
]}
- sideTitle="Questions?"
+ sideTitle="Preguntas?"
faqsAnimation="slide-up"
/>
@@ -161,11 +161,11 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file