Update src/app/page.tsx

This commit is contained in:
2026-03-14 05:38:05 +00:00
parent d5f6e17101
commit de0a43b3d6

View File

@@ -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"
/>
</div>
<div id="hero-home" data-section="hero-home" className="mx-auto px-4 md:px-6">
<HeroBillboardGallery
title="Paintasy Face and Body Art"
description="Professional face painting and body art for parties, festivals, corporate events, and special occasions. Transform your event with creativity and color."
description="Professional face painting and body art for parties, festivals, corporate events, and special occasions. Transform your event with creativity and color. Follow us for artistic inspiration!"
background={{ variant: "radial-gradient" }}
tag="Creative Entertainment"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Book Your Event", href: "/booking" },
{ text: "Book Your Event", href: "#packages-home" },
{ text: "View Our Gallery", href: "/gallery" },
]}
buttonAnimation="blur-reveal"
@@ -118,7 +116,7 @@ export default function HomePage() {
<div id="about-home" data-section="about-home" className="mx-auto px-4 md:px-6">
<MetricSplitMediaAbout
title="About Paintasy Face and Body Art"
description="Paintasy brings creativity and color to events with professional face painting and body art. We've been transforming celebrations and creating magical moments for hundreds of happy clients. Our artists are trained professionals dedicated to delivering exceptional service, vibrant designs, and memorable experiences."
description="Paintasy brings creativity and color to events with professional face painting and body art. We've been transforming celebrations and creating magical moments for hundreds of happy clients. Our artists are trained professionals dedicated to delivering exceptional service, vibrant designs, and memorable experiences. Connect with us on social media for daily inspiration!"
tag="Professional Artists"
tagIcon={Palette}
tagAnimation="slide-up"
@@ -143,7 +141,7 @@ export default function HomePage() {
<div id="services-home" data-section="services-home" className="mx-auto px-4 md:px-6">
<FeatureCardTen
title="Our Services"
description="Professional face painting and body art tailored for every occasion. From intimate birthday parties to large festival events, we deliver creativity and joy."
description="Professional face painting and body art tailored for every occasion. From intimate birthday parties to large festival events, we deliver creativity and joy. Share your experience with us on social media!"
tag="Services"
tagIcon={Palette}
tagAnimation="slide-up"
@@ -193,7 +191,7 @@ export default function HomePage() {
<div id="packages-home" data-section="packages-home" className="mx-auto px-4 md:px-6">
<PricingCardFive
title="Event Packages"
description="Simple, flexible pricing for parties, festivals, and corporate events. Each package includes professional service and artistic creativity."
description="Simple, flexible pricing for parties, festivals, and corporate events. Each package includes professional service and artistic creativity. Follow our portfolio on Instagram for event gallery inspiration!"
tag="Transparent Pricing"
tagIcon={DollarSign}
tagAnimation="slide-up"
@@ -202,17 +200,17 @@ export default function HomePage() {
useInvertedBackground={false}
plans={[
{
id: "birthday-basic", tag: "Popular", price: "$150", period: "per hour", description: "Perfect for small birthday celebrations", button: { text: "Request Quote", href: "/booking" },
id: "birthday-basic", tag: "Popular", price: "$150", period: "per hour", description: "Perfect for small birthday celebrations", button: { text: "Request Quote", href: "/contact" },
featuresTitle: "What's Included", features: [
"Up to 15 kids", "Colorful themed designs", "Face painting only", "Basic design themes"],
},
{
id: "birthday-deluxe", tag: "Best Value", tagIcon: Heart, price: "$200", period: "2 hours - Best Value", description: "Full party entertainment package", button: { text: "Request Quote", href: "/booking" },
id: "birthday-deluxe", tag: "Best Value", tagIcon: Heart, price: "$200", period: "2 hours - Best Value", description: "Full party entertainment package", button: { text: "Request Quote", href: "/contact" },
featuresTitle: "What's Included", features: [
"Up to 25 kids", "Custom themed designs", "Face & temporary tattoos", "Interactive entertainment"],
},
{
id: "festival-event", tag: "Flexible", price: "$250", period: "per 3 hours", description: "Festival and outdoor event service", button: { text: "Request Quote", href: "/booking" },
id: "festival-event", tag: "Flexible", price: "$250", period: "per 3 hours", description: "Festival and outdoor event service", button: { text: "Request Quote", href: "/contact" },
featuresTitle: "What's Included", features: [
"High-capacity crowd service", "Fast artistic designs", "Setup & teardown included", "Portable station"],
},
@@ -230,7 +228,7 @@ export default function HomePage() {
<div id="testimonials-home" data-section="testimonials-home" className="mx-auto px-4 md:px-6">
<TestimonialCardTwo
title="What Our Clients Say"
description="Real testimonials from happy clients who've booked Paintasy for their events."
description="Real testimonials from happy clients who've booked Paintasy for their events. Share your experience with us on social media and tag @paintasy_art!"
tag="Client Reviews"
tagIcon={Star}
tagAnimation="slide-up"
@@ -258,7 +256,7 @@ export default function HomePage() {
id: "testimonial-6", name: "Thomas Wilson", role: "Event Manager", testimonial: "From consultation to execution, Paintasy was excellent. They delivered exactly what we envisioned for our community event. A+", imageSrc: "http://img.b2bpic.net/free-photo/man-covered-different-colors-holi_23-2148337991.jpg?_wi=2", imageAlt: "Community event face painting", icon: Star,
},
]}
buttons={[{ text: "Book Now", href: "/booking" }]}
buttons={[{ text: "Book Now", href: "#packages-home" }]}
buttonAnimation="blur-reveal"
ariaLabel="Client testimonials section"
containerClassName="gap-12"
@@ -270,7 +268,7 @@ export default function HomePage() {
<div id="gallery-preview-home" data-section="gallery-preview-home" className="mx-auto px-4 md:px-6">
<ProductCardFour
title="Photo Gallery Showcase"
description="Real photos from our events and happy clients. Browse our portfolio of face painting and body art work."
description="Real photos from our events and happy clients. Browse our portfolio of face painting and body art work. Tag us with your event photos on Instagram @paintasy_art!"
tag="Portfolio"
tagIcon={Camera}
tagAnimation="slide-up"
@@ -301,7 +299,7 @@ export default function HomePage() {
<div id="faq-home" data-section="faq-home" className="mx-auto px-4 md:px-6">
<FaqBase
title="Frequently Asked Questions"
description="Everything you need to know about booking Paintasy for your event."
description="Everything you need to know about booking Paintasy for your event. Have more questions? Follow us on social media @paintasy_art for creative tips and inspiration!"
tag="FAQ"
tagIcon={HelpCircle}
tagAnimation="slide-up"
@@ -323,7 +321,7 @@ export default function HomePage() {
{
id: "faq-6", title: "What's included in your packages?", content: "All packages include professional face painting service, setup and teardown, and our artist's materials. Some packages include additional services like temporary tattoos or body painting. Check specific package details for what's included."},
]}
buttons={[{ text: "Book Your Event", href: "/booking" }]}
buttons={[{ text: "Book Your Event", href: "#packages-home" }]}
buttonAnimation="blur-reveal"
ariaLabel="FAQ section with common questions"
containerClassName="gap-12"
@@ -334,7 +332,7 @@ export default function HomePage() {
<div id="contact-home" data-section="contact-home" className="mx-auto px-4 md:px-6">
<ContactText
text="Ready to add magic to your event? Get in touch with Paintasy Face and Body Art. Professional face painters ready to deliver exceptional entertainment and creative designs. We'd love to discuss your event and create an unforgettable experience for your guests."
text="Ready to add magic to your event? Get in touch with Paintasy Face and Body Art. Professional face painters ready to deliver exceptional entertainment and creative designs. Follow us on social media for inspiration and daily artistic updates!"
animationType="background-highlight"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
@@ -354,7 +352,7 @@ export default function HomePage() {
<FooterSimple
columns={footerColumns}
bottomLeftText="© 2024 Paintasy Face and Body Art. All rights reserved."
bottomRightText="Professional Event Entertainment | Creative Services"
bottomRightText="Follow us: Instagram @paintasy_art • Facebook • TikTok @paintasy_creative"
ariaLabel="Site footer with links"
containerClassName="gap-12"
columnsClassName="grid-cols-2 lg:grid-cols-4"
@@ -364,4 +362,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}