diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 83123f5..0b4a1a6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,18 +8,16 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function AboutUsPage() { return ( - +
diff --git a/src/app/appointments/page.tsx b/src/app/appointments/page.tsx index 896f99f..5d4694a 100644 --- a/src/app/appointments/page.tsx +++ b/src/app/appointments/page.tsx @@ -8,12 +8,13 @@ import ReactLenis from "lenis/react"; export default function AppointmentsPage() { return ( - +
); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 31dc00b..2a3f0b2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,12 +7,13 @@ import ReactLenis from "lenis/react"; export default function ContactPage() { return ( - + ); -} +} \ No newline at end of file diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 01acdb8..e6cd92e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -9,18 +9,16 @@ import { Leaf } from "lucide-react"; export default function ServicesPage() { return ( - +