Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e6fb93185e | |||
| a4ea0cca63 | |||
| 3fc5169be0 | |||
| e8fde69808 | |||
| bfd5b567f1 |
@@ -28,10 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Sobre Nosotros", id: "about" },
|
||||
{ name: "Productos", id: "products" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="Arte Rural"
|
||||
/>
|
||||
@@ -39,28 +39,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Reclaimed Wood with History"
|
||||
description="We transform reclaimed wood into unique pieces for your home, blending sustainability with artisan craftsmanship."
|
||||
title="Muebles de Madera Reciclada con Historia"
|
||||
description="Transformamos madera recuperada en piezas únicas para tu hogar, combinando sostenibilidad con el arte de la carpintería artesanal."
|
||||
testimonials={[
|
||||
{ name: "Elena R.", handle: "@elena_deco", testimonial: "The table looks perfect in my living room. Incredible quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kid-table_23-2149610743.jpg" },
|
||||
{ name: "Carlos G.", handle: "@carlos_design", testimonial: "Unique pieces with a strong ecological consciousness.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-laughing-while-talking-phone_23-2147611578.jpg" },
|
||||
{ name: "Sofia M.", handle: "@sofiam_home", testimonial: "The service was impeccable and the piece is a work of art.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-handsome-young-man-sitting-cafe-with-mobile-phone-wearing-wireless-headphones_1258-314098.jpg" },
|
||||
{ name: "Elena R.", handle: "@elena_deco", testimonial: "La mesa quedó perfecta en mi living. Calidad increíble.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-kid-table_23-2149610743.jpg" },
|
||||
{ name: "Carlos G.", handle: "@carlos_design", testimonial: "Piezas únicas con una fuerte conciencia ecológica.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-laughing-while-talking-phone_23-2147611578.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Shop Collection", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-beach-bag-ready-travel_23-2150440663.jpg"
|
||||
avatarText="+200 satisfied customers"
|
||||
buttons={[{ text: "Ver Colección", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/workshop-wooden-furniture_23-2149313264.jpg"
|
||||
avatarText="+200 clientes satisfechos"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
title="Our Philosophy"
|
||||
description="We believe in giving a second life to wood, creating furniture that not only decorates but tells stories and preserves the environment."
|
||||
title="Nuestra Filosofía"
|
||||
description="Creemos en dar una segunda vida a la madera, creando muebles que no solo decoran, sino que cuentan historias y preservan el medio ambiente."
|
||||
bulletPoints={[
|
||||
{ title: "Sustainability", description: "We use only recovered wood from responsible sources." },
|
||||
{ title: "Local Craftsmanship", description: "Each piece is hand-carved by local master artisans." },
|
||||
{ title: "Exclusive Design", description: "No two pieces are alike due to the unique wood grain." },
|
||||
{ title: "Sostenibilidad", description: "Usamos solo madera recuperada de fuentes responsables." },
|
||||
{ title: "Artesanía Local", description: "Cada pieza es tallada a mano por artesanos locales expertos." },
|
||||
{ title: "Diseño Exclusivo", description: "No hay dos piezas iguales debido a las vetas únicas de la madera." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/texture-damaged-wooden-panels_1219-38.jpg"
|
||||
useInvertedBackground={false}
|
||||
@@ -73,13 +72,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{ id: "p1", brand: "Arte Rural", name: "Oak Dining Table", price: "$450", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/retro-furniture-being-sold-yard-sale_23-2151216819.jpg" },
|
||||
{ id: "p2", brand: "Arte Rural", name: "Rustic Console", price: "$290", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/wooden-media-console-with-decor_23-2152020451.jpg" },
|
||||
{ id: "p3", brand: "Arte Rural", name: "King Size Bed", price: "$890", rating: 4, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-his-workshop_23-2148640320.jpg" },
|
||||
{ id: "p4", brand: "Arte Rural", name: "Minimalist Stool", price: "$85", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/still-life-shoe-rack-indoors_23-2150960698.jpg" },
|
||||
{ id: "p1", brand: "Arte Rural", name: "Mesa de Roble", price: "$450", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/retro-furniture-being-sold-yard-sale_23-2151216819.jpg" },
|
||||
{ id: "p2", brand: "Arte Rural", name: "Consola Rústica", price: "$290", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/wooden-media-console-with-decor_23-2152020451.jpg" },
|
||||
]}
|
||||
title="Our Collection"
|
||||
description="Explore our selection of handcrafted, custom-made furniture pieces."
|
||||
title="Nuestra Colección"
|
||||
description="Explora nuestra selección de muebles hechos a mano y a medida."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -88,12 +85,11 @@ export default function LandingPage() {
|
||||
<PricingCardTwo
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{ id: "basic", badge: "Basic", price: "$150", subtitle: "Small pieces", buttons: [{ text: "Inquire" }], features: ["Standard design", "Treated wood"] },
|
||||
{ id: "pro", badge: "Premium", price: "$450", subtitle: "Large furniture", buttons: [{ text: "Inquire" }], features: ["Custom design", "Premium finish", "Extended warranty"] },
|
||||
{ id: "custom", badge: "Exclusive", price: "Custom", subtitle: "Full projects", buttons: [{ text: "Inquire" }], features: ["Exclusive attention", "Interior design", "Priority shipping"] },
|
||||
{ id: "basic", badge: "Básico", price: "$150", subtitle: "Piezas pequeñas", buttons: [{ text: "Consultar" }], features: ["Diseño estándar", "Madera tratada"] },
|
||||
{ id: "pro", badge: "Premium", price: "$450", subtitle: "Muebles grandes", buttons: [{ text: "Consultar" }], features: ["Diseño personalizado", "Acabado premium", "Garantía extendida"] },
|
||||
]}
|
||||
title="Custom Services"
|
||||
description="Choose the option that best fits your interior design project."
|
||||
title="Servicios Personalizados"
|
||||
description="Elige la opción que mejor se ajuste a tu proyecto de interiorismo."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -101,9 +97,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact"
|
||||
title="Start Your Project"
|
||||
description="We are ready to transform your space with sustainable reclaimed wood furniture."
|
||||
tag="Contacto"
|
||||
title="Inicia tu proyecto con Arte Rural"
|
||||
description="Nos encontramos en Av. 12 de Octubre 3053, Pilar, Provincia de Buenos Aires, Argentina. Horarios: Lunes a Viernes de 10:00 a 18:00 hs, Sábados de 10:00 a 14:00 hs. Domingos: Cerrado. ¡Visítanos o escríbenos para concretar tu idea!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/different-tools-workshop_23-2147749296.jpg"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -114,8 +110,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Arte Rural"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Products", href: "#products" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
{ title: "Empresa", items: [{ label: "Nosotros", href: "#about" }, { label: "Productos", href: "#products" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacidad", href: "#" }, { label: "Términos", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user