From 29f95bf118c74839165be8faba4fc297d1c663e9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:31:26 +0000 Subject: [PATCH 01/14] Update src/app/about/page.tsx --- src/app/about/page.tsx | 208 ++++++++++++++++++++++++++--------------- 1 file changed, 133 insertions(+), 75 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7da053e..d2406d7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,58 +1,63 @@ "use client"; -import Link from "next/link"; 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 { 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 TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import Link from 'next/link'; +import { Sparkles, Palette, Heart, Smile, Zap, Music, Briefcase, Target, Users, Star, DollarSign, Camera, HelpCircle, Award } from 'lucide-react'; + +export const metadata = { + title: "About Paintasy - Professional Face Painting & Body Art", description: "Learn about Paintasy Face and Body Art. Discover our company story, mission, and team of professional face painters dedicated to creating magical moments.", keywords: "about paintasy, face painting team, professional artists, company story, mission statement" +}; export default function AboutPage() { const navItems = [ - { name: "Home", id: "home" }, + { name: "Home", id: "/" }, { name: "Services", id: "services" }, - { name: "Gallery", id: "gallery" }, + { name: "Gallery", id: "/gallery" }, { name: "Packages", id: "packages" }, - { name: "About", id: "about" }, - { 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" }, + { label: "Packages", href: "/#packages-home" }, + { label: "FAQ", href: "/#faq-home" }, { 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: "/packages" }, + { label: "Book Now", href: "/#packages-home" }, { label: "Get Quote", href: "/contact" }, ], }, @@ -73,103 +78,156 @@ export default function AboutPage() { > -
+
-
+
-
- +
- -
-
- { - console.log('Booking inquiry from:', email); - }} - className="w-full" - titleClassName="text-4xl font-extrabold mb-4" - descriptionClassName="text-lg opacity-90 mb-8" - tagClassName="mb-4" - formWrapperClassName="mt-8" - /> -
+
+
-
+
-

Our Booking Process

-
-
-
1
-

Submit Inquiry

-

Fill out our quick booking form with your event details and preferred date.

+

Availability Calendar

+

Check our availability and select your preferred event date. Green indicates available dates, red shows booked slots.

+ +
+
+
+
+ Available +
+
+
+ Booked +
-
-
2
-

Get Quote

-

We'll review your event details and send you a custom quote within 24 hours.

-
-
-
3
-

Confirm Booking

-

Once confirmed, we'll send you all the details and setup information for your event.

+ +
+ {availableDates.map((slot) => { + const date = new Date(slot.date); + return ( + + ); + })}
-
- +
+
+

Booking Form

+

Tell us about your event and we'll customize the perfect package for you.

+ + {submitted ? ( +
+ +

Booking Request Submitted!

+

We'll contact you within 24 hours to confirm your event details and finalize your booking.

+
+ ) : ( +
+
+ + +
+ +
+
+ + +
+ +
+ + +
+
+ +
+
+ + +
+ +
+ + +
+
+ +
+ +