Merge version_1 into main #2
206
src/app/page.tsx
206
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Soluções",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Avaliações",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Soluções", id: "features" },
|
||||
{ name: "Avaliações", id: "testimonials" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
brandName="EBE Embalagens"
|
||||
/>
|
||||
@@ -52,94 +40,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Soluções inteligentes em embalagens para sua empresa."
|
||||
description="Com anos de tradição em Santana de Parnaíba, a EBE oferece a máxima proteção e eficiência logística para seus produtos. Qualidade que atravessa fronteiras."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Luiz Miguel",
|
||||
handle: "Cliente Satisfeito",
|
||||
testimonial: "Espetacular! Atendimento de primeira e qualidade impecável.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Ulrich Almeida",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Ótima empresa, cumprem o que prometem com rapidez.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-working-office_1157-26409.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Marcelo Tsubaki",
|
||||
handle: "Cliente",
|
||||
testimonial: "Bom atendimento e embalagens muito resistentes.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-senior-executive-looking-camera_1262-2374.jpg",
|
||||
},
|
||||
{
|
||||
name: "Odair Oliveira",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Recomendo a todos, empresa de confiança e excelente custo-benefício.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
||||
},
|
||||
{
|
||||
name: "Helio Nascimento",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Serviço de altíssima qualidade. Parabéns a equipe.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-cheerful-walking-concept_53876-42819.jpg",
|
||||
},
|
||||
{ name: "Luiz Miguel", handle: "Cliente Satisfeito", testimonial: "Espetacular! Atendimento de primeira e qualidade impecável.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg" },
|
||||
{ name: "Ulrich Almeida", handle: "Local Guide", testimonial: "Ótima empresa, cumprem o que prometem com rapidez.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-working-office_1157-26409.jpg" },
|
||||
{ name: "Marcelo Tsubaki", handle: "Cliente", testimonial: "Bom atendimento e embalagens muito resistentes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-senior-executive-looking-camera_1262-2374.jpg" },
|
||||
{ name: "Odair Oliveira", handle: "Local Guide", testimonial: "Recomendo a todos, empresa de confiança e excelente custo-benefício.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg" },
|
||||
{ name: "Helio Nascimento", handle: "Local Guide", testimonial: "Serviço de altíssima qualidade. Parabéns a equipe.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-man-cheerful-walking-concept_53876-42819.jpg" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg"
|
||||
imageAlt="Armazém da EBE Embalagens"
|
||||
mediaAnimation="slide-up"
|
||||
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",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Alta Resistência",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Logística Ágil",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustentabilidade",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tecnologia",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Excelência",
|
||||
},
|
||||
{ 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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contato"
|
||||
title="Pronto para otimizar suas embalagens?"
|
||||
description="Fale com nossa equipe técnica em Santana de Parnaíba e peça um orçamento sem compromisso hoje mesmo."
|
||||
@@ -267,14 +133,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="EBE Embalagens"
|
||||
leftLink={{
|
||||
text: "Política de Privacidade",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "© 2024 EBE Embalagens",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Política de Privacidade", href: "#" }}
|
||||
rightLink={{ text: "© 2024 EBE Embalagens", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user