diff --git a/src/app/page.tsx b/src/app/page.tsx index e3dc92b..9d834a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,42 +13,38 @@ 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 { Metadata } from 'next'; -export const metadata: Metadata = { - title: "Paintasy Face and Body Art - Professional Face Painting & Body Art Services", description: "Professional face painting and body art services for kids parties, festivals, corporate events, and weddings. Expert face artists, safe hypoallergenic paints, custom designs. Book your creative entertainment today.", keywords: "face painting, body art, kids face painting, festival face painting, corporate events, party entertainment, professional face painter, body painting, face art, event entertainment", openGraph: { - title: "Paintasy Face and Body Art - Professional Face Painting Services", description: "Transform your event with professional face painting and body art. Serving kids parties, festivals, corporate events, and special occasions.", type: "website"}, - twitter: { - card: "summary_large_image", title: "Paintasy Face and Body Art", description: "Professional face painting & body art for events - kids parties, festivals, corporate events"}, -}; +export const metadata = { + title: "Paintasy Face and Body Art - Professional Face Painting & Body Art Services", description: "Professional face painting and body art services for kids parties, festivals, and corporate events. Expert face painters specializing in creative designs. Book your event today!", keywords: "face painting, body art, face painter, kids face painting, festival face painting, party entertainment, face design, professional face painter"}; export default function HomePage() { const navItems = [ { name: "Home", id: "home" }, { 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: "Booking", id: "/booking" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { 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" }, + { 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: [ - { label: "About Us", href: "#about" }, - { label: "Gallery", href: "#gallery" }, - { label: "Packages", href: "#packages" }, - { label: "FAQ", href: "#faq" }, - { label: "Contact", href: "#contact" }, + { label: "About Us", href: "#about-home" }, + { label: "Gallery", href: "/gallery" }, + { label: "Packages", href: "#packages-home" }, + { label: "FAQ", href: "#faq-home" }, + { label: "Contact", href: "/contact" }, ], }, { @@ -62,10 +58,10 @@ export default function HomePage() { }, { title: "Service Areas", items: [ - { label: "Local Events", href: "#contact" }, - { label: "Regional Coverage", href: "#contact" }, - { label: "Book Now", href: "#packages" }, - { label: "Get Quote", href: "#contact" }, + { label: "Local Events", href: "/contact" }, + { label: "Regional Coverage", href: "/contact" }, + { label: "Book Now", href: "/booking" }, + { label: "Get Quote", href: "/contact" }, ], }, ]; @@ -92,17 +88,17 @@ export default function HomePage() { /> -