From 1ec4a89297b09166b54ed15c74693b2a99221db3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 09:28:43 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 126 ++++++++++++++++------------------------- 1 file changed, 48 insertions(+), 78 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a86d1db..58a4e39 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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 ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From 8a66db607c138e319ed8d3b8bf7ff67aa206173c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 09:28:43 +0000 Subject: [PATCH 2/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1365945..ec9d83b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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.", -- 2.49.1