From dfbe20b0663d2d3175b31f8472fbd8741051f564 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:42:44 +0000 Subject: [PATCH] Update src/app/packages/page.tsx --- src/app/packages/page.tsx | 340 ++++++++++++++++++-------------------- 1 file changed, 165 insertions(+), 175 deletions(-) diff --git a/src/app/packages/page.tsx b/src/app/packages/page.tsx index 500208a..989be84 100644 --- a/src/app/packages/page.tsx +++ b/src/app/packages/page.tsx @@ -1,12 +1,14 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; -import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; -import Link from "next/link"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import { Sparkles, DollarSign, Check, Zap, Users, Music } from 'lucide-react'; export default function PackagesPage() { const navItems = [ @@ -20,39 +22,38 @@ export default function PackagesPage() { const footerColumns = [ { - title: "Packages", - items: [ - { label: "Birthday Packages", href: "#packages" }, - { label: "Festival Service", href: "#packages" }, - { label: "Corporate Events", href: "#packages" }, - { label: "Custom Packages", href: "/contact" }, + 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" }, ], }, { - title: "Services", - items: [ - { label: "All Services", href: "/services" }, + title: "Company", items: [ + { label: "About Us", href: "/about" }, { label: "Gallery", href: "/gallery" }, - { label: "About", href: "/about" }, + { label: "Packages", href: "/packages" }, { label: "FAQ", href: "#faq" }, + { label: "Contact", href: "/contact" }, ], }, { - title: "Social", - items: [ + 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: "Book Now", - items: [ - { label: "Request Quote", href: "/contact" }, - { label: "Chat with Us", href: "/contact" }, - { label: "Call Now", href: "tel:+15551234567" }, - { label: "FAQ", href: "#faq" }, + title: "Service Areas", items: [ + { label: "Local Events", href: "/contact" }, + { label: "Regional Coverage", href: "/contact" }, + { label: "Book Now", href: "/packages" }, + { label: "Get Quote", href: "/contact" }, ], }, ]; @@ -72,205 +73,194 @@ export default function PackagesPage() { > -
+
-
+
-
- +
-