Add src/app/about/page.tsx

This commit is contained in:
2026-06-10 11:28:28 +00:00
parent 2dc91b6604
commit 6dff1ff3db

188
src/app/about/page.tsx Normal file
View File

@@ -0,0 +1,188 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import { Facebook, Linkedin, Twitter, Instagram } from "lucide-react";
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="compact"
sizing="largeSmall"
background="noise"
cardStyle="gradient-bordered"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Tenders", id: "/tenders" },
{ name: "Contact", id: "/contact" }
]}
logoSrc="http://img.b2bpic.net/free-vector/detailed-travel-company-logo_23-2148625160.jpg"
logoAlt="Carlstra Aero Ltd Logo"
brandName="Carlstra Aero Ltd"
button={{
text: "Request a Quote", href: "/contact"
}}
/>
</div>
<div id="about-overview" data-section="about-overview">
<TextSplitAbout
useInvertedBackground={false}
tag="Who We Are"
title="Carlstra Aero Ltd: Your Trusted Partner for Institutional Supply & Logistics in Kenya"
description={["Carlstra Aero Ltd is a leading Kenyan-owned enterprise specializing in comprehensive supply, logistics, technical, and contracting solutions. We serve government parastatals, international NGOs, private corporations, and various institutions with an unwavering commitment to compliance, efficiency, and reliability. Established with a vision to streamline procurement and project execution, we pride ourselves on our end-to-end capabilities and dedication to fostering long-term, trust-based partnerships across diverse sectors."]}
buttons={[
{ text: "View Services", href: "/services" },
{ text: "Contact Us", href: "/contact" }
]}
buttonAnimation="slide-up"
/>
</div>
<div id="mission-vision" data-section="mission-vision">
<TextSplitAbout
useInvertedBackground={true}
tag="Our Purpose"
title="Mission: Delivering Excellence. Vision: Shaping the Future of Institutional Supply."
description={["**Mission:** To provide unparalleled supply, logistics, technical, and contracting solutions that empower our institutional clients to achieve their objectives with optimal efficiency and uncompromised compliance.","**Vision:** To be the most trusted and sought-after institutional partner in Kenya, recognized for our innovative solutions, unwavering integrity, and significant contribution to national development."]}
buttonAnimation="slide-up"
/>
</div>
<div id="team" data-section="team">
<TeamCardTwo
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
tag="Leadership"
title="Meet Our Dedicated Team"
description="Our success is driven by a team of experienced professionals committed to excellence, integrity, and client satisfaction. Each member brings a wealth of expertise to ensure every project is executed flawlessly."
members={[
{
id: "1", name: "John Smith", role: "Chief Executive Officer", description: "John is the visionary behind Carlstra Aero Ltd, with over 15 years of experience in supply chain management and institutional procurement. He leads our strategic growth and ensures our commitment to excellence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-confident-businessman_1262-3058.jpg", imageAlt: "John Smith, CEO", socialLinks: [
{ icon: Linkedin, url: "#" },
{ icon: Twitter, url: "#" }
]
},
{
id: "2", name: "Jane Doe", role: "Operations Director", description: "Jane oversees all operational aspects, ensuring seamless execution of logistics, supply, and contracting projects. Her dedication to efficiency and quality is key to our reliable service delivery.", imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-businesswoman-smiling-happy-standing-city_839833-20095.jpg", imageAlt: "Jane Doe, Operations Director", socialLinks: [
{ icon: Linkedin, url: "#" },
{ icon: Facebook, url: "#" }
]
},
{
id: "3", name: "Michael Brown", role: "Head of Compliance", description: "Michael ensures Carlstra Aero Ltd adheres to all national and international regulatory standards. His meticulous approach guarantees integrity and transparency in all our engagements.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg", imageAlt: "Michael Brown, Head of Compliance", socialLinks: [
{ icon: Linkedin, url: "#" },
{ icon: Instagram, url: "#" }
]
}
]}
/>
</div>
<div id="capabilities" data-section="capabilities">
<FeatureCardTwentyNine
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
tag="Core Strengths"
title="Our Capabilities & Differentiators"
description="Carlstra Aero Ltd combines broad service capabilities with an unwavering commitment to quality and compliance, setting us apart as Kenya's premier institutional partner."
features={[
{
title: "End-to-End Supply Chain Management", description: "From procurement to final delivery, we manage every aspect of your supply chain with precision and transparency.", imageSrc: "http://img.b2bpic.net/free-photo/transportation-concept-with-vehicles_23-2148996438.jpg", imageAlt: "Supply Chain", titleImageSrc: "http://img.b2bpic.net/free-vector/delivery-truck-icon-flat-style_23-2147504383.jpg", buttonText: "Learn More", buttonHref: "/services"
},
{
title: "Regulatory Compliance & Due Diligence", description: "Our operations are fully compliant with Kenyan laws and international standards, ensuring seamless and risk-free partnerships.", imageSrc: "http://img.b2bpic.net/free-photo/legal-document-with-gavel-top_23-2150997126.jpg", imageAlt: "Compliance", titleImageSrc: "http://img.b2bpic.net/free-vector/check-mark-design-round-blue-button_78370-4389.jpg", buttonText: "View Policies", buttonHref: "#"
},
{
title: "Specialized Technical Procurement", description: "Expert sourcing and supply of specialized equipment and materials for complex technical projects, including aviation support.", imageSrc: "http://img.b2bpic.net/free-photo/industrial-machinery-parts-warehouse_23-2149596001.jpg", imageAlt: "Technical Procurement", titleImageSrc: "http://img.b2bpic.net/free-vector/gear-wheel-mechanism-abstract-background_23-2148208337.jpg", buttonText: "Explore Technical", buttonHref: "/services#aviation-technical"
},
{
title: "Robust Logistics & Freight Forwarding", description: "Efficient local and cross-border logistics capabilities, ensuring timely and secure delivery of goods across diverse terrains.", imageSrc: "http://img.b2bpic.net/free-photo/cargo-ship-sea-logistics-concept_176420-1175.jpg", imageAlt: "Logistics", titleImageSrc: "http://img.b2bpic.net/free-vector/global-shipping-network-design_23-2148564177.jpg", buttonText: "Logistics Solutions", buttonHref: "/services#logistics-transport"
},
{
title: "Strategic Project Management & Consultancy", description: "Offering expert guidance and meticulous project management to ensure successful outcomes for large-scale institutional projects.", imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-brainstorming-concept_176420-1200.jpg", imageAlt: "Project Management", titleImageSrc: "http://img.b2bpic.net/free-vector/data-analytics-modern-concept_23-2148083896.jpg", buttonText: "Our Approach", buttonHref: "#"
},
{
title: "Local Expertise, Global Standards", description: "Deep understanding of the Kenyan market combined with adherence to international quality and operational benchmarks.", imageSrc: "http://img.b2bpic.net/free-photo/globe-earth-europe-map-continent_1122-1002.jpg", imageAlt: "Global Standards", titleImageSrc: "http://img.b2bpic.net/free-vector/abstract-world-map-background_1034-2200.jpg", buttonText: "About Kenya", buttonHref: "#"
}
]}
/>
</div>
<div id="cta" data-section="cta">
<ContactCTA
useInvertedBackground={true}
background={{ variant: "radial-gradient" }}
tag="Inquire Today"
title="Let's Partner for Success"
description="Connect with Carlstra Aero Ltd to discuss your specific needs and how our integrated solutions can benefit your institution."
buttons={[
{ text: "Request a Quote", href: "/contact" },
{ text: "Download Company Profile", href: "#" }
]}
buttonAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoSrc="http://img.b2bpic.net/free-vector/detailed-travel-company-logo_23-2148625160.jpg"
logoAlt="Carlstra Aero Ltd Logo"
logoText="CARLSTRA AERO LTD"
columns={[
{
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/services" },
{ label: "Tenders & Procurement", href: "/tenders" },
{ label: "Contact", href: "/contact" }
]
},
{
title: "Services", items: [
{ label: "General Supplies", href: "/services#general-supplies" },
{ label: "Logistics & Transport", href: "/services#logistics-transport" },
{ label: "Aviation & Technical", href: "/services#aviation-technical" },
{ label: "ICT & Digital", href: "/services#ict-digital" },
{ label: "Construction & Maintenance", href: "/services#construction-maintenance" },
{ label: "Consultancy", href: "/services#consultancy-project" }
]
},
{
title: "Contact Info", items: [
{ label: "Nairobi, Kenya", href: "/contact" },
{ label: "+254 7XX XXX XXX", href: "/contact" },
{ label: "info@carlstraaero.com", href: "/contact" }
]
}
]}
copyrightText="© 2025 Carlstra Aero Ltd. Registered in Kenya. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}