diff --git a/components/cards/BlogCards.tsx b/components/cards/BlogCards.tsx index 099f49e..7a73ce8 100644 --- a/components/cards/BlogCards.tsx +++ b/components/cards/BlogCards.tsx @@ -103,9 +103,9 @@ const BlogCards: React.FC = async (props) => {
-

+

{post.title} -

+
diff --git a/components/shared/DemoVideo.tsx b/components/shared/DemoVideo.tsx index 81b1a75..b547d2e 100644 --- a/components/shared/DemoVideo.tsx +++ b/components/shared/DemoVideo.tsx @@ -16,12 +16,12 @@ const DemoVideo = () => { id="partners" className="wrapper container py-24 md:py-28 gap-4 flex flex-col" > -

+

SVR.JS {" "} in action -

+

diff --git a/components/shared/Footer.tsx b/components/shared/Footer.tsx index 0b62f7e..c1e85b0 100644 --- a/components/shared/Footer.tsx +++ b/components/shared/Footer.tsx @@ -33,7 +33,9 @@ const Footer = () => {

-

Resources

+
+ Resources +
{FOOTERLINKS.plans.map((link) => ( {

-

+

Join The Newsletter! -

+

Subscribe to our newsletter for updates. We promise no spam emails will be sent. diff --git a/components/shared/Statistics.tsx b/components/shared/Statistics.tsx index 58f7600..5a5e26b 100644 --- a/components/shared/Statistics.tsx +++ b/components/shared/Statistics.tsx @@ -7,9 +7,9 @@ const Statistics = () => {

{stats.map(({ title, count }) => (
-

+

+ -

+

{title}

))}