diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index c1ba07e..5b33fff 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -7,24 +7,28 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function GalleryPage() { return ( - + - +

Our Work

See the magic we bring to homes everywhere.

- +
); diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 4ffdeec..017edc6 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -8,30 +8,37 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function PricingPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 7552356..27d2fca 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -9,32 +9,38 @@ import { Sparkles, Leaf, Clock } from "lucide-react"; export default function ServicesPage() { return ( - + - - - + +
+ +
+
);