import { Hero } from "@/components/hero"; import { Services } from "@/components/services"; import { Gallery } from "@/components/gallery"; import { Testimonials } from "@/components/testimonials"; import { Contact } from "@/components/contact"; import { Footer } from "@/components/footer"; export default function Home() { return (
); }