Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-14 05:35:32 +00:00
parent e886ac95ee
commit 789f8fd416

View File

@@ -2,22 +2,24 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import ContactText from '@/components/sections/contact/ContactText';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Camera, Heart, Sparkles, Star } from 'lucide-react';
import { Camera, Heart, Sparkles, Users, Instagram, Facebook, Music, Award } from 'lucide-react';
export const metadata = {
title: "Event Photo Gallery - Paintasy Face and Body Art", description: "Browse our comprehensive gallery of professional face painting and body art work. See real event photos organized by event type: birthday parties, festivals, corporate events, and body art services."
title: "Gallery - Paintasy Face and Body Art | Event Photos", description: "Browse our full gallery of professional face painting and body art photos from parties, festivals, corporate events, and special occasions. Real event photos from happy clients.", keywords: "face painting gallery, body art photos, event face painting, professional face painter portfolio, party entertainment photos"
};
export default function GalleryPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Gallery", id: "/gallery" },
{ name: "Packages", id: "/" },
{ name: "About", id: "/" },
{ name: "Gallery", id: "gallery" },
{ name: "Packages", id: "/packages" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
];
@@ -33,10 +35,10 @@ export default function GalleryPage() {
},
{
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
{ label: "Packages", href: "/" },
{ label: "FAQ", href: "/" },
{ label: "Packages", href: "/packages" },
{ label: "FAQ", href: "/#faq-home" },
{ label: "Contact", href: "/contact" },
],
},
@@ -53,96 +55,12 @@ export default function GalleryPage() {
title: "Service Areas", items: [
{ label: "Local Events", href: "/contact" },
{ label: "Regional Coverage", href: "/contact" },
{ label: "Book Now", href: "/" },
{ label: "Book Now", href: "/packages" },
{ label: "Get Quote", href: "/contact" },
],
},
];
const kidsBirthdayPhotos = [
{
id: "kids-1", name: "Butterfly Magic", price: "Kids Birthday", variant: "Face Painting", imageSrc: "http://img.b2bpic.net/free-photo/smiley-child-with-butterflies-painted_23-2149357920.jpg?_wi=1", imageAlt: "Child with colorful butterfly face painting"
},
{
id: "kids-2", name: "Superhero Designs", price: "Kids Birthday", variant: "Face Painting", imageSrc: "http://img.b2bpic.net/free-photo/smiling-boy-with-face-paint_23-2148784344.jpg?_wi=1", imageAlt: "Boy with superhero face art design"
},
{
id: "kids-3", name: "Princess Crown Art", price: "Kids Birthday", variant: "Face Painting", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-painted-face-looking-mirror_23-2149159261.jpg?_wi=1", imageAlt: "Princess themed face painting on child"
},
{
id: "kids-4", name: "Animal Faces", price: "Kids Birthday", variant: "Face Painting", imageSrc: "http://img.b2bpic.net/free-photo/cute-child-with-painted-cat_23-2149357944.jpg?_wi=1", imageAlt: "Child with cat face painting"
},
{
id: "kids-5", name: "Rainbow Fantasy", price: "Kids Birthday", variant: "Face Painting", imageSrc: "http://img.b2bpic.net/free-photo/happy-child-with-colorful-face_23-2148784302.jpg?_wi=1", imageAlt: "Child with rainbow colored face paint"
},
{
id: "kids-6", name: "Monster Fun", price: "Kids Birthday", variant: "Face Painting", imageSrc: "http://img.b2bpic.net/free-photo/smiling-boy-with-monster-face-paint_23-2149159223.jpg?_wi=1", imageAlt: "Fun monster themed face painting"
},
];
const festivalPhotos = [
{
id: "festival-1", name: "Glitter Festival Art", price: "Festival Event", variant: "Face Art", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-glitter-face-paint_23-2149159284.jpg?_wi=1", imageAlt: "Woman with glitter festival face art"
},
{
id: "festival-2", name: "Artistic Festival Design", price: "Festival Event", variant: "Face Art", imageSrc: "http://img.b2bpic.net/free-photo/festival-face-paint-design_23-2148338127.jpg?_wi=1", imageAlt: "Artistic face design for festival"
},
{
id: "festival-3", name: "Neon Festival Glow", price: "Festival Event", variant: "Face Art", imageSrc: "http://img.b2bpic.net/free-photo/person-with-neon-face-paint_23-2149357975.jpg?_wi=1", imageAlt: "Neon glow face painting at festival"
},
{
id: "festival-4", name: "Festival Creativity", price: "Festival Event", variant: "Face Art", imageSrc: "http://img.b2bpic.net/free-photo/artistic-face-paint-festival_23-2148784368.jpg?_wi=1", imageAlt: "Creative festival face art design"
},
{
id: "festival-5", name: "Music Festival Art", price: "Festival Event", variant: "Face Art", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-with-festival-face-paint_23-2149159306.jpg?_wi=1", imageAlt: "Music festival face painting"
},
{
id: "festival-6", name: "Summer Festival Design", price: "Festival Event", variant: "Face Art", imageSrc: "http://img.b2bpic.net/free-photo/woman-at-summer-festival-with-face-paint_23-2148784395.jpg?_wi=1", imageAlt: "Summer festival face art"
},
];
const corporatePhotos = [
{
id: "corporate-1", name: "Professional Face Art", price: "Corporate Event", variant: "Team Building", imageSrc: "http://img.b2bpic.net/free-photo/professional-face-paint-corporate_23-2148338156.jpg?_wi=1", imageAlt: "Professional corporate team face art"
},
{
id: "corporate-2", name: "Brand Activation Design", price: "Corporate Event", variant: "Marketing Event", imageSrc: "http://img.b2bpic.net/free-photo/corporate-team-with-face-paint_23-2149159327.jpg?_wi=1", imageAlt: "Brand activation face painting design"
},
{
id: "corporate-3", name: "Team Building Art", price: "Corporate Event", variant: "Entertainment", imageSrc: "http://img.b2bpic.net/free-photo/corporate-face-paint-team-event_23-2148784421.jpg?_wi=1", imageAlt: "Corporate team building face art"
},
{
id: "corporate-4", name: "Executive Event Face Art", price: "Corporate Event", variant: "Gala Event", imageSrc: "http://img.b2bpic.net/free-photo/professional-face-design-corporate_23-2149159348.jpg?_wi=1", imageAlt: "Executive gala face art design"
},
{
id: "corporate-5", name: "Company Party Art", price: "Corporate Event", variant: "Celebration", imageSrc: "http://img.b2bpic.net/free-photo/company-party-face-paint_23-2148784448.jpg?_wi=1", imageAlt: "Company party face painting"
},
{
id: "corporate-6", name: "Conference Entertainment", price: "Corporate Event", variant: "Conference Booth", imageSrc: "http://img.b2bpic.net/free-photo/conference-face-paint-art_23-2149159369.jpg?_wi=1", imageAlt: "Conference booth face art entertainment"
},
];
const bodyArtPhotos = [
{
id: "body-1", name: "Artistic Body Painting", price: "Body Art", variant: "Professional Service", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-artistic-body-paint_23-2148338185.jpg?_wi=1", imageAlt: "Artistic body painting design"
},
{
id: "body-2", name: "Creative Body Art", price: "Body Art", variant: "Special Events", imageSrc: "http://img.b2bpic.net/free-photo/creative-body-art-design_23-2149159390.jpg?_wi=1", imageAlt: "Creative body art for special events"
},
{
id: "body-3", name: "Abstract Body Painting", price: "Body Art", variant: "Artistic Expression", imageSrc: "http://img.b2bpic.net/free-photo/abstract-body-paint-art_23-2148784475.jpg?_wi=1", imageAlt: "Abstract body painting artwork"
},
{
id: "body-4", name: "Festival Body Art", price: "Body Art", variant: "Festival Events", imageSrc: "http://img.b2bpic.net/free-photo/festival-body-art-design_23-2149159411.jpg?_wi=1", imageAlt: "Festival body art painting"
},
{
id: "body-5", name: "Temporary Tattoo Art", price: "Body Art", variant: "Temporary Design", imageSrc: "http://img.b2bpic.net/free-photo/temporary-tattoo-body-art_23-2148784502.jpg?_wi=1", imageAlt: "Temporary tattoo body art"
},
{
id: "body-6", name: "Professional Body Design", price: "Body Art", variant: "Custom Artwork", imageSrc: "http://img.b2bpic.net/free-photo/professional-body-art-painting_23-2149159432.jpg?_wi=1", imageAlt: "Professional custom body art design"
},
];
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
@@ -165,32 +83,79 @@ export default function GalleryPage() {
/>
</div>
<div id="gallery-kids" data-section="gallery-kids" className="mx-auto px-4 md:px-6 pt-20">
<ProductCardFour
title="Kids Birthday Party Face Painting"
description="Colorful, playful designs that bring joy to children's celebrations. From butterflies and superheroes to princesses and animals, our face painters create magical moments at birthday parties."
tag="Birthday Events"
tagIcon={Heart}
<div id="hero-gallery" data-section="hero-gallery" className="mx-auto px-4 md:px-6">
<HeroBillboardGallery
title="Our Event Photo Gallery"
description="Explore our complete collection of professional face painting and body art from parties, festivals, corporate events, and special occasions. Real photos from happy clients."
background={{ variant: "radial-gradient" }}
tag="Portfolio Gallery"
tagIcon={Camera}
tagAnimation="slide-up"
textboxLayout="default"
animationType="opacity"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
carouselMode="buttons"
products={kidsBirthdayPhotos}
buttons={[{ text: "Book a Birthday Party", href: "/contact" }]}
buttons={[
{ text: "Book Your Event", href: "/packages" },
{ text: "Contact Us", href: "/contact" },
]}
buttonAnimation="blur-reveal"
ariaLabel="Kids birthday party face painting gallery"
containerClassName="gap-12"
cardVariantClassName="text-4xl font-extrabold"
descriptionClassName="text-lg opacity-90 max-w-3xl"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-women-with-all-kinds-body_23-2149159242.jpg?_wi=1", imageAlt: "Professional face and body art gallery"
},
]}
mediaAnimation="opacity"
ariaLabel="Gallery hero section"
className="min-h-screen"
containerClassName="flex flex-col lg:flex-row items-center justify-between gap-12"
titleClassName="text-5xl lg:text-6xl font-extrabold leading-tight"
descriptionClassName="text-lg lg:text-xl opacity-90 max-w-2xl"
buttonContainerClassName="flex flex-col sm:flex-row gap-4 mt-8"
/>
</div>
<div id="gallery-festival" data-section="gallery-festival" className="mx-auto px-4 md:px-6 pt-20">
<div id="gallery-kids-parties" data-section="gallery-kids-parties" className="mx-auto px-4 md:px-6">
<ProductCardFour
title="Festival & Outdoor Event Face Art"
description="Fast, creative designs perfect for large crowds and outdoor events. Experience our vibrant festival face paintings that capture the energy and excitement of celebrations."
title="Kids Party Face Painting"
description="Colorful, creative designs perfect for birthday celebrations and children's events. From butterflies and superheroes to princesses and animals."
tag="Birthday Parties"
tagIcon={Heart}
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
carouselMode="buttons"
products={[
{
id: "kids-1", name: "Butterfly Faces", price: "Colorful", variant: "Kids Favorite", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-eyes-woman-smiling-festival_23-2148338055.jpg?_wi=1", imageAlt: "Butterfly face painting design"
},
{
id: "kids-2", name: "Superhero Designs", price: "Dynamic", variant: "Popular Choice", imageSrc: "http://img.b2bpic.net/free-psd/holi-festival-celebration-instagram-posts_23-2151227255.jpg?_wi=1", imageAlt: "Superhero themed face painting"
},
{
id: "kids-3", name: "Princess Themes", price: "Elegant", variant: "Girls Love It", imageSrc: "http://img.b2bpic.net/free-photo/fun-portrait-with-decorations-face_23-2150749319.jpg?_wi=1", imageAlt: "Princess face painting designs"
},
{
id: "kids-4", name: "Animal Faces", price: "Playful", variant: "All Ages", imageSrc: "http://img.b2bpic.net/free-photo/family-portrait-surprised-father-has-yellow-face-from-paints-cheerful-two-daughters-shows-palms-dirty-with-watercolours-paint-picture-pastime-isolated-lilac-wall-this-is-art_273609-26128.jpg?_wi=1", imageAlt: "Animal themed face painting"
},
{
id: "kids-5", name: "Pirate Designs", price: "Adventure", variant: "Boy Favorite", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-woman-wearing-mask_23-2148784326.jpg", imageAlt: "Pirate face painting artwork"
},
{
id: "kids-6", name: "Galaxy Themes", price: "Artistic", variant: "Modern Cool", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-brush-close-up_23-2148966902.jpg?_wi=1", imageAlt: "Galaxy themed face painting"
},
]}
buttons={[{ text: "Book Kids Party Service", href: "/packages" }]}
buttonAnimation="blur-reveal"
ariaLabel="Kids party face painting gallery"
containerClassName="gap-12"
textBoxTitleClassName="text-4xl font-extrabold"
textBoxDescriptionClassName="text-lg opacity-90 max-w-3xl"
/>
</div>
<div id="gallery-festivals" data-section="gallery-festivals" className="mx-auto px-4 md:px-6">
<ProductCardFour
title="Festival & Outdoor Events"
description="Fast, artistic designs perfect for festivals, outdoor markets, and large crowd events. Quick turnaround without compromising creativity."
tag="Festival Events"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -199,71 +164,153 @@ export default function GalleryPage() {
useInvertedBackground={true}
gridVariant="three-columns-all-equal-width"
carouselMode="buttons"
products={festivalPhotos}
buttons={[{ text: "Book for Your Festival", href: "/contact" }]}
products={[
{
id: "festival-1", name: "Music Festival Art", price: "Artistic", variant: "Event Ready", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-putting-makeup-man_23-2149357796.jpg?_wi=1", imageAlt: "Music festival face art"
},
{
id: "festival-2", name: "Outdoor Market Designs", price: "Quick Service", variant: "Crowd Pleaser", imageSrc: "http://img.b2bpic.net/free-photo/man-covered-different-colors-holi_23-2148337991.jpg?_wi=1", imageAlt: "Outdoor market face painting"
},
{
id: "festival-3", name: "Holi Festival Colors", price: "Vibrant", variant: "Cultural Event", imageSrc: "http://img.b2bpic.net/free-photo/man-covered-different-colors-holi_23-2148337991.jpg?_wi=2", imageAlt: "Holi festival colors face art"
},
{
id: "festival-4", name: "Abstract Designs", price: "Creative", variant: "Contemporary", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-adult-man-his-30s-that-is-painting-big-canvas-with-lot-brushes-palette-while-sitting-floor-art-studio_662251-323.jpg?_wi=1", imageAlt: "Abstract face painting designs"
},
{
id: "festival-5", name: "Neon Glow Effects", price: "Modern", variant: "Night Events", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-brush-close-up_23-2148966902.jpg?_wi=2", imageAlt: "Neon glow face painting"
},
{
id: "festival-6", name: "Tribal Patterns", price: "Geometric", variant: "Artistic", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-women-with-all-kinds-body_23-2149159242.jpg?_wi=2", imageAlt: "Tribal pattern face painting"
},
]}
buttons={[{ text: "Book Festival Service", href: "/packages" }]}
buttonAnimation="blur-reveal"
ariaLabel="Festival and outdoor event face art gallery"
ariaLabel="Festival and outdoor event gallery"
containerClassName="gap-12"
cardVariantClassName="text-4xl font-extrabold"
descriptionClassName="text-lg opacity-90 max-w-3xl"
textBoxTitleClassName="text-4xl font-extrabold"
textBoxDescriptionClassName="text-lg opacity-90 max-w-3xl"
/>
</div>
<div id="gallery-corporate" data-section="gallery-corporate" className="mx-auto px-4 md:px-6 pt-20">
<div id="gallery-corporate" data-section="gallery-corporate" className="mx-auto px-4 md:px-6">
<ProductCardFour
title="Corporate & Team Building Events"
description="Professional face painting that adds a unique touch to corporate events, brand activations, and team celebrations. Our polished service brings creative entertainment to your company gathering."
title="Corporate & Special Events"
description="Professional face painting and body art for corporate events, brand activations, weddings, and special occasions. Elegant designs with a polished touch."
tag="Corporate Events"
tagIcon={Star}
tagIcon={Users}
tagAnimation="slide-up"
textboxLayout="default"
animationType="opacity"
animationType="blur-reveal"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
carouselMode="buttons"
products={corporatePhotos}
buttons={[{ text: "Plan Your Corporate Event", href: "/contact" }]}
products={[
{
id: "corp-1", name: "Corporate Branding", price: "Professional", variant: "Brand Focused", imageSrc: "http://img.b2bpic.net/free-photo/male-dj-party-charge-music-entertainment_23-2149658399.jpg?_wi=1", imageAlt: "Corporate branded face painting"
},
{
id: "corp-2", name: "Wedding Reception Art", price: "Elegant", variant: "Celebration", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-celebrating-new-year_23-2147720468.jpg", imageAlt: "Wedding event face painting"
},
{
id: "corp-3", name: "Team Building Design", price: "Interactive", variant: "Team Activity", imageSrc: "http://img.b2bpic.net/free-photo/family-portrait-surprised-father-has-yellow-face-from-paints-cheerful-two-daughters-shows-palms-dirty-with-watercolours-paint-picture-pastime-isolated-lilac-wall-this-is-art_273609-26128.jpg?_wi=3", imageAlt: "Team building face painting"
},
{
id: "corp-4", name: "Gala & Formal Events", price: "Sophisticated", variant: "High End", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-women-with-all-kinds-body_23-2149159242.jpg?_wi=3", imageAlt: "Gala event body art"
},
{
id: "corp-5", name: "Product Launch Art", price: "Creative", variant: "Marketing", imageSrc: "http://img.b2bpic.net/free-photo/fun-portrait-with-decorations-face_23-2150749319.jpg?_wi=2", imageAlt: "Product launch face painting"
},
{
id: "corp-6", name: "Charity Event Design", price: "Community", variant: "Fundraiser", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-adult-man-his-30s-that-is-painting-big-canvas-with-lot-brushes-palette-while-sitting-floor-art-studio_662251-323.jpg?_wi=2", imageAlt: "Charity event face painting"
},
]}
buttons={[{ text: "Book Corporate Service", href: "/contact" }]}
buttonAnimation="blur-reveal"
ariaLabel="Corporate and team building event gallery"
ariaLabel="Corporate and special events gallery"
containerClassName="gap-12"
cardVariantClassName="text-4xl font-extrabold"
descriptionClassName="text-lg opacity-90 max-w-3xl"
textBoxTitleClassName="text-4xl font-extrabold"
textBoxDescriptionClassName="text-lg opacity-90 max-w-3xl"
/>
</div>
<div id="gallery-body" data-section="gallery-body" className="mx-auto px-4 md:px-6 pt-20">
<div id="gallery-body-art" data-section="gallery-body-art" className="mx-auto px-4 md:px-6">
<ProductCardFour
title="Body Painting & Artistic Design"
description="Professional body art and artistic painting for special occasions. From temporary tattoos to full body designs, our artists create stunning visual masterpieces."
title="Body Painting & Art"
description="Professional body painting and temporary tattoo designs for creative individuals and special occasions. High-quality artistry and safe materials."
tag="Body Art"
tagIcon={Camera}
tagIcon={Award}
tagAnimation="slide-up"
textboxLayout="default"
animationType="opacity"
animationType="scale-rotate"
useInvertedBackground={true}
gridVariant="three-columns-all-equal-width"
carouselMode="buttons"
products={bodyArtPhotos}
buttons={[{ text: "Inquire About Body Art Services", href: "/contact" }]}
products={[
{
id: "body-1", name: "Temporary Tattoos", price: "Detailed", variant: "Custom Design", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-women-with-all-kinds-body_23-2149159242.jpg?_wi=1", imageAlt: "Temporary tattoo designs"
},
{
id: "body-2", name: "Full Body Paint", price: "Artistic", variant: "Complete Coverage", imageSrc: "http://img.b2bpic.net/free-photo/man-covered-different-colors-holi_23-2148337991.jpg?_wi=3", imageAlt: "Full body painting artwork"
},
{
id: "body-3", name: "Glitter & Sparkle Art", price: "Glamorous", variant: "Sparkling Effects", imageSrc: "http://img.b2bpic.net/free-photo/fun-portrait-with-decorations-face_23-2150749319.jpg?_wi=3", imageAlt: "Glitter and sparkle body art"
},
{
id: "body-4", name: "Airbrush Body Paint", price: "Professional", variant: "Precision Art", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-brush-close-up_23-2148966902.jpg?_wi=3", imageAlt: "Airbrush body painting"
},
{
id: "body-5", name: "Theme Character Paint", price: "Cosplay Ready", variant: "Immersive Art", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-adult-man-his-30s-that-is-painting-big-canvas-with-lot-brushes-palette-while-sitting-floor-art-studio_662251-323.jpg?_wi=3", imageAlt: "Theme character body painting"
},
{
id: "body-6", name: "Abstract Body Art", price: "Contemporary", variant: "Unique Expression", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-eyes-woman-smiling-festival_23-2148338055.jpg?_wi=2", imageAlt: "Abstract body art design"
},
]}
buttons={[{ text: "Book Body Art Service", href: "/contact" }]}
buttonAnimation="blur-reveal"
ariaLabel="Body painting and artistic design gallery"
ariaLabel="Body painting and art gallery"
containerClassName="gap-12"
titleClassName="text-4xl font-extrabold"
descriptionClassName="text-lg opacity-90 max-w-3xl"
textBoxTitleClassName="text-4xl font-extrabold"
textBoxDescriptionClassName="text-lg opacity-90 max-w-3xl"
/>
</div>
<div id="contact-gallery" data-section="contact-gallery" className="mx-auto px-4 md:px-6 pt-20">
<div id="social-media" data-section="social-media" className="mx-auto px-4 md:px-6">
<SocialProofOne
names={["@PaintasyArt", "@FaceArtistry", "@EventPainting", "@BodyArtCreations", "@PaintasyEvents", "@ArtisticFaceDesigns"]}
title="Follow Our Social Media"
description="Stay updated with our latest gallery posts, behind-the-scenes content, and event highlights. Follow us for inspiration and booking updates!"
tag="Connect With Us"
tagIcon={Instagram}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Follow on Instagram", href: "https://instagram.com" },
{ text: "Like on Facebook", href: "https://facebook.com" },
]}
buttonAnimation="blur-reveal"
speed={40}
showCard={true}
ariaLabel="Social media integration section"
containerClassName="gap-12"
textBoxTitleClassName="text-4xl font-extrabold"
textBoxDescriptionClassName="text-lg opacity-90 max-w-3xl"
logoTextClassName="font-semibold text-center"
/>
</div>
<div id="contact-gallery" data-section="contact-gallery" className="mx-auto px-4 md:px-6">
<ContactText
text="Inspired by our gallery? Ready to book Paintasy for your event? Contact us to discuss your vision and get a custom quote. Let's create an unforgettable experience with professional face painting and body art."
text="Ready to book our face painting and body art services for your event? Browse our gallery and reach out to schedule your date. We bring creativity, color, and professional entertainment to every celebration."
animationType="background-highlight"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Get a Quote", href: "/contact" },
{ text: "Request a Quote", href: "/contact" },
{ text: "Call Us", href: "tel:+15551234567" },
]}
ariaLabel="Gallery contact call-to-action"
ariaLabel="Gallery contact call-to-action section"
containerClassName="py-16"
contentClassName="max-w-3xl mx-auto"
textClassName="text-4xl font-extrabold text-center"