diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 75ee206..7f5500b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,29 +8,36 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function ContactPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 348398e..16c02b0 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -8,38 +8,44 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function PricingPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 47dfb73..c7c7a96 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -8,39 +8,45 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function ProductsPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 1da7ea8..a2f24ab 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -8,32 +8,40 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function TestimonialsPage() { return ( - + - - - + +
+ +
+
);