From 63487cd04ebbf86f74772cc2625bb708bf948a5f Mon Sep 17 00:00:00 2001 From: "Jason R. Stevens, CFA" Date: Sun, 30 Jan 2022 09:57:29 -0600 Subject: [PATCH 1/2] :sparkles: add interactive button scroll --- components/Hero.jsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/Hero.jsx b/components/Hero.jsx index 89b539c..7b5346a 100644 --- a/components/Hero.jsx +++ b/components/Hero.jsx @@ -30,7 +30,10 @@ export default function Hero({ heading, subHeading, cta1, cta2, imageSrc }) { alt="Hero image" /> - + ); } From ae6832354908b028f618266964f75ee3e008ed7b Mon Sep 17 00:00:00 2001 From: "Jason R. Stevens, CFA" Date: Sun, 30 Jan 2022 09:57:30 -0600 Subject: [PATCH 2/2] :recycle: change section id to why-invest --- components/Sections/WhyInvest.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Sections/WhyInvest.jsx b/components/Sections/WhyInvest.jsx index 9816d72..339220b 100644 --- a/components/Sections/WhyInvest.jsx +++ b/components/Sections/WhyInvest.jsx @@ -9,7 +9,7 @@ export default function WhyInvest({ whyInvestCardData, }) { return ( -
+