From 6aab342af2a4734e6bdebf6e3315331f019cd638 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:18:57 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 232 ++++++++++++++++++++++++++--------------- 1 file changed, 148 insertions(+), 84 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index dc6bdf3..3c06280 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -4,55 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import { Zap } from "lucide-react"; -import Link from "next/link"; export default function AboutPage() { - const navItems = [ - { name: "Product", id: "product" }, - { name: "Features", id: "features" }, - { name: "Pricing", id: "pricing" }, - { name: "Customers", id: "testimonials" }, - { name: "Contact", id: "contact" }, - ]; - - const footerColumns = [ - { - title: "Product", items: [ - { label: "Features", href: "#features" }, - { label: "Pricing", href: "#pricing" }, - { label: "Security", href: "#" }, - { label: "Roadmap", href: "#" }, - ], - }, - { - title: "Company", items: [ - { label: "About", href: "/about" }, - { label: "Blog", href: "#" }, - { label: "Careers", href: "#" }, - { label: "Contact", href: "#contact" }, - ], - }, - { - title: "Resources", items: [ - { label: "Documentation", href: "#" }, - { label: "API Reference", href: "#" }, - { label: "Support", href: "#" }, - { label: "Status", href: "#" }, - ], - }, - { - title: "Legal", items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Security Policy", href: "#" }, - { label: "Compliance", href: "#" }, - ], - }, - ]; - return ( + {/* Navbar */} -
+ {/* About Hero Section */} +
-
+ {/* Mission & Values Section */} +
-
- +
+ {/* Footer */}