diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 725dd75..346f8f3 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -7,11 +7,11 @@ export default function Footer() {
-

+

Stay Connected

- Subscribe to our newsletter and follow us on our social media. + Subscribe to our newsletter.

diff --git a/src/components/layout/providers.tsx b/src/components/layout/providers.tsx index 17ca1d0..93f72a6 100644 --- a/src/components/layout/providers.tsx +++ b/src/components/layout/providers.tsx @@ -4,7 +4,7 @@ import ThemeProvider from "./ThemeToggle/theme-provider"; export default function Providers({ children }: { children: React.ReactNode }) { return ( <> - + {children} diff --git a/src/components/pricing/pricing-header.tsx b/src/components/pricing/pricing-header.tsx index 3644fe2..910d2a7 100644 --- a/src/components/pricing/pricing-header.tsx +++ b/src/components/pricing/pricing-header.tsx @@ -1,6 +1,6 @@ const PricingHeader = ({ title, subtitle }: { title: string; subtitle: string }) => (
-

{title}

+

{title}

{subtitle}