Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-02 21:18:34 +00:00

View File

@@ -48,17 +48,17 @@ export default function LandingPage() {
title="Transforma tu hogar con estilo y calidad"
description="En TERRA Sucursal Norte, elevamos tu estilo de vida con muebles y accesorios pensados para crear espacios únicos y acogedores en Santa Cruz."
testimonials={[
{ name: "Lucía P.", handle: "Cliente", testimonial: "Excelente variedad de muebles, mi sala quedó increíble.", rating: 5, imageSrc: "http://img.b2bpic.net/free-psd/furniture-price-list-interior-design_23-2151986993.jpg", imageAlt: "modern living room furniture catalog" },
{ name: "Carlos M.", handle: "Cliente", testimonial: "Muy buena calidad, los diseños son muy modernos.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36692.jpg", imageAlt: "professional furniture store showroom" },
{ name: "Ana S.", handle: "Cliente", testimonial: "La atención en la Sucursal Norte fue excelente.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178353.jpg", imageAlt: "comfortable sofa for home" },
{ name: "Jorge V.", handle: "Cliente", testimonial: "Buenos precios y mucha variedad para el hogar.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/gray-relax-lifestyle-inside-interior_1203-4098.jpg", imageAlt: "elegant bedroom somier mattress" },
{ name: "María G.", handle: "Cliente", testimonial: "Gran experiencia, encontré todo lo que buscaba.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149133983.jpg", imageAlt: "home textiles and towels" }
{ name: "Lucía P.", handle: "Cliente", testimonial: "Excelente variedad de muebles, mi sala quedó increíble.", rating: 5, imageSrc: "http://img.b2bpic.net/free-psd/furniture-price-list-interior-design_23-2151986993.jpg?_wi=1", imageAlt: "modern living room furniture catalog" },
{ name: "Carlos M.", handle: "Cliente", testimonial: "Muy buena calidad, los diseños son muy modernos.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36692.jpg?_wi=1", imageAlt: "professional furniture store showroom" },
{ name: "Ana S.", handle: "Cliente", testimonial: "La atención en la Sucursal Norte fue excelente.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178353.jpg?_wi=1", imageAlt: "comfortable sofa for home" },
{ name: "Jorge V.", handle: "Cliente", testimonial: "Buenos precios y mucha variedad para el hogar.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/gray-relax-lifestyle-inside-interior_1203-4098.jpg?_wi=1", imageAlt: "elegant bedroom somier mattress" },
{ name: "María G.", handle: "Cliente", testimonial: "Gran experiencia, encontré todo lo que buscaba.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149133983.jpg?_wi=1", imageAlt: "home textiles and towels" }
]}
buttons={[
{ text: "Ver productos", href: "#products" },
{ text: "Visítanos", href: "#branches" },
]}
imageSrc="http://img.b2bpic.net/free-psd/furniture-price-list-interior-design_23-2151986993.jpg"
imageSrc="http://img.b2bpic.net/free-psd/furniture-price-list-interior-design_23-2151986993.jpg?_wi=2"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/pretty-brunette-woman-drinking-coffe-sitting-modern-kitchen-using-laptop-searching-online-work_273443-5206.jpg", alt: "Cliente 1" },
{ src: "http://img.b2bpic.net/free-photo/happy-woman-with-red-lips-holding-plant-fashionable-girl-bright-hat-striped-t-shirt-beige-skirt-rejoices-apartment_197531-18745.jpg", alt: "Cliente 2" },
@@ -94,9 +94,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Sofá Moderno", price: "Bs. 4,500", imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178353.jpg" },
{ id: "p2", name: "Somier Premium", price: "Bs. 3,200", imageSrc: "http://img.b2bpic.net/free-photo/gray-relax-lifestyle-inside-interior_1203-4098.jpg" },
{ id: "p3", name: "Set de Toallas", price: "Bs. 150", imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149133983.jpg" },
{ id: "p1", name: "Sofá Moderno", price: "Bs. 4,500", imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178353.jpg?_wi=2" },
{ id: "p2", name: "Somier Premium", price: "Bs. 3,200", imageSrc: "http://img.b2bpic.net/free-photo/gray-relax-lifestyle-inside-interior_1203-4098.jpg?_wi=2" },
{ id: "p3", name: "Set de Toallas", price: "Bs. 150", imageSrc: "http://img.b2bpic.net/free-photo/fast-fashion-vs-slow-sustainable-fashion_23-2149133983.jpg?_wi=2" },
{ id: "p4", name: "Comedor 6 sillas", price: "Bs. 5,800", imageSrc: "http://img.b2bpic.net/free-photo/large-green-kitchen-cabinet-with-many-handles-closeup_169016-19752.jpg" },
{ id: "p5", name: "Cojines decorativos", price: "Bs. 85", imageSrc: "http://img.b2bpic.net/free-photo/sofa-pillow-decoration-interior-living-room_74190-1912.jpg" },
{ id: "p6", name: "Silla Minimalista", price: "Bs. 450", imageSrc: "http://img.b2bpic.net/free-photo/vintage-furniture_74190-4033.jpg" },
@@ -112,9 +112,9 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
features={[
{ id: "b1", title: "Sucursal Norte (Principal)", author: "Ubicación", description: "Frente al SEARPI, 200m de Av. Alemania y 4to Anillo. Tel: 72108585. Abierto hasta las 20:00 (Cerrado domingos).", tags: ["Principal", "Atención"], imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36692.jpg" },
{ id: "b2", title: "Sucursal Oeste", author: "Ubicación", description: "Av. Carmelo Ortiz 3795, Santa Cruz.", tags: ["Abierto"], imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36692.jpg" },
{ id: "b3", title: "Sucursal Sur", author: "Ubicación", description: "4to Anillo entre Radial 10 y Av. San Aurelio.", tags: ["Abierto"], imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36692.jpg" },
{ id: "b1", title: "Sucursal Norte (Principal)", author: "Ubicación", description: "Frente al SEARPI, 200m de Av. Alemania y 4to Anillo. Tel: 72108585. Abierto hasta las 20:00 (Cerrado domingos).", tags: ["Principal", "Atención"], imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36692.jpg?_wi=2" },
{ id: "b2", title: "Sucursal Oeste", author: "Ubicación", description: "Av. Carmelo Ortiz 3795, Santa Cruz.", tags: ["Abierto"], imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36692.jpg?_wi=3" },
{ id: "b3", title: "Sucursal Sur", author: "Ubicación", description: "4to Anillo entre Radial 10 y Av. San Aurelio.", tags: ["Abierto"], imageSrc: "http://img.b2bpic.net/free-photo/woman-buys-dishes-store_1157-36692.jpg?_wi=4" },
]}
title="Nuestras Sucursales"
description="Visítanos en nuestras ubicaciones estratégicas en Santa Cruz."
@@ -153,7 +153,7 @@ export default function LandingPage() {
{ name: "email", type: "email", placeholder: "Email", required: true },
]}
textarea={{ name: "message", placeholder: "Tu consulta...", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-psd/furniture-price-list-interior-design_23-2151986993.jpg"
imageSrc="http://img.b2bpic.net/free-psd/furniture-price-list-interior-design_23-2151986993.jpg?_wi=3"
mediaAnimation="slide-up"
buttonText="Enviar mensaje"
/>