diff --git a/app/page.tsx b/app/page.tsx index 273b8b5..acfc85c 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -3,6 +3,10 @@ import { Footer } from "../components/Footer"; import { HeroSection } from "@/components/Hero"; import { About } from "@/components/About"; import { Services } from "@/components/Services"; +import { Specialties } from "@/components/Specialties"; +import { ClientFocus } from "@/components/ClientFocus"; +import { Finances } from "@/components/Finances"; +import { Location } from "@/components/Location"; import { ContactSection } from "@/components/ContactSection"; import { Navbar } from "../components/Navbar"; @@ -17,6 +21,14 @@ export default function Home() { + + + + + + + +