diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ae1bd5d..b5ee75d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,11 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import Link from "next/link"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; +import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { MapPin, Phone } from "lucide-react"; +import { MapPin, Zap, Phone, CheckCircle } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -69,19 +70,46 @@ export default function AboutPage() { navItems={navItems} button={{ text: "Call Now", href: "tel:2108488465" }} brandName="210Pristine" - buttonClassName="font-mulish" + /> + + +