diff --git a/src/app/page.tsx b/src/app/page.tsx
index 755a4ce..dc962b9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -57,17 +42,10 @@ export default function LandingPage() {
@@ -78,27 +56,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "🎓 Graduation Hoodies",
- description: "Buzos personalizados para tu promoción. Diseños únicos desde 2025.",
- tag: "Popular",
- imageSrc: "http://img.b2bpic.net/free-vector/illustration-graduation-skeleton-with-ribbon-lettering_1284-53101.jpg",
- },
- {
- id: "f2",
- title: "🎨 Merch para artistas y marcas",
- description: "Llevá tu marca al siguiente nivel con piezas exclusivas y originales.",
- tag: "Especial",
- imageSrc: "http://img.b2bpic.net/free-photo/view-illustrator-tools-arrangement_23-2150268057.jpg",
- },
- {
- id: "f3",
- title: "✨ Piezas a medida",
- description: "Serigrafía, bordados y die-cut. Tu diseño, tu estilo, hecho a medida.",
- tag: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/plain-white-t-shirt-with-diy-painted-design_23-2150564410.jpg",
- },
+ { id: "f1", title: "🎓 Graduation Hoodies", description: "Buzos personalizados para tu promoción. Diseños únicos desde 2025.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-vector/illustration-graduation-skeleton-with-ribbon-lettering_1284-53101.jpg" },
+ { id: "f2", title: "🎨 Merch para artistas y marcas", description: "Llevá tu marca al siguiente nivel con piezas exclusivas y originales.", tag: "Especial", imageSrc: "http://img.b2bpic.net/free-photo/view-illustrator-tools-arrangement_23-2150268057.jpg" },
+ { id: "f3", title: "✨ Piezas a medida", description: "Serigrafía, bordados y die-cut. Tu diseño, tu estilo, hecho a medida.", tag: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/plain-white-t-shirt-with-diy-painted-design_23-2150564410.jpg" },
]}
title="Nuestros servicios"
description="Desde tu primer buzo de egresados hasta merchandising para tu marca, cuidamos cada detalle."
@@ -109,23 +69,12 @@ export default function LandingPage() {
@@ -201,24 +114,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "¿Tienen stock disponible?",
- content: "Trabajamos únicamente con cupos mensuales limitados para garantizar la calidad.",
- },
- {
- id: "q2",
- title: "¿Hacen envíos?",
- content: "Sí, realizamos envíos a todo el país a través de correo privado.",
- },
- {
- id: "q3",
- title: "¿Cómo solicito un presupuesto?",
- content: "Escribinos por Instagram contándonos qué tenés en mente y te asesoramos.",
- },
+ { id: "q1", title: "¿Tienen stock disponible?", content: "Trabajamos con cupos limitados." },
+ { id: "q2", title: "¿Hacen envíos?", content: "Sí, realizamos envíos a todo el país." },
+ { id: "q3", title: "¿Cómo solicito un presupuesto?", content: "Escribinos por Instagram." },
]}
title="Preguntas frecuentes"
- description="Todo lo que necesitás saber sobre tus pedidos."
+ description="Todo lo que necesitás saber."
faqsAnimation="slide-up"
/>
@@ -226,12 +127,10 @@ export default function LandingPage() {