Merge version_2 into main #12
@@ -10,7 +10,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
|
||||
const navItems = [{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Projects", id: "/projects" }, { name: "Contact", id: "/contact" }];
|
||||
const navItems = [{ name: "Home", id: "#" }];
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
@@ -34,9 +34,7 @@ export default function Page() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Creamos merch con amor y mucha ternura"
|
||||
description="En Cute Studio transformamos tus ideas en prendas únicas. Diseños personalizados, hechos a mano y con el cuidado que te mereces."
|
||||
tag="Bienvenidos"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Started"
|
||||
tag="Bienvenidos a Cute Studio"
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
@@ -47,23 +45,22 @@ export default function Page() {
|
||||
title="Nuestros servicios"
|
||||
description="Desde tu primer buzo de egresados hasta merchandising para tu marca, cuidamos cada detalle."
|
||||
features={[
|
||||
{ id: "f1", title: "Graduation Hoodies", author: "Cute Studio", description: "Buzos personalizados para tu promoción. Diseños únicos desde 2025.", tags: ["Popular"], imageSrc: "http://img.b2bpic.net/free-vector/illustration-graduation-skeleton-with-ribbon-lettering_1284-53101.jpg" },
|
||||
{ id: "f2", title: "Merch para artistas", author: "Cute Studio", description: "Llevá tu marca al siguiente nivel con piezas exclusivas y originales.", tags: ["Especial"], imageSrc: "http://img.b2bpic.net/free-photo/view-illustrator-tools-arrangement_23-2150268057.jpg" },
|
||||
{ id: "f3", title: "Piezas a medida", author: "Cute Studio", description: "Serigrafía, bordados y die-cut. Tu diseño, tu estilo, hecho a medida.", tags: ["Premium"], imageSrc: "http://img.b2bpic.net/free-photo/plain-white-t-shirt-with-diy-painted-design_23-2150564410.jpg" }
|
||||
{ id: "f1", title: "Graduation Hoodies", author: "Promociones", description: "Buzos personalizados para tu promoción. Diseños únicos desde 2025.", tags: ["Popular"], imageSrc: "http://img.b2bpic.net/free-vector/illustration-graduation-skeleton-with-ribbon-lettering_1284-53101.jpg" },
|
||||
{ id: "f2", title: "Merch para artistas", author: "Artistas", description: "Llevá tu marca al siguiente nivel con piezas exclusivas y originales.", tags: ["Especial"], imageSrc: "http://img.b2bpic.net/free-photo/view-illustrator-tools-arrangement_23-2150268057.jpg" },
|
||||
{ id: "f3", title: "Piezas a medida", author: "Premium", description: "Serigrafía, bordados y die-cut. Tu diseño, tu estilo, hecho a medida.", tags: ["Exclusivo"], imageSrc: "http://img.b2bpic.net/free-photo/plain-white-t-shirt-with-diy-painted-design_23-2150564410.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="why" data-section="why">
|
||||
<MetricCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
title="¿Por qué elegirnos?"
|
||||
description="Somos un estudio boutique, no una fábrica masiva."
|
||||
metrics={[
|
||||
{ id: "m1", value: "100%", title: "Hecho a mano en Argentina", items: ["Calidad artesanal", "Materiales premium"] },
|
||||
{ id: "m2", value: "Limitado", title: "Cupos exclusivos", items: ["Atención personalizada", "Sin sobreproducción"] },
|
||||
{ id: "m3", value: "Boutique", title: "Atención cercana", items: ["Seguimiento 1-a-1", "Diseños a medida"] }
|
||||
{ id: "m1", value: "100%", title: "Hecho a mano", items: ["Calidad Argentina", "Personalizado", "Atención real"] },
|
||||
{ id: "m2", value: "Limitado", title: "Cupos exclusivos", items: ["Producción mensual", "Cuidado individual", "Diseño único"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,9 +73,9 @@ export default function Page() {
|
||||
title="Proyectos recientes"
|
||||
description="Un vistazo a lo que creamos para nuestros amigos y clientes."
|
||||
products={[
|
||||
{ id: "p1", name: "Buzo Promoción 2025", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-photography-studio_23-2150254651.jpg" },
|
||||
{ id: "p2", name: "Merch Bakalin", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/retro-camera-disposable-paper-cup-white-background-top-view_169016-34795.jpg" },
|
||||
{ id: "p3", name: "Remeras Personalizadas", price: "Consultar", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-inspiring-vision-board_23-2150104655.jpg" }
|
||||
{ id: "p1", name: "Buzo Promoción 2025", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-photography-studio_23-2150254651.jpg" },
|
||||
{ id: "p2", name: "Merch Bakalin", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/retro-camera-disposable-paper-cup-white-background-top-view_169016-34795.jpg" },
|
||||
{ id: "p3", name: "Remeras Personalizadas", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-inspiring-vision-board_23-2150104655.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -86,9 +83,9 @@ export default function Page() {
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="We are Cute Studio"
|
||||
description="Cute Studio nació en 2020. Somos un estudio boutique de personalizados — no trabajamos en masa."
|
||||
description="Cute Studio nació en 2020 como un pequeño proyecto familiar que creció con el tiempo hasta convertirse en un estudio boutique para marcas y promociones especiales."
|
||||
metrics={[{ title: "Años de experiencia", value: "5+" }, { title: "Proyectos entregados", value: "500+" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164861.jpg"
|
||||
metrics={[{ value: "5+", title: "Años de experiencia" }, { value: "1000+", title: "Proyectos terminados" }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
@@ -97,34 +94,31 @@ export default function Page() {
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{ id: "q1", title: "¿Tienen stock disponible?", content: "Trabajamos únicamente con cupos mensuales limitados." },
|
||||
{ id: "q2", title: "¿Hacen envíos?", content: "Sí, a todo el país." },
|
||||
{ id: "q3", title: "¿Cómo solicito un presupuesto?", content: "Escribinos por redes sociales." }
|
||||
{ id: "q1", title: "¿Tienen stock disponible?", content: "Trabajamos bajo cupos limitados mensuales." },
|
||||
{ id: "q2", title: "¿Hacen envíos?", content: "Sí, realizamos envíos a todo el país." },
|
||||
{ id: "q3", title: "¿Cómo solicitar un presupuesto?", content: "Escribinos por Instagram contándonos qué tenés en mente." }
|
||||
]}
|
||||
title="Preguntas frecuentes"
|
||||
description="Todo lo que necesitás saber sobre tus pedidos."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-hands-creating-vision-board_23-2149934535.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/colorful-doodle-animals-words-pattern_52683-5350.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contacto"
|
||||
title="¡Hagamos algo lindo!"
|
||||
description="Dejanos tu email y nos pondremos en contacto."
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Sign Up"
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Cute Studio"
|
||||
columns={[
|
||||
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "/privacy" }] }
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacidad", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Cute Studio. Hecho con amor."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user