diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ff93ccf..5d0353e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2e16c8e..76336fb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,11 +1,14 @@ "use client"; +"use client"; + import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import ContactText from "@/components/sections/contact/ContactText"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import Link from "next/link"; +import { HelpCircle } from "lucide-react"; export default function ContactPage() { const navItems = [ @@ -100,11 +103,11 @@ export default function ContactPage() { title="Frequently Asked Questions" description="Find answers to common questions about our products and services." tag="HELP CENTER" - tagIcon="HelpCircle" + tagIcon={HelpCircle} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBYQgtJ9yLuyhx1NTCmh6Q6fe2/a-professional-customer-service-represen-1774130683746-271b8d68.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBYQgtJ9yLuyhx1NTCmh6Q6fe2/a-professional-customer-service-represen-1774130683746-271b8d68.png" imageAlt="Customer support team" mediaAnimation="slide-up" mediaPosition="right"