Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
264
src/app/page.tsx
264
src/app/page.tsx
@@ -30,95 +30,40 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Serviços", id: "services" },
|
||||
{ name: "Depoimentos", id: "testimonials" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
brandName="Rico Transportes"
|
||||
button={{
|
||||
text: "Solicitar Orçamento",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Solicitar Orçamento", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Logística e Transporte de Confiança em Londrina"
|
||||
description="Eficiência, segurança e agilidade para levar sua carga onde você precisar. Conte com a estrutura própria da Rico Transportes."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/professional-truck-driver-setting-up-navigation-destination_342744-295.jpg",
|
||||
alt: "Professional truck driver",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248838.jpg",
|
||||
alt: "Professional female driver",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/transport-logistics-products_23-2151541962.jpg",
|
||||
alt: "Transport logistics expert",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-smiling-vehicle-mechanics-holding-wrench-tools-truck-repair-workshop_342744-1335.jpg",
|
||||
alt: "Truck maintenance expert",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-positive-smiling-truck-serviceman-standing-by-truck-vehicle-workshop_342744-1300.jpg",
|
||||
alt: "Truck logistics serviceman",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/professional-truck-driver-setting-up-navigation-destination_342744-295.jpg", alt: "Professional truck driver setting up navigation for destination" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248838.jpg", alt: "Professional female driver with van or wagon car" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/transport-logistics-products_23-2151541962.jpg", alt: "Transport and logistics of products" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-smiling-vehicle-mechanics-holding-wrench-tools-truck-repair-workshop_342744-1335.jpg", alt: "Happy smiling vehicle mechanics holding wrench tools in truck repair workshop" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-positive-smiling-truck-serviceman-standing-by-truck-vehicle-workshop_342744-1300.jpg", alt: "Portrait of positive smiling truck serviceman standing by truck vehicle in workshop" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Solicite um Orçamento",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Conheça nossos Serviços",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Solicite um Orçamento", href: "#contact" },
|
||||
{ text: "Conheça nossos Serviços", href: "#services" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Segurança Total",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Londrina e Região",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Frota Própria",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Agilidade Logística",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Atendimento 24h",
|
||||
},
|
||||
{ type: "text", text: "Segurança Total" },
|
||||
{ type: "text", text: "Londrina e Região" },
|
||||
{ type: "text", text: "Frota Própria" },
|
||||
{ type: "text", text: "Agilidade Logística" },
|
||||
{ type: "text", text: "Atendimento 24h" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,16 +74,10 @@ export default function LandingPage() {
|
||||
title="Sobre a Rico Transportes"
|
||||
description="Localizada em Londrina, a Rico Transportes nasceu com o compromisso de oferecer soluções logísticas completas. Com barracão próprio e uma equipe dedicada, garantimos que cada carga receba cuidado máximo do início ao fim."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Entregas no Prazo",
|
||||
},
|
||||
{
|
||||
value: "+1k",
|
||||
title: "Cargas Transportadas",
|
||||
},
|
||||
{ value: "100%", title: "Entregas no Prazo" },
|
||||
{ value: "+1k", title: "Cargas Transportadas" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-asian-people-looking-carton-boxes-racks-checking-merchandise-stock-storage-room-man-woman-using-laptop-work-products-distribution-business-development_482257-67066.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-asian-people-looking-carton-boxes-racks-checking-merchandise-stock-storage-room-man-woman-using-laptop-work-products-distribution-business-development_482257-67066.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
imageAlt="Armazém organizado da Rico Transportes"
|
||||
@@ -152,55 +91,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Frete e Entregas",
|
||||
description: "Transporte seguro e pontual para empresas e particulares.",
|
||||
icon: Truck,
|
||||
title: "Frete e Entregas", description: "Transporte seguro e pontual para empresas e particulares.", icon: Truck,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fireman-holding-jacket-protective-helmet-garage-fire-department-leaning-fire-engine-looking-outside_613910-20419.jpg",
|
||||
imageAlt: "Frete",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truck-driver-casual-clothes-standing-by-his-truck-with-arms-crossed-truck-stop_342744-1285.jpg",
|
||||
imageAlt: "Frete",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-people-looking-carton-boxes-racks-checking-merchandise-stock-storage-room-man-woman-using-laptop-work-products-distribution-business-development_482257-67066.jpg?_wi=2",
|
||||
imageAlt: "logistics transport truck city",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fireman-holding-jacket-protective-helmet-garage-fire-department-leaning-fire-engine-looking-outside_613910-20419.jpg", imageAlt: "Frete" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/truck-driver-casual-clothes-standing-by-his-truck-with-arms-crossed-truck-stop_342744-1285.jpg", imageAlt: "Frete" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Logística Integrada",
|
||||
description: "Planejamento eficiente para otimizar toda a sua cadeia de suprimentos.",
|
||||
icon: Package,
|
||||
title: "Logística Integrada", description: "Planejamento eficiente para otimizar toda a sua cadeia de suprimentos.", icon: Package,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-industrial-building-interior-with-people-forklifts-handling-goods-storage-area_342744-1498.jpg",
|
||||
imageAlt: "Logística",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/store-worker-taking-detail-from-warehouse_114579-2801.jpg",
|
||||
imageAlt: "Logística",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg?_wi=1",
|
||||
imageAlt: "logistics transport truck city",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/warehouse-industrial-building-interior-with-people-forklifts-handling-goods-storage-area_342744-1498.jpg", imageAlt: "Logística" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/store-worker-taking-detail-from-warehouse_114579-2801.jpg", imageAlt: "Logística" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Armazenamento Próprio",
|
||||
description: "Espaço seguro em barracão próprio para cuidar do seu material.",
|
||||
icon: Building2,
|
||||
title: "Armazenamento Próprio", description: "Espaço seguro em barracão próprio para cuidar do seu material.", icon: Building2,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/verification-young-long-haired-woman-white-protective-helmet-with-tablet-hands-looking-attentively-shelves-with-goods-warehouse-walking-aisle_259150-56884.jpg",
|
||||
imageAlt: "Armazenamento",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-depot-space-used-shipment-handling-supply-chain-support_482257-130935.jpg",
|
||||
imageAlt: "Armazenamento",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-man-standing-outside_1262-3488.jpg?_wi=1",
|
||||
imageAlt: "logistics transport truck city",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/verification-young-long-haired-woman-white-protective-helmet-with-tablet-hands-looking-attentively-shelves-with-goods-warehouse-walking-aisle_259150-56884.jpg", imageAlt: "Armazenamento" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-depot-space-used-shipment-handling-supply-chain-support_482257-130935.jpg", imageAlt: "Armazenamento" },
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Nossos Serviços Especializados"
|
||||
@@ -214,21 +123,9 @@ export default function LandingPage() {
|
||||
title="Nossos Números"
|
||||
tag="Qualidade Comprovada"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Anos de experiência",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99%",
|
||||
description: "Segurança no transporte",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Atendimento atencioso",
|
||||
},
|
||||
{ id: "m1", value: "15+", description: "Anos de experiência" },
|
||||
{ id: "m2", value: "99%", description: "Segurança no transporte" },
|
||||
{ id: "m3", value: "24/7", description: "Atendimento atencioso" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -239,41 +136,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Carlos M.",
|
||||
role: "Gerente Comercial",
|
||||
testimonial: "A Rico Transportes sempre entrega tudo dentro do prazo. Muito profissionalismo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ana S.",
|
||||
role: "Empresária",
|
||||
testimonial: "Segurança total no transporte dos meus produtos. Atendimento nota 10.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-man-standing-outside_1262-3488.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Roberto F.",
|
||||
role: "Dono de E-commerce",
|
||||
testimonial: "A estrutura de armazenamento deles facilita demais a minha logística diária.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Fernanda L.",
|
||||
role: "Logística Sênior",
|
||||
testimonial: "Parceria de anos! Sempre atenciosos e muito ágeis nas respostas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ricardo B.",
|
||||
role: "Diretor Operacional",
|
||||
testimonial: "Eficiência e confiança são as palavras que definem o trabalho da Rico.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12785.jpg",
|
||||
},
|
||||
{ id: "1", name: "Carlos M.", role: "Gerente Comercial", testimonial: "A Rico Transportes sempre entrega tudo dentro do prazo. Muito profissionalismo.", imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg" },
|
||||
{ id: "2", name: "Ana S.", role: "Empresária", testimonial: "Segurança total no transporte dos meus produtos. Atendimento nota 10.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-business-man-standing-outside_1262-3488.jpg" },
|
||||
{ id: "3", name: "Roberto F.", role: "Dono de E-commerce", testimonial: "A estrutura de armazenamento deles facilita demais a minha logística diária.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg" },
|
||||
{ id: "4", name: "Fernanda L.", role: "Logística Sênior", testimonial: "Parceria de anos! Sempre atenciosos e muito ágeis nas respostas.", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg" },
|
||||
{ id: "5", name: "Ricardo B.", role: "Diretor Operacional", testimonial: "Eficiência e confiança são as palavras que definem o trabalho da Rico.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12785.jpg" },
|
||||
]}
|
||||
title="O que nossos clientes dizem"
|
||||
description="Confiança é a nossa marca registrada."
|
||||
@@ -286,10 +153,7 @@ export default function LandingPage() {
|
||||
title="Onde estamos"
|
||||
description="Estamos estrategicamente localizados no Sabará, Londrina. Venha conhecer nosso barracão."
|
||||
metrics={[
|
||||
{
|
||||
value: "Sede",
|
||||
title: "Londrina - PR",
|
||||
},
|
||||
{ value: "Sede", title: "Londrina - PR" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/logistic-center-with-green-storage-units_23-2148943352.jpg"
|
||||
@@ -300,15 +164,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Entre em contato conosco pelo WhatsApp: (43) 99191-4393. Estamos na Av. Arthur Thomas, 1415, Sabará, Londrina - PR."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Rico Transportes",
|
||||
href: "https://wa.me/5543991914393",
|
||||
},
|
||||
{ text: "WhatsApp Rico Transportes", href: "https://wa.me/5543991914393" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -318,33 +177,16 @@ export default function LandingPage() {
|
||||
logoText="Rico Transportes"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Início",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Sobre",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Serviços",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Menu", items: [
|
||||
{ label: "Início", href: "#hero" },
|
||||
{ label: "Sobre", href: "#about" },
|
||||
{ label: "Serviços", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
{
|
||||
label: "(43) 99191-4393",
|
||||
href: "tel:+5543991914393",
|
||||
},
|
||||
{
|
||||
label: "Av. Arthur Thomas, 1415",
|
||||
href: "#",
|
||||
},
|
||||
title: "Contato", items: [
|
||||
{ label: "(43) 99191-4393", href: "tel:+5543991914393" },
|
||||
{ label: "Av. Arthur Thomas, 1415", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -354,4 +196,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user