diff --git a/cms.data.js b/cms.data.js index 84c6769..2d34916 100644 --- a/cms.data.js +++ b/cms.data.js @@ -10,6 +10,12 @@ export const navigationLinks = export const navigationHrefs = [ "#why-invest", "#why-invest", "#why-invest" ]; export const cta = "Invest"; export const logoSrc = undefined; +export const newsletterContent = { + newsletterTitle : 'Subscribe', + newsletterSubtitle : 'Say informed with updates from our blog ', + newsletterHref : 'https://slightlysharpe.com', + newsletterName : 'Slightly Sharpe', +}; export const stats1Data = [ { icon : "", diff --git a/components/FAQCard.jsx b/components/FAQCard.jsx index 3f8f4db..68cf896 100644 --- a/components/FAQCard.jsx +++ b/components/FAQCard.jsx @@ -1,6 +1,6 @@ export default function FAQCard({ title, listItems }) { return ( -