Skip to main content

About Page Component

The About page (pages/About.tsx) presents detailed information about VENCOL, including company history, values, and partnerships.

Purpose

The About page serves to:
  • Communicate the company’s mission and values
  • Display the 3P’s methodology (Personas, Planeta, Producto)
  • Showcase experience and expertise
  • Present partner relationships
  • Build trust with potential clients

Data Sources

Static Content

The component uses two main data sources:
  • siteContent.about - About page-specific content (hero section, meta tags)
  • siteContent.home - Shared content reused from home page (about section, 3P’s, partners)
The About page reuses several sections from the Home page data structure to maintain consistency across the application.

Page Structure

The About page consists of three main sections:

1. Hero Section

Full-width hero with background image and page introduction:
Location: pages/About.tsx:18-46 Features:
  • Background image with dark overlay
  • Gradient overlay for text readability
  • Animated badge indicator
  • Responsive text sizing

2. Content Section

Two-column layout showcasing company information: Left Column - Image:
  • Company team/office image
  • Animated experience badge overlay
  • Hover effects (grayscale to color transition)
  • Decorative background blurs
Right Column - Content:
  • Company description
  • Highlighted quote in glassmorphic card
  • Feature list with checkmarks
  • Company values and mission
Location: pages/About.tsx:51-134

3. The 3P’s Section

Displays the company’s core methodology - Personas, Planeta, Producto:
Location: pages/About.tsx:136-169 Data Structure:

4. Partners Section

Infinite scrolling marquee of partner logos:
Location: pages/About.tsx:172-202

Components Used

GlassCard

Glassmorphic card component for modern UI:
Props:
  • className - Additional Tailwind classes
  • hoverEffect - Enable hover animations
  • children - Card content

SEO Component

SEO meta tags for the About page:

Icons

Lucide React icons used:

Styling Patterns

Glassmorphism

The page extensively uses glassmorphic design:

Gradient Overlays

Hover Effects

Responsive Design

  • Single column layout
  • Stacked sections
  • Reduced text sizes
  • Full-width images

Code Example

The About page is accessed via:
  • Navigation menu: /nosotros
  • Home page CTA button
  • Footer links