From 7d316bb88922328a07940ccc51b979112be6bdb1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:25:11 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 137 +++++++++++++++-------------------------- 1 file changed, 51 insertions(+), 86 deletions(-) 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 */}