diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 149df86..98b2751 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,13 +1,12 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import Link from 'next/link'; -import { Palette, Award, Shield, CheckCircle } from 'lucide-react'; +import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; +import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; +import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import { Palette, Award, Shield, CheckCircle } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -21,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Kids Party Face Painting", href: "/services" }, { label: "Festival Face Art", href: "/services" }, { label: "Corporate Events", href: "/services" }, @@ -30,8 +28,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Gallery", href: "/gallery" }, { label: "Packages", href: "/packages" }, @@ -39,8 +36,7 @@ export default function AboutPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "TikTok", href: "https://tiktok.com" }, @@ -48,9 +44,9 @@ export default function AboutPage() { ], }, { - title: "Get Started", - items: [ - { label: "View Packages", href: "/packages" }, + title: "Service Areas", items: [ + { label: "Local Events", href: "/contact" }, + { label: "Regional Coverage", href: "/contact" }, { label: "Book Now", href: "/packages" }, { label: "Get Quote", href: "/contact" }, ], @@ -72,8 +68,8 @@ export default function AboutPage() { > -