Merge version_2 into main #9
@@ -1,16 +1,16 @@
|
||||
"use client";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroSignup from '@/components/sections/hero/HeroSignup';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
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: "/" }];
|
||||
const navItems = [{ name: "Home", id: "#" }, { name: "Services", id: "#services" }, { name: "Projects", id: "#projects" }, { name: "Contact", id: "#contact" }];
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
@@ -27,105 +27,104 @@ export default function Page() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen navItems={navItems} brandName="Cute Studio" />
|
||||
<NavbarStyleApple navItems={navItems} brandName="Cute Studio" />
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
<HeroSignup
|
||||
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."
|
||||
buttons={[{ text: "¡Empecemos!", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-psd/90s-emoji-illustration_23-2151968217.jpg"
|
||||
tag="Bienvenidos"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Started"
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardMedia
|
||||
<FeatureCardTwentyFour
|
||||
animationType="slide-up"
|
||||
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" }
|
||||
]}
|
||||
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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="why" data-section="why">
|
||||
<MetricCardTwo
|
||||
<MetricCardSeven
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
metrics={[
|
||||
{ id: "m1", value: "100%", description: "Hecho a mano en Argentina" },
|
||||
{ id: "m2", value: "Limitado", description: "Cupos exclusivos cada mes" },
|
||||
{ id: "m3", value: "Boutique", description: "Atención personal y cercana" }
|
||||
]}
|
||||
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"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="projects" data-section="projects">
|
||||
<ProductCardFour
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Buzo Promoción 2025", price: "Custom", variant: "Textil", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-photography-studio_23-2150254651.jpg" },
|
||||
{ id: "p2", name: "Merch Bakalin", price: "Custom", variant: "Merchandising", 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", variant: "Textil", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-inspiring-vision-board_23-2150104655.jpg" },
|
||||
{ id: "p4", name: "Diseño para Artistas", price: "Custom", variant: "Gráfica", imageSrc: "http://img.b2bpic.net/free-photo/painted-plain-white-t-shirt-with-colorful-design_23-2150564447.jpg" },
|
||||
{ id: "p5", name: "Stickers Die-Cut", price: "Custom", variant: "Papelería", imageSrc: "http://img.b2bpic.net/free-photo/studio-with-shopping-things-mannequin_23-2148302802.jpg" },
|
||||
{ id: "p6", name: "Bordados Personalizados", price: "Custom", variant: "Textil", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-creating-vision-board_23-2149934535.jpg" }
|
||||
]}
|
||||
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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="We are Cute Studio"
|
||||
description="Cute Studio nació en plena pandemia, en 2020, como un pequeño proyecto entre una hija y su mamá jubilada. Arrancamos vendiendo remeras personalizadas desde casa, con mucho amor y pocas herramientas. Con el tiempo fuimos creciendo, mejorando nuestros productos y ampliando lo que podíamos ofrecer. Hoy trabajamos de forma más profesional y en mayores cantidades, haciendo merch empresarial para marcas como McKane y Bakalin, productos escolares, merch oficial, y desde 2025 también buzos de egresados. Somos un estudio boutique de personalizados — no trabajamos en masa, trabajamos con cupos limitados y clientes específicos, porque nos importa que cada pedido sea único, pensado y hecho únicamente para vos."
|
||||
description="Cute Studio nació en 2020. Somos un estudio boutique de personalizados — no trabajamos en masa."
|
||||
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">
|
||||
<FaqBase
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
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 ú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." }
|
||||
]}
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contacto"
|
||||
title="¡Hagamos algo lindo!"
|
||||
description="Dejanos tu email y nos pondremos en contacto para charlar sobre tu próximo proyecto."
|
||||
imageSrc="http://img.b2bpic.net/free-vector/colorful-doodle-animals-words-pattern_52683-5350.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
description="Dejanos tu email y nos pondremos en contacto."
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Sign Up"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterBaseCard
|
||||
logoText="Cute Studio"
|
||||
columns={[
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "https://instagram.com" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacidad", href: "#" }] }
|
||||
{ title: "Links", items: [{ label: "Home", href: "#" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Cute Studio. Hecho con amor en Argentina."
|
||||
copyrightText="© 2025 Cute Studio. Hecho con amor."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user