Merge version_2_1781527768137 into main #2

Merged
bender merged 1 commits from version_2_1781527768137 into main 2026-06-15 12:51:04 +00:00

View File

@@ -16,15 +16,15 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroBillboardTiltedCarousel
tag="Reliable Refrigerated Transport"
title="Trusted Refrigerated Transport, Dominican Republic"
description="Keep your products fresh and on time. ROMEJIA SRL delivers temperature-controlled logistics for food, pharmaceuticals, and perishables with real-time tracking and 24/7 availability."
tag="Transporte Refrigerado Confiable"
title="Transporte Refrigerado de Confianza, República Dominicana"
description="Mantenga sus productos frescos y a tiempo. ROMEJIA SRL ofrece logística con temperatura controlada para alimentos, productos farmacéuticos y perecederos con seguimiento en tiempo real y disponibilidad 24/7."
primaryButton={{
text: "Request a Quote Today",
text: "Solicite una Cotización Hoy",
href: "#contact",
}}
secondaryButton={{
text: "Our Services",
text: "Nuestros Servicios",
href: "#features",
}}
items={[
@@ -54,9 +54,9 @@ export default function HomePage() {
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutText
title="At ROMEJIA SRL, we specialize in the safe and timely transport of temperature-sensitive goods across the Dominican Republic. Our mission is to maintain the integrity of your cold chain from pickup to delivery."
title="En ROMEJIA SRL, nos especializamos en el transporte seguro y oportuno de mercancías sensibles a la temperatura en toda la República Dominicana. Nuestra misión es mantener la integridad de su cadena de frío desde la recogida hasta la entrega."
primaryButton={{
text: "Learn More",
text: "Saber Más",
href: "#features",
}}
/>
@@ -66,24 +66,24 @@ export default function HomePage() {
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesBorderGlow
tag="Our Expertise"
title="Why Choose Us"
description="We combine state-of-the-art refrigeration technology with unmatched operational logistics for businesses."
tag="Nuestra Experiencia"
title="Por Qué Elegirnos"
description="Combinamos tecnología de refrigeración de última generación con una logística operativa inigualable para las empresas."
features={[
{
icon: Gauge,
title: "Precision Control",
description: "Strict temperature monitoring across all transit phases.",
title: "Control de Precisión",
description: "Monitoreo estricto de la temperatura en todas las fases de tránsito.",
},
{
icon: Clock,
title: "24/7 Availability",
description: "Always ready for scheduled or urgent refrigerated transport.",
title: "Disponibilidad 24/7",
description: "Siempre listos para transporte refrigerado programado o urgente.",
},
{
icon: MapPin,
title: "Real-time Tracking",
description: "Live GPS and temperature monitoring for your total peace of mind.",
title: "Seguimiento en Tiempo Real",
description: "Monitoreo en vivo por GPS y temperatura para su total tranquilidad.",
},
]}
/>
@@ -93,12 +93,12 @@ export default function HomePage() {
<div id="products" data-section="products">
<SectionErrorBoundary name="products">
<FeaturesImageBento
tag="Transport Solutions"
title="What We Deliver"
description="Customized transport for every cold chain requirement."
tag="Soluciones de Transporte"
title="Lo Que Entregamos"
description="Transporte personalizado para cada requisito de la cadena de frío."
items={[
{
title: "Frozen Goods",
title: "Productos Congelados",
description: "Deep freeze logistics for food supply.",
imageSrc: "http://img.b2bpic.net/free-photo/adult-person-interacting-with-futuristic-delivery-robot_23-2151210971.jpg",
},
@@ -171,8 +171,8 @@ export default function HomePage() {
},
{
value: "24/7",
title: "Operational Support",
description: "Always there when you need us.",
title: "Soporte Operativo",
description: "Siempre ahí cuando nos necesitas.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trucker-hat_23-2149432362.jpg",
},
]}
@@ -183,41 +183,41 @@ export default function HomePage() {
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialOverlayCards
tag="Client Success"
title="What Clients Say"
description="Reliability is the foundation of our long-term client relationships."
tag="Éxito del Cliente"
title="Lo Que Dicen Nuestros Clientes"
description="La confiabilidad es la base de nuestras relaciones a largo plazo con los clientes."
testimonials={[
{
name: "Juan Perez",
role: "Logistics Manager",
role: "Gerente de Logística",
company: "FoodCorp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-postwoman-holding-paper-bag-ringing-doorbell-confident-brunette-deliverywoman-red-uniform-doing-her-job-delivering-order-foot-food-delivery-service-post-concept_74855-12068.jpg",
},
{
name: "Maria Garcia",
role: "Procurement Head",
role: "Jefa de Compras",
company: "MedPharma",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-volunters-working-together_23-2149196103.jpg",
},
{
name: "Carlos Ruiz",
role: "Founder",
role: "Fundador",
company: "Gourmet Catering",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-arms-crossed_107420-12323.jpg",
},
{
name: "Elena Batista",
role: "Operations Director",
role: "Directora de Operaciones",
company: "AgroExport",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/employees-check-warehouse-inventory_482257-75292.jpg",
},
{
name: "Robert Lopez",
role: "Supply Director",
role: "Director de Suministros",
company: "Retail Plus",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/amazingly-looking-african-american-man-wear-blue-blazer-with-brooch-black-turtleneck-glasses-posed-street-fashionable-black-guy-with-cup-coffee_627829-2210.jpg",
@@ -247,8 +247,8 @@ export default function HomePage() {
answer: "Absolutely, we comply with standard storage and transport protocols.",
},
{
question: "What is the minimum volume?",
answer: "We offer flexible solutions for both small businesses and large corporations.",
question: "¿Cuál es el volumen mínimo?",
answer: "Ofrecemos soluciones flexibles tanto para pequeñas empresas como para grandes corporaciones.",
},
]}
/>
@@ -258,14 +258,14 @@ export default function HomePage() {
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Ready to Start?"
text="Join businesses across the DR trusting ROMEJIA SRL with their cold chain logistics."
tag="¿Listo para empezar?"
text="Únase a las empresas de toda la República Dominicana que confían en ROMEJIA SRL para su logística de cadena de frío."
primaryButton={{
text: "Request a Quote",
text: "Solicitar una Cotización",
href: "#",
}}
secondaryButton={{
text: "Contact Support",
text: "Contactar Soporte",
href: "#",
}}
/>