diff --git a/src/app/page.tsx b/src/app/page.tsx
index 50cc3c9..40465df 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -52,7 +52,8 @@ export default function HomePage() {
brandName="AJS Transporte"
navItems={navItems}
button={{
- text: "Solicitar Orçamento", href: "#contact-section"}}
+ text: "Solicitar Orçamento", href: "#contact-section"
+ }}
/>
@@ -67,36 +68,46 @@ export default function HomePage() {
leftCarouselItems={[
{
imageSrc:
- "http://img.b2bpic.net/free-photo/side-view-man-looking-truck_23-2149426499.jpg", imageAlt: "Operações de logística e armazenagem"},
+ "http://img.b2bpic.net/free-photo/side-view-man-looking-truck_23-2149426499.jpg", imageAlt: "Operações de logística e armazenagem"
+ },
{
imageSrc:
- "http://img.b2bpic.net/free-photo/white-semi-truck-driving-highway-sunset_23-2151998715.jpg", imageAlt: "Frota de transporte profissional"},
+ "http://img.b2bpic.net/free-photo/white-semi-truck-driving-highway-sunset_23-2151998715.jpg", imageAlt: "Frota de transporte profissional"
+ },
{
imageSrc:
- "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128316.jpg", imageAlt: "Gestão de stock e armazenagem"},
+ "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128316.jpg", imageAlt: "Gestão de stock e armazenagem"
+ },
{
imageSrc:
- "http://img.b2bpic.net/free-photo/solar-panels-plant-employee-uses-cad-software-tablet-optimize-layouts_482257-118039.jpg", imageAlt: "Operações de carga e distribuição"},
+ "http://img.b2bpic.net/free-photo/solar-panels-plant-employee-uses-cad-software-tablet-optimize-layouts_482257-118039.jpg", imageAlt: "Operações de carga e distribuição"
+ },
]}
rightCarouselItems={[
{
imageSrc:
- "http://img.b2bpic.net/free-photo/white-semi-truck-driving-highway-sunset_23-2151998715.jpg", imageAlt: "Transporte de mercadorias rodoviário"},
+ "http://img.b2bpic.net/free-photo/white-semi-truck-driving-highway-sunset_23-2151998715.jpg", imageAlt: "Transporte de mercadorias rodoviário"
+ },
{
imageSrc:
- "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128316.jpg", imageAlt: "Armazenagem integrada"},
+ "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128316.jpg", imageAlt: "Armazenagem integrada"
+ },
{
imageSrc:
- "http://img.b2bpic.net/free-photo/solar-panels-plant-employee-uses-cad-software-tablet-optimize-layouts_482257-118039.jpg", imageAlt: "Distribuição e logística"},
+ "http://img.b2bpic.net/free-photo/solar-panels-plant-employee-uses-cad-software-tablet-optimize-layouts_482257-118039.jpg", imageAlt: "Distribuição e logística"
+ },
{
imageSrc:
- "http://img.b2bpic.net/free-photo/side-view-man-looking-truck_23-2149426499.jpg", imageAlt: "Centro de operações logísticas"},
+ "http://img.b2bpic.net/free-photo/side-view-man-looking-truck_23-2149426499.jpg", imageAlt: "Centro de operações logísticas"
+ },
]}
buttons={[
{
- text: "Conhecer Serviços", href: "services"},
+ text: "Conhecer Serviços", href: "services"
+ },
{
- text: "Solicitar Orçamento", href: "contact-section"},
+ text: "Solicitar Orçamento", href: "contact-section"
+ },
]}
buttonAnimation="slide-up"
carouselPosition="right"
@@ -107,15 +118,18 @@ export default function HomePage() {
@@ -134,26 +148,31 @@ export default function HomePage() {
id: 1,
title: "Segurança Operacional", description:
"Conformidade com os mais rigorosos padrões de segurança e protocolos operacionais. Frota regularizada e equipes certificadas.", imageSrc:
- "http://img.b2bpic.net/free-photo/parked-cars-aerial-views_23-2148959682.jpg", imageAlt: "Gestão de frotas segura"},
+ "http://img.b2bpic.net/free-photo/parked-cars-aerial-views_23-2148959682.jpg", imageAlt: "Gestão de frotas segura"
+ },
{
id: 2,
title: "Eficiência de Processos", description:
"Sistemas integrados de gestão que garantem rastreamento em tempo real e otimização de rotas para máxima eficiência.", imageSrc:
- "http://img.b2bpic.net/free-photo/parked-cars-aerial-views_23-2148959682.jpg", imageAlt: "Sistema de rastreamento"},
+ "http://img.b2bpic.net/free-photo/parked-cars-aerial-views_23-2148959682.jpg", imageAlt: "Sistema de rastreamento"
+ },
{
id: 3,
title: "Responsabilidade Ambiental", description:
"Compromisso com práticas sustentáveis e redução de impacto ambiental. Gestão responsável de recursos.", imageSrc:
- "http://img.b2bpic.net/free-photo/aerial-view-busy-highway-intersection-full-traffic-daytime_181624-46287.jpg", imageAlt: "Transporte sustentável"},
+ "http://img.b2bpic.net/free-photo/aerial-view-busy-highway-intersection-full-traffic-daytime_181624-46287.jpg", imageAlt: "Transporte sustentável"
+ },
{
id: 4,
title: "Cumprimento de Prazos", description:
"Histórico comprovado de entregas pontuais e confiáveis. Compromisso absoluto com os prazos acordados.", imageSrc:
- "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-with-packs_23-2149035885.jpg", imageAlt: "Entrega garantida"},
+ "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-with-packs_23-2149035885.jpg", imageAlt: "Entrega garantida"
+ },
]}
buttons={[
{
- text: "Contacte-nos", href: "contact-section"},
+ text: "Contacte-nos", href: "contact-section"
+ },
]}
buttonAnimation="slide-up"
/>
@@ -173,23 +192,29 @@ export default function HomePage() {
products={[
{
id: "1", name: "Transporte Rodoviário", price: "Consultoria", variant: "Cobertura: Angola e África Regional", imageSrc:
- "http://img.b2bpic.net/free-photo/aerial-view-busy-highway-intersection-full-traffic-daytime_181624-46287.jpg", imageAlt: "Transporte rodoviário profissional"},
+ "http://img.b2bpic.net/free-photo/aerial-view-busy-highway-intersection-full-traffic-daytime_181624-46287.jpg", imageAlt: "Transporte rodoviário profissional"
+ },
{
id: "2", name: "Armazenagem e Gestão de Stock", price: "Consultoria", variant: "Facilidades Modernas e Seguras", imageSrc:
- "http://img.b2bpic.net/free-photo/african-american-shipment-manager-dancing-warehouse-aisle_482257-77628.jpg", imageAlt: "Armazenagem integrada"},
+ "http://img.b2bpic.net/free-photo/african-american-shipment-manager-dancing-warehouse-aisle_482257-77628.jpg", imageAlt: "Armazenagem integrada"
+ },
{
id: "3", name: "Logística de Distribuição", price: "Consultoria", variant: "Entregas Door-to-Door Garantidas", imageSrc:
- "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-with-packs_23-2149035885.jpg", imageAlt: "Serviço de distribuição"},
+ "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-with-packs_23-2149035885.jpg", imageAlt: "Serviço de distribuição"
+ },
{
id: "4", name: "Gestão de Frotas", price: "Consultoria", variant: "Rastreamento e Otimização", imageSrc:
- "http://img.b2bpic.net/free-photo/parked-cars-aerial-views_23-2148959682.jpg", imageAlt: "Gestão de frotas"},
+ "http://img.b2bpic.net/free-photo/parked-cars-aerial-views_23-2148959682.jpg", imageAlt: "Gestão de frotas"
+ },
{
id: "5", name: "Cadeia de Abastecimento", price: "Consultoria", variant: "Soluções Personalizadas", imageSrc:
- "http://img.b2bpic.net/free-photo/global-logistics-international-shipping_23-2151989541.jpg", imageAlt: "Gestão de cadeia de abastecimento"},
+ "http://img.b2bpic.net/free-photo/global-logistics-international-shipping_23-2151989541.jpg", imageAlt: "Gestão de cadeia de abastecimento"
+ },
]}
buttons={[
{
- text: "Explorar Serviços", href: "services"},
+ text: "Explorar Serviços", href: "services"
+ },
]}
buttonAnimation="slide-up"
/>
@@ -222,7 +247,8 @@ export default function HomePage() {
]}
buttons={[
{
- text: "Sobre a AJS", href: "/sobre"},
+ text: "Sobre a AJS", href: "/sobre"
+ },
]}
buttonAnimation="slide-up"
/>
@@ -242,34 +268,41 @@ export default function HomePage() {
{
id: "1", name: "João Silva", role: "Director Geral", company: "Empresa de Mineração Angola", rating: 5,
imageSrc:
- "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg", imageAlt: "João Silva"},
+ "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg", imageAlt: "João Silva"
+ },
{
id: "2", name: "Maria Santos", role: "Responsável Logística", company: "Grupo Comercial Regional", rating: 5,
imageSrc:
- "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204386.jpg", imageAlt: "Maria Santos"},
+ "http://img.b2bpic.net/free-photo/portrait-middle-aged-businesswoman_23-2148204386.jpg", imageAlt: "Maria Santos"
+ },
{
id: "3", name: "Carlos Oliveira", role: "VP Operações", company: "Distribuidor Regional", rating: 5,
imageSrc:
- "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", imageAlt: "Carlos Oliveira"},
+ "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", imageAlt: "Carlos Oliveira"
+ },
{
id: "4", name: "Ana Costa", role: "Coordenadora Supply Chain", company: "Empresa de Retail Angola", rating: 5,
imageSrc:
- "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79278.jpg", imageAlt: "Ana Costa"},
+ "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79278.jpg", imageAlt: "Ana Costa"
+ },
]}
kpiItems={[
{
- value: "500+", label: "Clientes Satisfeitos"},
+ value: "500+", label: "Clientes Satisfeitos"
+ },
{
- value: "98%", label: "Taxa de Retenção"},
+ value: "98%", label: "Taxa de Retenção"
+ },
{
- value: "10M+", label: "Toneladas Transportadas"},
+ value: "10M+", label: "Toneladas Transportadas"
+ },
]}
buttons={[
{
- text: "Ver Mais Histórias", href: "contact-section"},
+ text: "Ver Mais Histórias", href: "contact-section"
+ },
]}
buttonAnimation="slide-up"
- names={[]}
/>
@@ -283,9 +316,11 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "Acme Corp", "TechFlow", "Innovate Inc", "CloudSync"]}
+ "Acme Corp", "TechFlow", "Innovate Inc", "CloudSync"
+ ]}
logos={[
- "http://img.b2bpic.net/free-vector/modern-money-logo-concept_23-2147886023.jpg", "http://img.b2bpic.net/free-vector/renewable-energy-logo-design_23-2150045660.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-power-outage-labels_23-2149253384.jpg", "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827310.jpg", "http://img.b2bpic.net/free-vector/mechanical-repair-logo-template-design_23-2149995090.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo_23-2148162306.jpg", "http://img.b2bpic.net/free-vector/global-economy-money-business_24877-50958.jpg", "http://img.b2bpic.net/free-vector/gradient-labor-day-labels-collection_23-2149040031.jpg"]}
+ "http://img.b2bpic.net/free-vector/modern-money-logo-concept_23-2147886023.jpg", "http://img.b2bpic.net/free-vector/renewable-energy-logo-design_23-2150045660.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-power-outage-labels_23-2149253384.jpg", "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827310.jpg", "http://img.b2bpic.net/free-vector/mechanical-repair-logo-template-design_23-2149995090.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo_23-2148162306.jpg", "http://img.b2bpic.net/free-vector/global-economy-money-business_24877-50958.jpg", "http://img.b2bpic.net/free-vector/gradient-labor-day-labels-collection_23-2149040031.jpg"
+ ]}
speed={40}
showCard={true}
/>
@@ -296,21 +331,26 @@ export default function HomePage() {
faqs={[
{
id: "1", title: "Quais são os tempos de entrega?", content:
- "Os tempos de entrega variam conforme a rota e tipo de carga. Para entregas regionais em Angola, operamos com prazos de 2-5 dias úteis. Para operações na região africana, consulte-nos para prazos específicos."},
+ "Os tempos de entrega variam conforme a rota e tipo de carga. Para entregas regionais em Angola, operamos com prazos de 2-5 dias úteis. Para operações na região africana, consulte-nos para prazos específicos."
+ },
{
id: "2", title: "Como rastreio a minha carga?", content:
- "Oferecemos rastreamento em tempo real através do nosso sistema integrado. Todos os clientes recebem acesso a um portal onde podem acompanhar o status da sua carga durante todo o trajeto."},
+ "Oferecemos rastreamento em tempo real através do nosso sistema integrado. Todos os clientes recebem acesso a um portal onde podem acompanhar o status da sua carga durante todo o trajeto."
+ },
{
id: "3", title: "Que tipos de carga transportam?", content:
- "Transportamos uma ampla variedade de cargas, incluindo mercadorias perigosas (ADR), carga geral, carga unitizada, e produtos especializados. Dispomos de equipamento apropriado para cada tipo de carga."},
+ "Transportamos uma ampla variedade de cargas, incluindo mercadorias perigosas (ADR), carga geral, carga unitizada, e produtos especializados. Dispomos de equipamento apropriado para cada tipo de carga."
+ },
{
id: "4", title: "Oferecem soluções customizadas?", content:
- "Sim, a AJS oferece soluções logísticas completamente personalizadas. Trabalhamos com cada cliente para desenhar um plano logístico que se adeque às suas necessidades específicas e orçamento."},
+ "Sim, a AJS oferece soluções logísticas completamente personalizadas. Trabalhamos com cada cliente para desenhar um plano logístico que se adeque às suas necessidades específicas e orçamento."
+ },
]}
ctaTitle="Agende Sua Consultoria"
ctaDescription="Entre em contacto connosco para discutir as suas necessidades logísticas e encontrar a solução ideal."
ctaButton={{
- text: "Contactar Agora", href: "/sobre"}}
+ text: "Contactar Agora", href: "/sobre"
+ }}
ctaIcon={Phone}
useInvertedBackground={false}
animationType="slide-up"
@@ -325,61 +365,81 @@ export default function HomePage() {
{
title: "Empresa", items: [
{
- label: "Sobre Nós", href: "/sobre"},
+ label: "Sobre Nós", href: "/sobre"
+ },
{
- label: "Missão, Visão e Valores", href: "/sobre"},
+ label: "Missão, Visão e Valores", href: "/sobre"
+ },
{
- label: "Equipa", href: "/sobre"},
+ label: "Equipa", href: "/sobre"
+ },
{
- label: "Carreiras", href: "#"},
+ label: "Carreiras", href: "#"
+ },
],
},
{
title: "Serviços", items: [
{
- label: "Transporte Rodoviário", href: "#services"},
+ label: "Transporte Rodoviário", href: "#services"
+ },
{
- label: "Armazenagem", href: "#services"},
+ label: "Armazenagem", href: "#services"
+ },
{
- label: "Distribuição", href: "#services"},
+ label: "Distribuição", href: "#services"
+ },
{
- label: "Gestão de Frotas", href: "#services"},
+ label: "Gestão de Frotas", href: "#services"
+ },
],
},
{
title: "Contacto", items: [
{
- label: "Telefone", href: "tel:+244929102270"},
+ label: "Telefone", href: "tel:+244929102270"
+ },
{
- label: "Email", href: "mailto:info@ajstransporte.ao"},
+ label: "Email", href: "mailto:info@ajstransporte.ao"
+ },
{
- label: "Endereço", href: "#"},
+ label: "Endereço", href: "#"
+ },
{
- label: "Formulário", href: "#contact-section"},
+ label: "Formulário", href: "#contact-section"
+ },
],
},
{
title: "Redes Sociais", items: [
{
- label: "Facebook", href: "https://facebook.com"},
+ label: "Facebook", href: "https://facebook.com"
+ },
{
- label: "LinkedIn", href: "https://linkedin.com"},
+ label: "LinkedIn", href: "https://linkedin.com"
+ },
{
- label: "Instagram", href: "https://instagram.com"},
+ label: "Instagram", href: "https://instagram.com"
+ },
{
- label: "Twitter", href: "https://twitter.com"},
+ label: "Twitter", href: "https://twitter.com"
+ },
],
},
{
title: "Legal", items: [
{
- label: "Política de Privacidade", href: "#"},
+ label: "Política de Privacidade", href: "#"
+ },
{
- label: "Termos e Condições", href: "#"},
+ label: "Termos e Condições", href: "#"
+ },
{
- label: "Política de Cookies", href: "#"},
+ label: "Política de Cookies", href: "#"
+ },
{
- label: "Declaração de Conformidade", href: "#"},
+ label: "Declaração de Conformidade", href: "#"
+ },
],
},
]}
diff --git a/src/app/sobre/page.tsx b/src/app/sobre/page.tsx
index b380b96..d346aae 100644
--- a/src/app/sobre/page.tsx
+++ b/src/app/sobre/page.tsx
@@ -41,7 +41,8 @@ export default function AboutPage() {
brandName="AJS Transporte"
navItems={navItems}
button={{
- text: "Solicitar Orçamento", href: "#contact-section"}}
+ text: "Solicitar Orçamento", href: "#contact-section"
+ }}
/>
@@ -49,14 +50,17 @@ export default function AboutPage() {
@@ -74,19 +78,23 @@ export default function AboutPage() {
{
id: "1", title: "Missão", description:
"Fornecer soluções logísticas integradas de excelência que optimizem as operações dos nossos clientes, garantindo segurança, eficiência e cumprimento absoluto de prazos em Angola e na região africana.", imageSrc:
- "http://img.b2bpic.net/free-photo/global-logistics-international-shipping_23-2151989541.jpg", imageAlt: "Logística global"},
+ "http://img.b2bpic.net/free-photo/global-logistics-international-shipping_23-2151989541.jpg", imageAlt: "Logística global"
+ },
{
id: "2", title: "Visão", description:
"Ser a empresa líder reconhecida em transporte e logística em Angola e na África regional, conhecida pela inovação, confiabilidade e excelência operacional.", imageSrc:
- "http://img.b2bpic.net/free-photo/aerial-view-busy-highway-intersection-full-traffic-daytime_181624-46287.jpg", imageAlt: "Visão corporativa"},
+ "http://img.b2bpic.net/free-photo/aerial-view-busy-highway-intersection-full-traffic-daytime_181624-46287.jpg", imageAlt: "Visão corporativa"
+ },
{
id: "3", title: "Valores", description:
"Segurança Operacional, Rigor e Eficiência, Responsabilidade Ambiental, Cumprimento de Prazos, e Integridade Profissional são os pilares que sustentam todas as nossas decisões e ações.", imageSrc:
- "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128316.jpg", imageAlt: "Valores corporativos"},
+ "http://img.b2bpic.net/free-photo/people-taking-care-warehouse-logistics-together_23-2149128316.jpg", imageAlt: "Valores corporativos"
+ },
]}
buttons={[
{
- text: "Conhecer Mais", href: "/"},
+ text: "Conhecer Mais", href: "/"
+ },
]}
buttonAnimation="slide-up"
/>
@@ -119,7 +127,8 @@ export default function AboutPage() {
]}
buttons={[
{
- text: "Voltar ao Início", href: "/"},
+ text: "Voltar ao Início", href: "/"
+ },
]}
buttonAnimation="slide-up"
/>
@@ -133,61 +142,81 @@ export default function AboutPage() {
{
title: "Empresa", items: [
{
- label: "Sobre Nós", href: "/sobre"},
+ label: "Sobre Nós", href: "/sobre"
+ },
{
- label: "Missão, Visão e Valores", href: "/sobre"},
+ label: "Missão, Visão e Valores", href: "/sobre"
+ },
{
- label: "Equipa", href: "/sobre"},
+ label: "Equipa", href: "/sobre"
+ },
{
- label: "Carreiras", href: "#"},
+ label: "Carreiras", href: "#"
+ },
],
},
{
title: "Serviços", items: [
{
- label: "Transporte Rodoviário", href: "/#services"},
+ label: "Transporte Rodoviário", href: "/#services"
+ },
{
- label: "Armazenagem", href: "/#services"},
+ label: "Armazenagem", href: "/#services"
+ },
{
- label: "Distribuição", href: "/#services"},
+ label: "Distribuição", href: "/#services"
+ },
{
- label: "Gestão de Frotas", href: "/#services"},
+ label: "Gestão de Frotas", href: "/#services"
+ },
],
},
{
title: "Contacto", items: [
{
- label: "Telefone", href: "tel:+244929102270"},
+ label: "Telefone", href: "tel:+244929102270"
+ },
{
- label: "Email", href: "mailto:info@ajstransporte.ao"},
+ label: "Email", href: "mailto:info@ajstransporte.ao"
+ },
{
- label: "Endereço", href: "#"},
+ label: "Endereço", href: "#"
+ },
{
- label: "Formulário", href: "/#contact-section"},
+ label: "Formulário", href: "/#contact-section"
+ },
],
},
{
title: "Redes Sociais", items: [
{
- label: "Facebook", href: "https://facebook.com"},
+ label: "Facebook", href: "https://facebook.com"
+ },
{
- label: "LinkedIn", href: "https://linkedin.com"},
+ label: "LinkedIn", href: "https://linkedin.com"
+ },
{
- label: "Instagram", href: "https://instagram.com"},
+ label: "Instagram", href: "https://instagram.com"
+ },
{
- label: "Twitter", href: "https://twitter.com"},
+ label: "Twitter", href: "https://twitter.com"
+ },
],
},
{
title: "Legal", items: [
{
- label: "Política de Privacidade", href: "#"},
+ label: "Política de Privacidade", href: "#"
+ },
{
- label: "Termos e Condições", href: "#"},
+ label: "Termos e Condições", href: "#"
+ },
{
- label: "Política de Cookies", href: "#"},
+ label: "Política de Cookies", href: "#"
+ },
{
- label: "Declaração de Conformidade", href: "#"},
+ label: "Declaração de Conformidade", href: "#"
+ },
],
},
]}