diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 878aaaa..7e51fe6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -4,15 +4,14 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import SplitAbout from "@/components/sections/about/SplitAbout"; -import TeamCardFive from "@/components/sections/team/TeamCardFive"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; +import ContactText from "@/components/sections/contact/ContactText"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Lightbulb, Code, Cpu, TrendingUp, Globe, Star, Users } from "lucide-react"; +import { Lightbulb, Code, Cpu, TrendingUp, Globe, Star } from "lucide-react"; const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Services", href: "/services" }, { label: "Solutions", href: "/services" }, { label: "Pricing", href: "#" }, @@ -20,8 +19,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Team", href: "/team" }, { label: "Careers", href: "#" }, @@ -29,8 +27,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Case Studies", href: "#" }, @@ -38,8 +35,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -77,151 +73,88 @@ export default function AboutPage() { /> - {/* Extended About Section */} + {/* About Section */}
- {/* Team Section */} -
- -
- - {/* Testimonials on About Page */} + {/* Testimonials Section */}
+ {/* Contact Section */} +
+ +
+ {/* Footer */} - {/* Primary Contact CTA */} -
+ {/* Contact Section */} +
- {/* Contact Information Section */} -
- -
- - {/* FAQ Section */} -
- -
- {/* Footer */}