import { Navigation } from "@/components/navigation" import { ScrollProgress } from "@/components/scroll-progress" import { ScrollToSection } from "@/components/scroll-to-section" import { HeroSection } from "@/components/hero-section" import { ArtistsSection } from "@/components/artists-section" import { ServicesSection } from "@/components/services-section" import { ContactSection } from "@/components/contact-section" import { Footer } from "@/components/footer" export default function HomePage() { return (
) }