diff --git a/cms.data.js b/cms.data.js index 52d8711..84c6769 100644 --- a/cms.data.js +++ b/cms.data.js @@ -1,17 +1,15 @@ -export const hostname = "investor.tincre.com"; +export const hostname = "funded.vercel.app"; export const entityTitle = "Funded"; -export const entityUrl = "https://funded.vercel.app" +export const entityUrl = `https://${hostname}`; export const title = `${entityTitle} @ ${entityUrl}`; export const description = "A Single Page Application for getting funded, built on Next.js and Tailwindcss, by Tincre. Raise capital the hard way.ᵀᴹ"; export const author = `${entityTitle}, ${entityUrl}`; export const navigationLinks = [ `Investing in ${entityTitle}`, "About", "The Team" ]; -export const navigationHrefs = - [ "#why-invest-part-1", "#fact-snippets", "#team" ]; +export const navigationHrefs = [ "#why-invest", "#why-invest", "#why-invest" ]; export const cta = "Invest"; -export const logoSrc = - "https://res.cloudinary.com/tincre/image/upload/v1638892843/tincre.com/tincre-brand-indigo-800_uatfej.svg"; +export const logoSrc = undefined; export const stats1Data = [ { icon : "", @@ -39,7 +37,7 @@ export const whyInvestContent = { title : "We're seeking investment to release more kick ass brands", description : "Our formula for success works and we are scaling it by releasing stuff that customers love.", - cta : "Learn about how to invest", + cta : `Learn about investing in ${entityTitle}`, whyInvestCardData : [ "The most epic management team in the world.", "With a proven track record of scaling productsand teams.", diff --git a/components/Hero.jsx b/components/Hero.jsx index 059e848..f523829 100644 --- a/components/Hero.jsx +++ b/components/Hero.jsx @@ -19,21 +19,21 @@ export default function Hero({

{cta1} {!session ? ( ) : (
@@ -43,6 +43,7 @@ export default function NavigationHero({ session={session} mobileMenuIsClicked={mobileMenuIsClicked} setMobileMenuIsClicked={setMobileMenuIsClicked} + logoSrc={logoSrc} />