From 0cbe9c392166c8ede07ef3ffb0a32c9f437965a0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:38:54 +0000 Subject: [PATCH] Switch to version 4: modified src/app/page.tsx --- src/app/page.tsx | 144 +++++++++++++++++++++++------------------------ 1 file changed, 72 insertions(+), 72 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a866cd..9012eed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,16 +13,18 @@ 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 Head from 'next/head'; + +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: "Contact", id: "/contact" }, ]; const footerColumns = [ @@ -37,10 +39,10 @@ export default function HomePage() { }, { title: "Company", items: [ - { label: "About Us", href: "/about" }, + { label: "About Us", href: "#about-home" }, { label: "Gallery", href: "/gallery" }, - { label: "Packages", href: "/packages" }, - { label: "FAQ", href: "#faq" }, + { label: "Packages", href: "#packages-home" }, + { label: "FAQ", href: "#faq-home" }, { label: "Contact", href: "/contact" }, ], }, @@ -57,7 +59,7 @@ export default function HomePage() { 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" }, ], }, @@ -85,37 +87,37 @@ export default function HomePage() { /> -
+
-
+
-
+
-
+
-
+
-