diff --git a/apps/web/components/pages/HomePage/Features.tsx b/apps/web/components/pages/HomePage/Features.tsx index 034a97a55..d8eaf0428 100644 --- a/apps/web/components/pages/HomePage/Features.tsx +++ b/apps/web/components/pages/HomePage/Features.tsx @@ -149,8 +149,8 @@ const features: Feature[] = homepageCopy.features.features.map( const Features = () => { return (
-

{homepageCopy.features.title}

-

+

{homepageCopy.features.title}

+

{homepageCopy.features.subtitle}

diff --git a/apps/web/components/pages/HomePage/Pricing/CommercialCard.tsx b/apps/web/components/pages/HomePage/Pricing/CommercialCard.tsx index 56919057c..f81283e12 100644 --- a/apps/web/components/pages/HomePage/Pricing/CommercialCard.tsx +++ b/apps/web/components/pages/HomePage/Pricing/CommercialCard.tsx @@ -77,13 +77,13 @@ export const CommercialCard = () => {

{homepageCopy.pricing.commercial.title}

-

+

{homepageCopy.pricing.commercial.description}

Learn more about the commercial license here @@ -99,7 +99,7 @@ export const CommercialCard = () => { / {billingCycleText} {isYearly ? ( -

+

or, $ { one-time payment

) : ( -

+

or, $ {" "} / year diff --git a/apps/web/components/pages/HomePage/Pricing/EnterpriseCard.tsx b/apps/web/components/pages/HomePage/Pricing/EnterpriseCard.tsx index 0d0162660..09fa01f17 100644 --- a/apps/web/components/pages/HomePage/Pricing/EnterpriseCard.tsx +++ b/apps/web/components/pages/HomePage/Pricing/EnterpriseCard.tsx @@ -62,7 +62,7 @@ export const EnterpriseCard = () => {

Cap for Enterprise

-

+

Deploy Cap across your organization with enterprise-grade features, dedicated support, and custom integrations.

diff --git a/apps/web/components/pages/HomePage/Pricing/ProCard.tsx b/apps/web/components/pages/HomePage/Pricing/ProCard.tsx index a014eaab3..eba02bf79 100644 --- a/apps/web/components/pages/HomePage/Pricing/ProCard.tsx +++ b/apps/web/components/pages/HomePage/Pricing/ProCard.tsx @@ -120,7 +120,7 @@ export const ProCard = () => {

{homepageCopy.pricing.pro.title}

-

+

{homepageCopy.pricing.pro.description}

@@ -134,11 +134,11 @@ export const ProCard = () => { {billingCycleTextPro} {isAnnually ? ( -

+

or,{" "} { ) : ( <> for{" "} - {" "} + {" "} users,{" "} )} billed monthly

) : ( -

+

or,{" "} { ) : ( <> for{" "} - {" "} + {" "} users,{" "} )} diff --git a/apps/web/components/pages/HomePage/Pricing/index.tsx b/apps/web/components/pages/HomePage/Pricing/index.tsx index 4b60461dd..e2f4804d5 100644 --- a/apps/web/components/pages/HomePage/Pricing/index.tsx +++ b/apps/web/components/pages/HomePage/Pricing/index.tsx @@ -11,8 +11,8 @@ const Pricing = () => { return (

-

{homepageCopy.pricing.title}

-

+

{homepageCopy.pricing.title}

+

{homepageCopy.pricing.subtitle}

diff --git a/apps/web/components/pages/HomePage/RecordingModes.tsx b/apps/web/components/pages/HomePage/RecordingModes.tsx index 4a2b9acab..199630c79 100644 --- a/apps/web/components/pages/HomePage/RecordingModes.tsx +++ b/apps/web/components/pages/HomePage/RecordingModes.tsx @@ -143,7 +143,7 @@ const RecordingModes = () => {
{/*Video Description*/}
-

+

{activeMode?.description}

diff --git a/apps/web/components/pages/HomePage/Testimonials.tsx b/apps/web/components/pages/HomePage/Testimonials.tsx index 07570f87c..f9ab47457 100644 --- a/apps/web/components/pages/HomePage/Testimonials.tsx +++ b/apps/web/components/pages/HomePage/Testimonials.tsx @@ -120,11 +120,11 @@ const testimonialItems: TestimonialItem[] = [ const Testimonials = () => { return (
-
-

+
+

{homepageCopy.testimonials.title} -

-

+

+

{homepageCopy.testimonials.subtitle}

diff --git a/apps/web/components/pages/seo/AgenciesPage.tsx b/apps/web/components/pages/seo/AgenciesPage.tsx index 29da81ee6..a46d59fc7 100644 --- a/apps/web/components/pages/seo/AgenciesPage.tsx +++ b/apps/web/components/pages/seo/AgenciesPage.tsx @@ -34,9 +34,9 @@ const FAQItem = ({ return (
{ }, []); return ( -
-
+
+
{/* Art */}
@@ -110,7 +110,7 @@ const AnimatedDomainBanner = () => { {/* Description */} -

+

Send from your own domain for higher client trust and professional branding. Your share links reflect your agency's identity.

@@ -399,14 +399,14 @@ export const AgenciesPage = () => {
-
+
{/* Features Section */}

{agenciesContent.featuresTitle}

-

+

{agenciesContent.featuresDescription}

diff --git a/apps/web/components/seo/SeoPageTemplate.tsx b/apps/web/components/seo/SeoPageTemplate.tsx index e9b968c6f..10b00ecad 100644 --- a/apps/web/components/seo/SeoPageTemplate.tsx +++ b/apps/web/components/seo/SeoPageTemplate.tsx @@ -223,7 +223,7 @@ export const SeoPageTemplate = ({

{content.featuresTitle}

-

+

{renderHTML(content.featuresDescription)}

@@ -241,7 +241,7 @@ export const SeoPageTemplate = ({

{feature.title}

-

+

{renderHTML(feature.description)}