diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3a44273..5374e3b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -4,18 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import Link from "next/link"; import { Star } from "lucide-react"; -const navItems = [ - { name: "Home", id: "/" }, - { name: "Services", id: "/services" }, - { name: "Pricing", id: "/pricing" }, - { name: "Gallery", id: "/gallery" }, - { name: "Contact", id: "/contact" }, -]; - export default function AboutPage() { return ( + {/* Navbar */} + {/* About Metrics */}
-
+ {/* Testimonials */} +
+ {/* Contact */} +
+ +
+ + {/* Footer */}