diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 094120b..7745fd6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,26 +2,23 @@ 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 TeamCardEleven from '@/components/sections/team/TeamCardEleven'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +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 Link from 'next/link'; -import { Sparkles, Palette, Heart, Smile, Zap, Music, Briefcase, Target, Users, Star, DollarSign, Camera, HelpCircle, Award } from 'lucide-react'; +import { Palette, Sparkles, Heart, Award, Star, DollarSign } 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" -}; + 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."}; export default function AboutPage() { const navItems = [ { name: "Home", id: "/" }, { name: "Services", id: "services" }, { name: "Gallery", id: "/gallery" }, - { name: "Packages", id: "packages" }, { name: "About", id: "/about" }, + { name: "Packages", id: "packages" }, { name: "Contact", id: "/contact" }, ]; @@ -39,8 +36,8 @@ export default function AboutPage() { title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Gallery", href: "/gallery" }, - { label: "Packages", href: "/#packages-home" }, - { label: "FAQ", href: "/#faq-home" }, + { label: "Packages", href: "#packages-section" }, + { label: "FAQ", href: "#faq-section" }, { label: "Contact", href: "/contact" }, ], }, @@ -57,7 +54,7 @@ export default function AboutPage() { title: "Service Areas", items: [ { label: "Local Events", href: "/contact" }, { label: "Regional Coverage", href: "/contact" }, - { label: "Book Now", href: "/#packages-home" }, + { label: "Book Now", href: "#booking-section" }, { label: "Get Quote", href: "/contact" }, ], }, @@ -85,132 +82,132 @@ export default function AboutPage() { /> -
Check our availability and select your preferred event date. Green indicates available dates, red shows booked slots.
- -Tell us about your event and we'll customize the perfect package for you.
- - {submitted ? ( -We'll contact you within 24 hours to confirm your event details and finalize your booking.
-