diff --git a/src/app/page.tsx b/src/app/page.tsx
index b9f4de8..a8da70d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,94 +40,25 @@ export default function LandingPage() {
@@ -149,21 +68,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Nossos resultados"
metrics={[
- {
- icon: CheckCircle,
- label: "Anos de Mercado",
- value: "20+",
- },
- {
- icon: Award,
- label: "Projetos Entregues",
- value: "15k+",
- },
- {
- icon: Users,
- label: "Clientes Ativos",
- value: "500+",
- },
+ { icon: CheckCircle, label: "Anos de Mercado", value: "20+" },
+ { icon: Award, label: "Projetos Entregues", value: "15k+" },
+ { icon: Users, label: "Clientes Ativos", value: "500+" },
]}
metricsAnimation="slide-up"
/>
@@ -176,40 +83,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Proteção Superior",
- description: "Materiais de alta resistência para garantir que seu produto chegue intacto ao destino.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg?_wi=2",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg?_wi=3",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg?_wi=4",
- imageAlt: "industrial packaging warehouse modern",
+ title: "Proteção Superior", description: "Materiais de alta resistência para garantir que seu produto chegue intacto ao destino.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg" },
},
{
- title: "Logística Inteligente",
- description: "Focados em otimizar espaço de armazenamento e facilitar o manuseio no transporte.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg?_wi=5",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg?_wi=6",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg?_wi=2",
- imageAlt: "business executive portrait professional",
+ title: "Logística Inteligente", description: "Focados em otimizar espaço de armazenamento e facilitar o manuseio no transporte.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg" },
},
{
- title: "Sustentabilidade",
- description: "Comprometidos com o uso de materiais recicláveis e processos ecológicos.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg?_wi=7",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg?_wi=8",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-working-office_1157-26409.jpg?_wi=2",
- imageAlt: "supply chain manager portrait",
+ title: "Sustentabilidade", description: "Comprometidos com o uso de materiais recicláveis e processos ecológicos.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg" },
},
]}
showStepNumbers={true}
@@ -225,26 +108,11 @@ export default function LandingPage() {
rating={5}
author="Luiz Miguel"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg",
- alt: "Cliente",
- },
- {
- src: "http://img.b2bpic.net/free-photo/elegant-businesswoman-working-office_1157-26409.jpg",
- alt: "Cliente",
- },
- {
- src: "http://img.b2bpic.net/free-photo/confident-senior-executive-looking-camera_1262-2374.jpg",
- alt: "Cliente",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
- alt: "Cliente",
- },
- {
- src: "http://img.b2bpic.net/free-photo/business-man-cheerful-walking-concept_53876-42819.jpg",
- alt: "Cliente",
- },
+ { src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg", alt: "Cliente" },
+ { src: "http://img.b2bpic.net/free-photo/elegant-businesswoman-working-office_1157-26409.jpg", alt: "Cliente" },
+ { src: "http://img.b2bpic.net/free-photo/confident-senior-executive-looking-camera_1262-2374.jpg", alt: "Cliente" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", alt: "Cliente" },
+ { src: "http://img.b2bpic.net/free-photo/business-man-cheerful-walking-concept_53876-42819.jpg", alt: "Cliente" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -254,9 +122,7 @@ export default function LandingPage() {