Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
347
src/app/page.tsx
347
src/app/page.tsx
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Inicio", id: "#home"},
|
||||
{
|
||||
name: "Productos",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Productos", id: "#products"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Nosotros", id: "#about"},
|
||||
{
|
||||
name: "Equipo",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Equipo", id: "#team"},
|
||||
{
|
||||
name: "Testimonios",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonios", id: "#testimonials"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contacto", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/christmas-decoration-gift-shop-wooden-sign-with-inscription-welcome-santa_169016-49320.jpg"
|
||||
logoAlt="Carnicería Santa Rita logo"
|
||||
@@ -67,65 +55,40 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Premium Argentine Meat, Family Excellence Since Day One"
|
||||
description="Carnicería Santa Rita delivers premium cuts and personalized service trusted by San Juan families. Award-quality meat, owned and operated with pride."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Productos y Horarios",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Ver Productos y Horarios", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-meat-table_23-2148439449.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-meat-table_23-2148439449.jpg"
|
||||
imageAlt="Carnicería Santa Rita butcher shop interior"
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-brunette-female-with-glad-expression-phone-outdoor-terrace-cafe_273609-2838.jpg",
|
||||
alt: "Happy customer woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-brunette-female-with-glad-expression-phone-outdoor-terrace-cafe_273609-2838.jpg", alt: "Happy customer woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg",
|
||||
alt: "Satisfied customer man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", alt: "Satisfied customer man"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-time-kitchen_23-2148535280.jpg",
|
||||
alt: "Young couple cooking",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-time-kitchen_23-2148535280.jpg", alt: "Young couple cooking"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-passing-food-her-husband-while-having-family-lunch-home_637285-3243.jpg",
|
||||
alt: "Family eating dinner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-passing-food-her-husband-while-having-family-lunch-home_637285-3243.jpg", alt: "Family eating dinner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-ginger-beard-apron-gloves-holding-wooden-board-with-piece-meat_273609-21040.jpg",
|
||||
alt: "Local butcher customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-ginger-beard-apron-gloves-holding-wooden-board-with-piece-meat_273609-21040.jpg", alt: "Local butcher customer"},
|
||||
]}
|
||||
avatarText="+1000 Clientes Felices en San Juan"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresco",
|
||||
},
|
||||
type: "text", text: "Fresco"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-meat-slate-with-herbs_23-2148610986.jpg",
|
||||
alt: "fresh cut steak",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-meat-slate-with-herbs_23-2148610986.jpg", alt: "fresh cut steak"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Calidad",
|
||||
},
|
||||
type: "text", text: "Calidad"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-traditional-chorizo-composition_23-2148980277.jpg",
|
||||
alt: "artisanal sausages",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/delicious-traditional-chorizo-composition_23-2148980277.jpg", alt: "artisanal sausages"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tradición",
|
||||
},
|
||||
type: "text", text: "Tradición"},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
/>
|
||||
@@ -136,18 +99,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Nuestra Historia de Sabor y Tradición en San Juan",
|
||||
},
|
||||
type: "text", content: "Nuestra Historia de Sabor y Tradición en San Juan"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Conoce Más de Nuestra Herencia",
|
||||
href: "#team",
|
||||
},
|
||||
text: "Conoce Más de Nuestra Herencia", href: "#team"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-chef-apron-cutting-raw-fish-chopping-board-flour-bowl-kitchen-table_179666-44286.jpg?_wi=1"
|
||||
imageAlt="Family butchers working together"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -158,55 +115,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Cortes Artesanales Premiados",
|
||||
description: "Nuestros maestros carniceros seleccionan y preparan cada corte con la máxima precisión, garantizando una calidad superior y un sabor inigualable.",
|
||||
icon: Scissors,
|
||||
title: "Cortes Artesanales Premiados", description: "Nuestros maestros carniceros seleccionan y preparan cada corte con la máxima precisión, garantizando una calidad superior y un sabor inigualable.", icon: Scissors,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-cooking-together_23-2148893949.jpg",
|
||||
imageAlt: "Butcher hands expertly cutting meat",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-cooking-together_23-2148893949.jpg", imageAlt: "Butcher hands expertly cutting meat"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-pouring-salt-lamb-rib-kebab-served-wooden-board_140725-5265.jpg",
|
||||
imageAlt: "Perfectly cooked argentinian steak",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-decoration-gift-shop-wooden-sign-with-inscription-welcome-santa_169016-49320.jpg?_wi=1",
|
||||
imageAlt: "butcher hands cutting premium steak",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-pouring-salt-lamb-rib-kebab-served-wooden-board_140725-5265.jpg", imageAlt: "Perfectly cooked argentinian steak"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Origen Local, Calidad Garantizada",
|
||||
description: "Trabajamos con productores de la región de San Juan para asegurar que nuestra carne provenga de un origen confiable y sostenible, frescura en cada pieza.",
|
||||
icon: Leaf,
|
||||
title: "Origen Local, Calidad Garantizada", description: "Trabajamos con productores de la región de San Juan para asegurar que nuestra carne provenga de un origen confiable y sostenible, frescura en cada pieza.", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-lavaux-switzerland-with-herds-cow-eating-grass_181624-26365.jpg",
|
||||
imageAlt: "Cattle grazing in an open field",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-lavaux-switzerland-with-herds-cow-eating-grass_181624-26365.jpg", imageAlt: "Cattle grazing in an open field"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-bell-peppers-cutting-board-with-mint-raw-spaghetti-garlic-turquoise-surface_141793-18394.jpg",
|
||||
imageAlt: "Close up of fresh local produce",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-meat-table_23-2148439449.jpg?_wi=2",
|
||||
imageAlt: "butcher hands cutting premium steak",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-bell-peppers-cutting-board-with-mint-raw-spaghetti-garlic-turquoise-surface_141793-18394.jpg", imageAlt: "Close up of fresh local produce"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Atención Personalizada Experta",
|
||||
description: "Ofrecemos asesoramiento experto para ayudarte a elegir el corte perfecto para cada ocasión, desde el asado familiar hasta eventos especiales.",
|
||||
icon: Sparkles,
|
||||
title: "Atención Personalizada Experta", description: "Ofrecemos asesoramiento experto para ayudarte a elegir el corte perfecto para cada ocasión, desde el asado familiar hasta eventos especiales.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167767.jpg",
|
||||
imageAlt: "Butcher advising a customer at the counter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167767.jpg", imageAlt: "Butcher advising a customer at the counter"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-butcher-dressed-fleece-shirt-cuts-meat-with-bloody-axe_613910-2032.jpg",
|
||||
imageAlt: "Friendly butcher smiling behind the counter",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-apron-cutting-raw-fish-chopping-board-flour-bowl-kitchen-table_179666-44286.jpg?_wi=2",
|
||||
imageAlt: "butcher hands cutting premium steak",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-butcher-dressed-fleece-shirt-cuts-meat-with-bloody-axe_613910-2032.jpg", imageAlt: "Friendly butcher smiling behind the counter"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Nuestros Valores, La Diferencia Santa Rita"
|
||||
@@ -222,61 +155,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "asado-tira",
|
||||
name: "Asado de Tira",
|
||||
price: "$2900/kg",
|
||||
variant: "Corte Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-lamb-ribs-cuts-placed-wooden-cutting-board_140725-5171.jpg",
|
||||
imageAlt: "Asado de Tira, premium short ribs",
|
||||
},
|
||||
id: "asado-tira", name: "Asado de Tira", price: "$2900/kg", variant: "Corte Premium", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-lamb-ribs-cuts-placed-wooden-cutting-board_140725-5171.jpg", imageAlt: "Asado de Tira, premium short ribs"},
|
||||
{
|
||||
id: "vacio",
|
||||
name: "Vacío",
|
||||
price: "$2700/kg",
|
||||
variant: "Ideal para Asado",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-premium-raw-whale-meat-steak-marble-stone-cutting-board-isolated-white-table-close-up_346278-1466.jpg",
|
||||
imageAlt: "Vacío, juicy flank steak",
|
||||
},
|
||||
id: "vacio", name: "Vacío", price: "$2700/kg", variant: "Ideal para Asado", imageSrc: "http://img.b2bpic.net/free-photo/sliced-premium-raw-whale-meat-steak-marble-stone-cutting-board-isolated-white-table-close-up_346278-1466.jpg", imageAlt: "Vacío, juicy flank steak"},
|
||||
{
|
||||
id: "ojo-bife",
|
||||
name: "Ojo de Bife",
|
||||
price: "$3500/kg",
|
||||
variant: "El Más Tierno",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-with-herbs-cleaver_23-2148610978.jpg",
|
||||
imageAlt: "Ojo de Bife, tender ribeye",
|
||||
},
|
||||
id: "ojo-bife", name: "Ojo de Bife", price: "$3500/kg", variant: "El Más Tierno", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-with-herbs-cleaver_23-2148610978.jpg", imageAlt: "Ojo de Bife, tender ribeye"},
|
||||
{
|
||||
id: "matambre",
|
||||
name: "Matambre",
|
||||
price: "$2500/kg",
|
||||
variant: "Para Rellenar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-dark-board-with-sponge-cake-roll-slices-with-cream_114579-58407.jpg",
|
||||
imageAlt: "Matambre, thin beef cut for stuffing",
|
||||
},
|
||||
id: "matambre", name: "Matambre", price: "$2500/kg", variant: "Para Rellenar", imageSrc: "http://img.b2bpic.net/free-photo/wooden-dark-board-with-sponge-cake-roll-slices-with-cream_114579-58407.jpg", imageAlt: "Matambre, thin beef cut for stuffing"},
|
||||
{
|
||||
id: "pollo-campo",
|
||||
name: "Pollo de Campo",
|
||||
price: "$1800/unidad",
|
||||
variant: "Fresco y Natural",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-raw-chicken-parts-with-tomato-carrot-dark-surface_114579-33753.jpg",
|
||||
imageAlt: "Pollo de Campo, free-range chicken",
|
||||
},
|
||||
id: "pollo-campo", name: "Pollo de Campo", price: "$1800/unidad", variant: "Fresco y Natural", imageSrc: "http://img.b2bpic.net/free-photo/plate-raw-chicken-parts-with-tomato-carrot-dark-surface_114579-33753.jpg", imageAlt: "Pollo de Campo, free-range chicken"},
|
||||
{
|
||||
id: "chorizos-artesanales",
|
||||
name: "Chorizos Artesanales",
|
||||
price: "$1200/docena",
|
||||
variant: "Sabor Único",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-raw-sausage_2829-13691.jpg",
|
||||
imageAlt: "Chorizos Artesanales, gourmet sausages",
|
||||
},
|
||||
id: "chorizos-artesanales", name: "Chorizos Artesanales", price: "$1200/docena", variant: "Sabor Único", imageSrc: "http://img.b2bpic.net/free-photo/fresh-raw-sausage_2829-13691.jpg", imageAlt: "Chorizos Artesanales, gourmet sausages"},
|
||||
]}
|
||||
title="Nuestra Selección Premium de Carnes"
|
||||
description="Descubre la variedad y calidad inigualable de nuestros productos. Desde asados perfectos hasta cortes especiales para cada ocasión, con la garantía de Carnicería Santa Rita."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Catálogo Completo",
|
||||
href: "#",
|
||||
},
|
||||
text: "Ver Catálogo Completo", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -288,23 +183,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "tradition",
|
||||
icon: Clock,
|
||||
title: "Años de Tradición",
|
||||
value: "60+",
|
||||
},
|
||||
id: "tradition", icon: Clock,
|
||||
title: "Años de Tradición", value: "60+"},
|
||||
{
|
||||
id: "customers",
|
||||
icon: Star,
|
||||
title: "Clientes Satisfechos",
|
||||
value: "5 Estrellas",
|
||||
},
|
||||
id: "customers", icon: Star,
|
||||
title: "Clientes Satisfechos", value: "5 Estrellas"},
|
||||
{
|
||||
id: "quality",
|
||||
icon: Award,
|
||||
title: "Cortes Premium",
|
||||
value: "100%",
|
||||
},
|
||||
id: "quality", icon: Award,
|
||||
title: "Cortes Premium", value: "100%"},
|
||||
]}
|
||||
title="Nuestra Trayectoria en Números"
|
||||
description="Orgullosos de nuestra historia y del compromiso con cada cliente y cada corte que entregamos en San Juan. Cifras que hablan de nuestra pasión."
|
||||
@@ -318,36 +204,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "owners",
|
||||
groupTitle: "Nuestros Maestros Carniceros",
|
||||
members: [
|
||||
id: "owners", groupTitle: "Nuestros Maestros Carniceros", members: [
|
||||
{
|
||||
id: "juan",
|
||||
title: "Juan Santa Rita",
|
||||
subtitle: "Fundador y Maestro Carnicero",
|
||||
detail: "Con más de 60 años de experiencia, Juan es el alma y la sabiduría de Carnicería Santa Rita.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-butcher-butchery_613910-15980.jpg",
|
||||
imageAlt: "Juan Santa Rita, founder",
|
||||
},
|
||||
id: "juan", title: "Juan Santa Rita", subtitle: "Fundador y Maestro Carnicero", detail: "Con más de 60 años de experiencia, Juan es el alma y la sabiduría de Carnicería Santa Rita.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-butcher-butchery_613910-15980.jpg", imageAlt: "Juan Santa Rita, founder"},
|
||||
{
|
||||
id: "maria",
|
||||
title: "María Santa Rita",
|
||||
subtitle: "Gerente y Especialista en Cortes",
|
||||
detail: "Hija de Juan, María combina la tradición familiar con una visión moderna para la atención al cliente.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-butcher-posing-counter_7502-4755.jpg",
|
||||
imageAlt: "Maria Santa Rita, manager",
|
||||
},
|
||||
id: "maria", title: "María Santa Rita", subtitle: "Gerente y Especialista en Cortes", detail: "Hija de Juan, María combina la tradición familiar con una visión moderna para la atención al cliente.", imageSrc: "http://img.b2bpic.net/free-photo/male-butcher-posing-counter_7502-4755.jpg", imageAlt: "Maria Santa Rita, manager"},
|
||||
{
|
||||
id: "pablo",
|
||||
title: "Pablo Santa Rita",
|
||||
subtitle: "Joven Promesa y Carnicero",
|
||||
detail: "La tercera generación, Pablo aporta nuevas ideas y el mismo amor por el oficio de su abuelo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-butcher-waiting-order_7502-4764.jpg",
|
||||
imageAlt: "Pablo Santa Rita, young butcher",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/christmas-decoration-gift-shop-wooden-sign-with-inscription-welcome-santa_169016-49320.jpg?_wi=2",
|
||||
imageAlt: "male butcher portrait smiling",
|
||||
id: "pablo", title: "Pablo Santa Rita", subtitle: "Joven Promesa y Carnicero", detail: "La tercera generación, Pablo aporta nuevas ideas y el mismo amor por el oficio de su abuelo.", imageSrc: "http://img.b2bpic.net/free-photo/senior-butcher-waiting-order_7502-4764.jpg", imageAlt: "Pablo Santa Rita, young butcher"}
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Conoce a la Familia Santa Rita"
|
||||
@@ -360,41 +224,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana G.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-little-daughter-cooking-together-kitchen_1303-18404.jpg",
|
||||
imageAlt: "Ana G. happy customer",
|
||||
},
|
||||
id: "1", name: "Ana G.", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-little-daughter-cooking-together-kitchen_1303-18404.jpg", imageAlt: "Ana G. happy customer"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Martín R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-nice-barbeque-together_23-2149271905.jpg",
|
||||
imageAlt: "Martín R. satisfied grill master",
|
||||
},
|
||||
id: "2", name: "Martín R.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-nice-barbeque-together_23-2149271905.jpg", imageAlt: "Martín R. satisfied grill master"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chef Laura S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg",
|
||||
imageAlt: "Chef Laura S. professional client",
|
||||
},
|
||||
id: "3", name: "Chef Laura S.", imageSrc: "http://img.b2bpic.net/free-photo/chef-showing-his-fine-cuisine-professional-food-decoration_482257-10348.jpg", imageAlt: "Chef Laura S. professional client"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carlos M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891055.jpg",
|
||||
imageAlt: "Carlos M. loyal customer",
|
||||
},
|
||||
id: "4", name: "Carlos M.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891055.jpg", imageAlt: "Carlos M. loyal customer"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sofía P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367127.jpg",
|
||||
imageAlt: "Sofía P. event planner",
|
||||
},
|
||||
id: "5", name: "Sofía P.", imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367127.jpg", imageAlt: "Sofía P. event planner"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Javier L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-men-roasting-barbecue-grill-cottage-countryside_176420-1908.jpg",
|
||||
imageAlt: "Javier L. enjoying barbecue",
|
||||
},
|
||||
id: "6", name: "Javier L.", imageSrc: "http://img.b2bpic.net/free-photo/young-men-roasting-barbecue-grill-cottage-countryside_176420-1908.jpg", imageAlt: "Javier L. enjoying barbecue"},
|
||||
]}
|
||||
cardTitle="Lo Que Dicen Nuestros Clientes"
|
||||
cardTag="Historias de Satisfacción"
|
||||
@@ -408,20 +248,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "¿Cómo garantizan la frescura de la carne?",
|
||||
content: "Trabajamos directamente con productores locales y mantenemos una cadena de frío estricta para asegurar la máxima frescura de todos nuestros productos.",
|
||||
},
|
||||
id: "q1", title: "¿Cómo garantizan la frescura de la carne?", content: "Trabajamos directamente con productores locales y mantenemos una cadena de frío estricta para asegurar la máxima frescura de todos nuestros productos."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "¿Realizan pedidos a domicilio o para restaurantes?",
|
||||
content: "Sí, ofrecemos servicio de pedidos especiales para eventos y restaurantes. Contáctanos directamente para coordinar y obtener una cotización personalizada.",
|
||||
},
|
||||
id: "q2", title: "¿Realizan pedidos a domicilio o para restaurantes?", content: "Sí, ofrecemos servicio de pedidos especiales para eventos y restaurantes. Contáctanos directamente para coordinar y obtener una cotización personalizada."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "¿Cuáles son sus horarios de atención? ",
|
||||
content: "Estamos abiertos de lunes a sábado, de 9:00 a 13:00 y de 17:00 a 20:30. Los domingos permanecemos cerrados para descanso familiar. Te esperamos!",
|
||||
},
|
||||
id: "q3", title: "¿Cuáles son sus horarios de atención? ", content: "Estamos abiertos de lunes a sábado, de 9:00 a 13:00 y de 17:00 a 20:30. Los domingos permanecemos cerrados para descanso familiar. Te esperamos!"},
|
||||
]}
|
||||
title="¿Preguntas Frecuentes?"
|
||||
description="Aquí respondemos a las dudas más comunes sobre nuestros productos, pedidos, horarios y servicios de Carnicería Santa Rita."
|
||||
@@ -433,18 +264,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Visítanos en San Juan o Contáctanos para Pedidos Especiales y Consulta de Cortes. ¡Estamos para servirte!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Ubicación y Horarios",
|
||||
href: "#",
|
||||
},
|
||||
text: "Ver Ubicación y Horarios", href: "#"},
|
||||
{
|
||||
text: "Contáctanos Ahora",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contáctanos Ahora", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -456,54 +282,33 @@ export default function LandingPage() {
|
||||
logoText="Carnicería Santa Rita"
|
||||
columns={[
|
||||
{
|
||||
title: "Explorar",
|
||||
items: [
|
||||
title: "Explorar", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Inicio", href: "#home"},
|
||||
{
|
||||
label: "Productos",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Productos", href: "#products"},
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Nosotros", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{
|
||||
label: "Pedidos Especiales",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Pedidos Especiales", href: "#contact"},
|
||||
{
|
||||
label: "Atención Personalizada",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Atención Personalizada", href: "#features"},
|
||||
{
|
||||
label: "Preguntas Frecuentes",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Preguntas Frecuentes", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{
|
||||
label: "Ubicación",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Ubicación", href: "#contact"},
|
||||
{
|
||||
label: "Horarios",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Horarios", href: "#contact"},
|
||||
{
|
||||
label: "Llamar Ahora",
|
||||
href: "tel:+542644222333",
|
||||
},
|
||||
label: "Llamar Ahora", href: "tel:+542644222333"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user