Merge version_1_1782160265113 into main #3
@@ -7,7 +7,7 @@ import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
import TeamListCards from '@/components/sections/team/TeamListCards';
|
||||
import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards';
|
||||
import { CheckCircle, Gauge, Globe, Shield, Zap } from "lucide-react";
|
||||
import { CheckCircle, Shield, Zap, Factory, Truck, ChefHat, Microscope, Package, Globe, Users } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -19,20 +19,12 @@ export default function HomePage() {
|
||||
tag="+85 Años de Legado Industrial"
|
||||
title="Fabricamos para quienes no pueden permitirse fallar."
|
||||
description="Torrent i Fills garantiza suministro de precisión con capacidad instalada para retail, distribución y HORECA. Liderazgo en trazabilidad y calidad técnica desde 1939."
|
||||
primaryButton={{
|
||||
text: "Hablar con ventas", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "Capacidad industrial", href: "#capacity"}}
|
||||
primaryButton={{ text: "Hablar con ventas", href: "#contact" }}
|
||||
secondaryButton={{ text: "Capacidad industrial", href: "#capacity" }}
|
||||
items={[
|
||||
{
|
||||
text: "Trazabilidad completa", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
text: "Certificación IFS/BRC", icon: Shield,
|
||||
},
|
||||
{
|
||||
text: "Especialistas en marca blanca", icon: Zap,
|
||||
},
|
||||
{ text: "Trazabilidad completa", icon: CheckCircle },
|
||||
{ text: "Certificación IFS/BRC", icon: Shield },
|
||||
{ text: "Especialistas en marca blanca", icon: Zap },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/technologist-controlling-machine-production-plant_342744-1198.jpg"
|
||||
/>
|
||||
@@ -45,8 +37,7 @@ export default function HomePage() {
|
||||
tag="Presencia y Calidad"
|
||||
title="Exportación y Calidad Certificada"
|
||||
description="Certificaciones internacionales avalan nuestra operatividad y calidad técnica."
|
||||
names={[
|
||||
"IFS Global Standard", "BRC Food Safety", "Bienestar Animal", "Exportación UE", "Halal Certification", "Trazabilidad Total", "Sostenibilidad"]}
|
||||
names={["IFS Global Standard", "BRC Food Safety", "Bienestar Animal", "Exportación UE", "Halal Certification", "Trazabilidad Total", "Sostenibilidad"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -55,8 +46,7 @@ export default function HomePage() {
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutText
|
||||
title="El oficio de producir con precisión técnica."
|
||||
primaryButton={{
|
||||
text: "Nuestra historia", href: "#about"}}
|
||||
primaryButton={{ text: "Nuestra historia", href: "#about" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -158,10 +148,8 @@ export default function HomePage() {
|
||||
<ContactCta
|
||||
tag="Contacto Comercial"
|
||||
text="Comience a desarrollar su producto o solicite ficha técnica profesional."
|
||||
primaryButton={{
|
||||
text: "Contactar con ventas", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "Descargar catálogo", href: "#"}}
|
||||
primaryButton={{ text: "Contactar con ventas", href: "#" }}
|
||||
secondaryButton={{ text: "Descargar catálogo", href: "#" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user