From 415dbd397f0b012a4248125db3b87a97fe64714f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 15:52:36 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 167 +++++++++++++++++++++++++++-------------- 1 file changed, 110 insertions(+), 57 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c513743..6df6f9b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,24 +1,24 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -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, Zap } from "lucide-react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Smartphone, Zap, MapPin, Target, AlertCircle, TrendingUp, CheckCircle, Eye, Mail, Sparkles, Lightbulb, Users, Rocket } from 'lucide-react'; + +const navItems = [ + { name: "Services", id: "services" }, + { name: "Work", id: "work" }, + { name: "About", id: "about" }, + { name: "Pricing", id: "pricing" }, + { name: "Contact", id: "contact" }, +]; export default function AboutPage() { - const navItems = [ - { name: "Services", id: "services" }, - { name: "Work", id: "work" }, - { name: "About", id: "about" }, - { name: "Pricing", id: "pricing" }, - { name: "Contact", id: "contact" }, - ]; - return ( + {/* Navbar */} + {/* Hero Section */}
-
- +
-
- +
-
- +
+ {/* CTA Section */} +
+ +
+ + {/* Footer */}