From bbdebe14fe66662e5ccffde5c54afb2e8f5bc7bb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:38:45 +0000 Subject: [PATCH] Switch to version 3: modified src/app/about/page.tsx --- src/app/about/page.tsx | 207 +++++++++++++++-------------------------- 1 file changed, 76 insertions(+), 131 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7745fd6..61e53af 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,60 +1,58 @@ "use client"; +import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import ContactText from '@/components/sections/contact/ContactText'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Palette, Sparkles, Heart, Award, Star, DollarSign } from 'lucide-react'; - -export const metadata = { - title: "About Paintasy - Professional Face Painting Artists", description: "Learn about Paintasy's professional face painters and body art specialists. Discover our story, expertise, and commitment to creating unforgettable events."}; +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 = [ - { name: "Home", id: "/" }, + { name: "Home", id: "home" }, { name: "Services", id: "services" }, - { name: "Gallery", id: "/gallery" }, - { name: "About", id: "/about" }, + { name: "Gallery", id: "gallery" }, { name: "Packages", id: "packages" }, - { name: "Contact", id: "/contact" }, + { name: "About", id: "about" }, + { name: "Contact", id: "contact" }, ]; 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" }, { label: "Body Painting", href: "/services" }, - { label: "Custom Designs", href: "/services" }, ], }, { - title: "Company", items: [ + title: "Company", + items: [ { label: "About Us", href: "/about" }, { label: "Gallery", href: "/gallery" }, - { label: "Packages", href: "#packages-section" }, - { label: "FAQ", href: "#faq-section" }, + { label: "Packages", href: "/packages" }, { label: "Contact", href: "/contact" }, ], }, { - title: "Connect", items: [ + title: "Connect", + items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "TikTok", href: "https://tiktok.com" }, { label: "Email", href: "mailto:paintasy@events.com" }, - { label: "Phone", href: "tel:+15551234567" }, ], }, { - title: "Service Areas", items: [ + title: "Service Areas", + items: [ { label: "Local Events", href: "/contact" }, { label: "Regional Coverage", href: "/contact" }, - { label: "Book Now", href: "#booking-section" }, + { label: "Book Now", href: "/packages" }, { label: "Get Quote", href: "/contact" }, ], }, @@ -75,156 +73,103 @@ export default function AboutPage() { > -
+
+ +
+ +
-
+
-
- -
- -
- -
- -