Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
230
src/app/page.tsx
230
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Serviços", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Rleal Tecnologia"
|
||||
/>
|
||||
@@ -56,59 +48,36 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "downward-rays-animated-grid",
|
||||
}}
|
||||
title="Technology Solutions Built for Your Business"
|
||||
description="Rleal Tecnologia delivers scalable, secure tech services tailored to drive growth. Partner with experts who understand your industry."
|
||||
variant: "downward-rays-animated-grid"}}
|
||||
title="Tecnologia e Soluções para o Seu Negócio"
|
||||
description="A Rleal Tecnologia entrega serviços escaláveis e seguros, personalizados para impulsionar o seu crescimento. Parceria com especialistas que entendem o seu setor."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg",
|
||||
alt: "corporate professional headshot",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg", alt: "corporate professional headshot"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12850.jpg",
|
||||
alt: "woman professional corporate headshot",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12850.jpg", alt: "woman professional corporate headshot"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-33428.jpg",
|
||||
alt: "man professional portrait business",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-working-from-his-office-concept-hard-work_181624-33428.jpg", alt: "man professional portrait business"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095774.jpg",
|
||||
alt: "woman executive headshot professional",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095774.jpg", alt: "woman executive headshot professional"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-working-as-part-company-team_23-2149136828.jpg",
|
||||
alt: "Person working as part of company team",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-working-as-part-company-team_23-2149136828.jpg", alt: "Person working as part of company team"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Conheça Nossos Serviços", href: "#features"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Cloud Infrastructure",
|
||||
},
|
||||
type: "text", text: "Infraestrutura em Nuvem"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cybersecurity",
|
||||
},
|
||||
type: "text", text: "Cibersegurança"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Digital Transformation",
|
||||
},
|
||||
type: "text", text: "Transformação Digital"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Software Engineering",
|
||||
},
|
||||
type: "text", text: "Engenharia de Software"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Data Analytics",
|
||||
},
|
||||
type: "text", text: "Análise de Dados"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,23 +85,17 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
title="Proven Technical Expertise"
|
||||
title="Expertise Técnica Comprovada"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Projects Completed",
|
||||
value: "150+",
|
||||
},
|
||||
label: "Projetos Concluídos", value: "150+"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Security Standards",
|
||||
value: "ISO",
|
||||
},
|
||||
label: "Padrões de Segurança", value: "ISO"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Satisfied Clients",
|
||||
value: "98%",
|
||||
},
|
||||
label: "Clientes Satisfeitos", value: "98%"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -145,26 +108,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Cloud Infrastructure",
|
||||
description: "Build robust, scalable cloud environments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-center-manager-supervising-work-done-by-engineer_482257-126803.jpg",
|
||||
imageAlt: "cloud computing network icons",
|
||||
},
|
||||
title: "Infraestrutura em Nuvem", description: "Construa ambientes de nuvem robustos e escaláveis.", imageSrc: "http://img.b2bpic.net/free-photo/data-center-manager-supervising-work-done-by-engineer_482257-126803.jpg", imageAlt: "cloud computing network icons"},
|
||||
{
|
||||
title: "Software Development",
|
||||
description: "Custom enterprise-grade software solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/network-graphic-overlay-banner-laptop_53876-120748.jpg",
|
||||
imageAlt: "software development coding interface",
|
||||
},
|
||||
title: "Desenvolvimento de Software", description: "Soluções personalizadas de nível empresarial.", imageSrc: "http://img.b2bpic.net/free-photo/network-graphic-overlay-banner-laptop_53876-120748.jpg", imageAlt: "software development coding interface"},
|
||||
{
|
||||
title: "Strategic Consulting",
|
||||
description: "Technology roadmap and digital transformation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908079.jpg",
|
||||
imageAlt: "IT consulting dashboard data",
|
||||
},
|
||||
title: "Consultoria Estratégica", description: "Roadmap tecnológico e transformação digital.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908079.jpg", imageAlt: "IT consulting dashboard data"},
|
||||
]}
|
||||
title="Technology Services"
|
||||
description="We specialize in scalable software development, infrastructure optimization, and consulting tailored for midmarket enterprises."
|
||||
title="Serviços Tecnológicos"
|
||||
description="Somos especializados em desenvolvimento de software escalável, otimização de infraestrutura e consultoria para empresas do mercado médio."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -175,26 +126,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: TrendingUp,
|
||||
title: "ROI Growth",
|
||||
value: "45%",
|
||||
},
|
||||
id: "m1", icon: TrendingUp,
|
||||
title: "Crescimento de ROI", value: "45%"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Clock,
|
||||
title: "Deployment Time",
|
||||
value: "30%",
|
||||
},
|
||||
id: "m2", icon: Clock,
|
||||
title: "Tempo de Implantação", value: "30%"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: ShieldCheck,
|
||||
title: "Uptime Guaranteed",
|
||||
value: "99.9%",
|
||||
},
|
||||
id: "m3", icon: ShieldCheck,
|
||||
title: "Tempo de Atividade Garantido", value: "99.9%"},
|
||||
]}
|
||||
title="Impact & Growth"
|
||||
description="Measurable results that drive business success through our partnerships."
|
||||
title="Impacto e Crescimento"
|
||||
description="Resultados mensuráveis que impulsionam o sucesso do negócio."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -205,43 +147,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Carlos Silva",
|
||||
role: "CTO",
|
||||
testimonial: "Rleal delivered beyond expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-confident-businessman-looking-camera_329181-539.jpg",
|
||||
},
|
||||
id: "1", name: "Carlos Silva", role: "CTO", testimonial: "A Rleal entregou além das expectativas.", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-confident-businessman-looking-camera_329181-539.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ana Souza",
|
||||
role: "Operations Manager",
|
||||
testimonial: "Professional, efficient, and reliable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-perfect-smile_93675-133127.jpg",
|
||||
},
|
||||
id: "2", name: "Ana Souza", role: "Gerente de Operações", testimonial: "Profissional, eficiente e confiável.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-perfect-smile_93675-133127.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bruno Lima",
|
||||
role: "Director",
|
||||
testimonial: "Transformed our digital infrastructure.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-specialists-engineers-doing-teamwork-modern-production-line_482257-125964.jpg",
|
||||
},
|
||||
id: "3", name: "Bruno Lima", role: "Diretor", testimonial: "Transformou nossa infraestrutura digital.", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-specialists-engineers-doing-teamwork-modern-production-line_482257-125964.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carla Mendes",
|
||||
role: "Procurement Lead",
|
||||
testimonial: "Excellent service and ROI.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg",
|
||||
},
|
||||
id: "4", name: "Carla Mendes", role: "Líder de Compras", testimonial: "Serviço e ROI excelentes.", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Diego Costa",
|
||||
role: "IT Lead",
|
||||
testimonial: "Expertise you can trust.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg",
|
||||
},
|
||||
id: "5", name: "Diego Costa", role: "Líder de TI", testimonial: "Expertise em que você pode confiar.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by industry leaders to deliver secure and scalable tech outcomes."
|
||||
title="O Que Nossos Clientes Dizem"
|
||||
description="Confiado pelos líderes da indústria para resultados tecnológicos seguros."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -250,16 +167,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"AWS",
|
||||
"Google Cloud",
|
||||
"IBM",
|
||||
"Red Hat",
|
||||
"Oracle",
|
||||
"SAP",
|
||||
]}
|
||||
title="Industry Partners"
|
||||
description="Collaborating with globally recognized technology leaders."
|
||||
"Microsoft", "AWS", "Google Cloud", "IBM", "Red Hat", "Oracle", "SAP"]}
|
||||
title="Parceiros da Indústria"
|
||||
description="Colaborando com líderes tecnológicos globalmente reconhecidos."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -269,23 +179,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What industries do you serve?",
|
||||
content: "Technology, finance, and logistics sectors.",
|
||||
},
|
||||
id: "f1", title: "Quais indústrias atendemos?", content: "Setores de tecnologia, finanças e logística."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer support?",
|
||||
content: "Yes, we provide 24/7 technical support.",
|
||||
},
|
||||
id: "f2", title: "Oferecem suporte?", content: "Sim, fornecemos suporte técnico 24/7."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What is your engagement model?",
|
||||
content: "We offer consulting or project-based services.",
|
||||
},
|
||||
id: "f3", title: "Qual é o modelo de engajamento?", content: "Oferecemos consultoria ou serviços por projeto."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Information on our process and services."
|
||||
title="Perguntas Frequentes"
|
||||
description="Informações sobre nosso processo e serviços."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -294,11 +195,10 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Contact Us"
|
||||
title="Ready to Transform Your Business?"
|
||||
description="Speak with our consultants about your next technology project."
|
||||
variant: "plain"}}
|
||||
tag="Fale Conosco"
|
||||
title="Pronto para Transformar seu Negócio?"
|
||||
description="Fale com nossos consultores sobre o seu próximo projeto tecnológico."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -307,29 +207,19 @@ export default function LandingPage() {
|
||||
logoText="Rleal Tecnologia"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre Nós", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Serviços", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Suporte", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contato", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user