Merge version_1 into main #2
@@ -7,7 +7,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
@@ -22,86 +22,56 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Instalaciones",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Recursos Humanos",
|
||||
id: "/hr",
|
||||
},
|
||||
]}
|
||||
brandName="ConstructTech"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Inicio", id: "/" },
|
||||
{ name: "Nosotros", id: "/about" },
|
||||
{ name: "Instalaciones", id: "/services" },
|
||||
{ name: "Recursos Humanos", id: "/hr" },
|
||||
]}
|
||||
brandName="ConstructTech"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Nuestro Equipo Líder"
|
||||
description="Profesionales expertos al servicio de su proyecto."
|
||||
groups={[
|
||||
{
|
||||
id: "management",
|
||||
groupTitle: "Dirección",
|
||||
members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "Juan Pérez",
|
||||
subtitle: "CEO",
|
||||
detail: "20 años de trayectoria.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man_23-2148427097.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-employees-with-safety-equipment_23-2148908458.jpg?_wi=2",
|
||||
imageAlt: "Front view of business man",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardEleven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Nuestro Equipo Líder"
|
||||
description="Profesionales expertos al servicio de su proyecto."
|
||||
groups={[
|
||||
{
|
||||
id: "management", groupTitle: "Dirección", members: [
|
||||
{
|
||||
id: "m1", title: "Juan Pérez", subtitle: "CEO", detail: "20 años de trayectoria.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man_23-2148427097.jpg"
|
||||
},
|
||||
],
|
||||
imageAlt: "Front view of business man"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Aliados Estratégicos"
|
||||
description="Trabajamos con las mejores marcas del sector."
|
||||
names={[
|
||||
"SteelCorp",
|
||||
"ConcreteMaster",
|
||||
"GreenEnergy",
|
||||
"UrbanLight",
|
||||
"TechBuild",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Aliados Estratégicos"
|
||||
description="Trabajamos con las mejores marcas del sector."
|
||||
names={[
|
||||
"SteelCorp", "ConcreteMaster", "GreenEnergy", "UrbanLight", "TechBuild"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="ConstructTech"
|
||||
leftLink={{
|
||||
text: "Privacidad",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contacto",
|
||||
href: "/hr",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="ConstructTech"
|
||||
leftLink={{ text: "Privacidad", href: "#" }}
|
||||
rightLink={{ text: "Contacto", href: "/hr" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -11,8 +11,8 @@ import { Open_Sans } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'ConstructTech - Construcción y Mantenimiento',
|
||||
description: 'Expertos en construcción profesional, mantenimiento técnico e instalaciones completas. Calidad y garantía.',
|
||||
title: 'Sobre Nosotros | ConstructTech',
|
||||
description: 'Conozca a nuestro equipo líder en construcción y mantenimiento integral.',
|
||||
openGraph: {
|
||||
"title": "ConstructTech",
|
||||
"description": "Expertos en construcción profesional.",
|
||||
|
||||
Reference in New Issue
Block a user