From d06c1bec95145212b1335adb1d9703e38e36b441 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:11:29 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 200 ++++------------------------------------- 1 file changed, 15 insertions(+), 185 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 692a2e5..1a03fe2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,200 +1,30 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; -import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; -import { - Zap, - Thermometer, - Cpu, - Palette, - ShieldCheck, - Truck, - Activity, - BarChart3, -} from "lucide-react"; - -export default function AboutPage() { - const navItems = [ - { name: "Featured", id: "featured" }, - { name: "Products", id: "products" }, - { name: "Specs", id: "specs" }, - { name: "Pricing", id: "pricing" }, - ]; - - const footerColumns = [ - { - title: "Products", - items: [ - { label: "Gaming PCs", href: "/" }, - { label: "Gaming Laptops", href: "/" }, - { label: "Custom Builds", href: "/" }, - { label: "Peripherals", href: "/" }, - ], - }, - { - title: "Company", - items: [ - { label: "About Us", href: "/about" }, - { label: "Our Team", href: "/about" }, - { label: "Careers", href: "#" }, - { label: "Blog", href: "#" }, - ], - }, - { - title: "Support", - items: [ - { label: "Contact Us", href: "/contact" }, - { label: "FAQ", href: "#" }, - { label: "Warranty", href: "#" }, - { label: "Returns", href: "#" }, - ], - }, - ]; +const AboutPage = () => { return ( - -
- -
- -
- -
- -
- -
- -