diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 926ea0d..d185772 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterCard from "@/components/sections/footer/FooterCard"; import Link from "next/link"; -import { BookOpen, Target, Eye, CheckCircle, ArrowRight } from "lucide-react"; +import { BookOpen, Target, Eye, CheckCircle, ArrowRight, Zap } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -43,12 +43,10 @@ export default function AboutPage() { @@ -111,26 +97,15 @@ export default function AboutPage() { ctaTitle="If Your Website Isn't Bringing Leads, Let's Fix That." ctaDescription="Start with a free review and get a clear improvement plan in 24–48 hours." ctaButton={{ - text: "Book a Free Website Review", - href: "/contact", - }} + text: "Book a Free Website Review", href: "/contact"}} ctaIcon={ArrowRight} faqs={[ { - id: "info-a1", - title: "Direct Communication", - content: "You work directly with the founder. No agencies, no middlemen.", - }, + id: "info-a1", title: "Direct Communication", content: "You work directly with the founder. No agencies, no middlemen."}, { - id: "info-a2", - title: "Fast Iterations", - content: "We move quickly and respond to feedback within 24 hours.", - }, + id: "info-a2", title: "Fast Iterations", content: "We move quickly and respond to feedback within 24 hours."}, { - id: "info-a3", - title: "Clear Deliverables", - content: "You know exactly what you're getting and when it ships.", - }, + id: "info-a3", title: "Clear Deliverables", content: "You know exactly what you're getting and when it ships."}, ]} animationType="blur-reveal" useInvertedBackground={false}