diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 8ea76ec..c246889 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -5,16 +5,15 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Camera } from 'lucide-react'; +import { Camera, Sparkles } from 'lucide-react'; export default function GalleryPage() { const navItems = [ { name: "Home", id: "home" }, { name: "Services", id: "services" }, { name: "Gallery", id: "/gallery" }, - { name: "Packages", id: "packages" }, + { name: "Packages", id: "/packages" }, { name: "About", id: "about" }, - { name: "Book Event", id: "/booking" }, { name: "Contact", id: "/contact" }, ]; @@ -50,7 +49,7 @@ export default function GalleryPage() { title: "Service Areas", items: [ { label: "Local Events", href: "/contact" }, { label: "Regional Coverage", href: "/contact" }, - { label: "Book Now", href: "/booking" }, + { label: "Book Now", href: "/packages" }, { label: "Get Quote", href: "/contact" }, ], }, @@ -78,55 +77,58 @@ export default function GalleryPage() { /> -