Update src/app/about/page.tsx

This commit is contained in:
2026-03-21 22:06:04 +00:00
parent 6de03efa15
commit b45d07f25d

View File

@@ -1,11 +1,14 @@
"use client";
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import Link from "next/link";
import { BookOpen, Handshake } from "lucide-react";
export default function AboutPage() {
const navItems = [
@@ -79,9 +82,9 @@ export default function AboutPage() {
title="About TechHub"
description="We are Ghana's leading online tech retailer, dedicated to bringing you the latest gadgets and electronics at competitive prices. Our mission is to make premium technology accessible to everyone."
tag="OUR STORY"
tagIcon="BookOpen"
tagIcon={BookOpen}
tagAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBYQgtJ9yLuyhx1NTCmh6Q6fe2/a-modern-clean-tech-warehouse-or-distrib-1774130684357-435b1611.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBYQgtJ9yLuyhx1NTCmh6Q6fe2/a-modern-clean-tech-warehouse-or-distrib-1774130684357-435b1611.png"
imageAlt="TechHub warehouse and distribution center"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -112,7 +115,7 @@ export default function AboutPage() {
title="Trusted by Leading Brands"
description="We partner with the world's top tech manufacturers to bring you authentic products."
tag="PARTNERS"
tagIcon="Handshake"
tagIcon={Handshake}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}