diff --git a/src/app/page.tsx b/src/app/page.tsx index a9f0349..8e56dcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import FaqBase from '@/components/sections/faq/FaqBase'; 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 { Sparkles, Palette, Heart, Smile, Zap, Music, Briefcase, Target, Users, Star, DollarSign, Camera, HelpCircle, Award, Instagram, Facebook, MessageCircle } from 'lucide-react'; 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"}; @@ -24,7 +24,6 @@ export default function HomePage() { { name: "Gallery", id: "/gallery" }, { name: "Packages", id: "packages" }, { name: "About", id: "about" }, - { name: "Booking", id: "/booking" }, { name: "Contact", id: "/contact" }, ]; @@ -48,19 +47,18 @@ export default function HomePage() { ], }, { - 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: "Follow Us", items: [ + { label: "Instagram @paintasy_art", href: "https://instagram.com/paintasy_art" }, + { label: "Facebook /paintasy", href: "https://facebook.com/paintasy" }, + { label: "TikTok @paintasy_creative", href: "https://tiktok.com/@paintasy_creative" }, + { label: "Pinterest Paintasy", href: "https://pinterest.com/paintasy" }, ], }, { title: "Service Areas", items: [ { label: "Local Events", href: "/contact" }, { label: "Regional Coverage", href: "/contact" }, - { label: "Book Now", href: "/booking" }, + { label: "Book Now", href: "#packages-home" }, { label: "Get Quote", href: "/contact" }, ], }, @@ -84,20 +82,20 @@ export default function HomePage() { brandName="Paintasy" navItems={navItems} bottomLeftText="Creative Face & Body Art" - bottomRightText="paintasy@events.com" + bottomRightText="Follow: @paintasy_art on Instagram" />
); -} \ No newline at end of file +}