Merge version_1 into main #2
384
src/app/page.tsx
384
src/app/page.tsx
@@ -41,7 +41,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -52,9 +52,7 @@ export default function HomePage() {
|
||||
brandName="AJS Transporte"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Solicitar Orçamento",
|
||||
href: "#contact-section",
|
||||
}}
|
||||
text: "Solicitar Orçamento", href: "#contact-section"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,63 +60,43 @@ export default function HomePage() {
|
||||
<HeroSplitDoubleCarousel
|
||||
title="Soluções Logísticas Integradas para Angola e Região"
|
||||
description="Transporte rodoviário, armazenagem, distribuição e gestão de cadeias de abastecimento com excelência operacional e cumprimento de prazos."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Líder em Logística"
|
||||
tagIcon={Truck}
|
||||
tagAnimation="slide-up"
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/side-view-man-looking-truck_23-2149426499.jpg?_wi=1",
|
||||
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?_wi=1",
|
||||
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?_wi=1",
|
||||
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?_wi=1",
|
||||
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?_wi=2",
|
||||
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?_wi=2",
|
||||
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?_wi=2",
|
||||
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?_wi=2",
|
||||
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"
|
||||
@@ -129,21 +107,15 @@ export default function HomePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "AJS Transporte e Logística: ",
|
||||
},
|
||||
type: "text", content: "AJS Transporte e Logística: "},
|
||||
{
|
||||
type: "text",
|
||||
content:
|
||||
"Compromisso com Excelência Operacional e Confiabilidade",
|
||||
},
|
||||
type: "text", content:
|
||||
"Compromisso com Excelência Operacional e Confiabilidade"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Sobre a Empresa",
|
||||
href: "/sobre",
|
||||
},
|
||||
text: "Sobre a Empresa", href: "/sobre"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -160,46 +132,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
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?_wi=1",
|
||||
imageAlt: "Gestão de frotas segura",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=2",
|
||||
imageAlt: "Sistema de rastreamento",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageAlt: "Transporte sustentável",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageAlt: "Entrega garantida",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contacte-nos",
|
||||
href: "contact-section",
|
||||
},
|
||||
text: "Contacte-nos", href: "contact-section"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -218,56 +172,24 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
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?_wi=2",
|
||||
imageAlt: "Transporte rodoviário profissional",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageAlt: "Armazenagem integrada",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=2",
|
||||
imageAlt: "Serviço de distribuição",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=3",
|
||||
imageAlt: "Gestão de frotas",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageAlt: "Gestão de cadeia de abastecimento",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explorar Serviços",
|
||||
href: "services",
|
||||
},
|
||||
text: "Explorar Serviços", href: "services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -286,39 +208,21 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "501+",
|
||||
title: "Colaboradores",
|
||||
description: "Equipa qualificada e dedicada ao serviço",
|
||||
icon: Users,
|
||||
id: "1", value: "501+", title: "Colaboradores", description: "Equipa qualificada e dedicada ao serviço", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "25+",
|
||||
title: "Anos de Experiência",
|
||||
description: "Liderança reconhecida no sector",
|
||||
icon: Award,
|
||||
id: "2", value: "25+", title: "Anos de Experiência", description: "Liderança reconhecida no sector", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "99%",
|
||||
title: "Cumprimento de Prazos",
|
||||
description: "Compromisso absoluto com entregas",
|
||||
icon: CheckCircle,
|
||||
id: "3", value: "99%", title: "Cumprimento de Prazos", description: "Compromisso absoluto com entregas", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "8+",
|
||||
title: "Países Atendidos",
|
||||
description: "Cobertura regional expandida",
|
||||
icon: Award,
|
||||
id: "4", value: "8+", title: "Países Atendidos", description: "Cobertura regional expandida", icon: Award,
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Sobre a AJS",
|
||||
href: "/sobre",
|
||||
},
|
||||
text: "Sobre a AJS", href: "/sobre"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -336,67 +240,36 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "João Silva",
|
||||
role: "Director Geral",
|
||||
company: "Empresa de Mineração Angola",
|
||||
rating: 5,
|
||||
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,
|
||||
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,
|
||||
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,
|
||||
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={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -409,16 +282,10 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"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}
|
||||
/>
|
||||
@@ -428,36 +295,22 @@ export default function HomePage() {
|
||||
<ContactFaq
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
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."},
|
||||
]}
|
||||
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"
|
||||
@@ -470,108 +323,63 @@ export default function HomePage() {
|
||||
copyrightText="© 2025 AJS Transporte e Logística. Todos os direitos reservados."
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
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: [
|
||||
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: [
|
||||
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: [
|
||||
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: [
|
||||
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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -41,9 +41,7 @@ export default function AboutPage() {
|
||||
brandName="AJS Transporte"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Solicitar Orçamento",
|
||||
href: "#contact-section",
|
||||
}}
|
||||
text: "Solicitar Orçamento", href: "#contact-section"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,20 +49,14 @@ export default function AboutPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Quem Somos: ",
|
||||
},
|
||||
type: "text", content: "Quem Somos: "},
|
||||
{
|
||||
type: "text",
|
||||
content: "Uma Empresa Dedicada à Excelência Logística",
|
||||
},
|
||||
type: "text", content: "Uma Empresa Dedicada à Excelência Logística"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contactar",
|
||||
href: "#contact-section",
|
||||
},
|
||||
text: "Contactar", href: "#contact-section"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -80,38 +72,21 @@ export default function AboutPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
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?_wi=2",
|
||||
imageAlt: "Logística global",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=3",
|
||||
imageAlt: "Visão corporativa",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=3",
|
||||
imageAlt: "Valores corporativos",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Conhecer Mais",
|
||||
href: "/",
|
||||
},
|
||||
text: "Conhecer Mais", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -130,39 +105,21 @@ export default function AboutPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "25+",
|
||||
title: "Anos",
|
||||
description: "De experiência e liderança no setor",
|
||||
icon: Award,
|
||||
id: "1", value: "25+", title: "Anos", description: "De experiência e liderança no setor", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "501+",
|
||||
title: "Colaboradores",
|
||||
description: "Profissionais dedicados e certificados",
|
||||
icon: Users,
|
||||
id: "2", value: "501+", title: "Colaboradores", description: "Profissionais dedicados e certificados", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "99%",
|
||||
title: "Cumprimento",
|
||||
description: "De prazos acordados com clientes",
|
||||
icon: CheckCircle,
|
||||
id: "3", value: "99%", title: "Cumprimento", description: "De prazos acordados com clientes", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "500+",
|
||||
title: "Clientes",
|
||||
description: "Confiando nos nossos serviços",
|
||||
icon: Users,
|
||||
id: "4", value: "500+", title: "Clientes", description: "Confiando nos nossos serviços", icon: Users,
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Voltar ao Início",
|
||||
href: "/",
|
||||
},
|
||||
text: "Voltar ao Início", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -174,108 +131,63 @@ export default function AboutPage() {
|
||||
copyrightText="© 2025 AJS Transporte e Logística. Todos os direitos reservados."
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
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: [
|
||||
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: [
|
||||
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: [
|
||||
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: [
|
||||
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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user