From c376b1ea41dc994f34b63c81395ec1c78700c83a Mon Sep 17 00:00:00 2001 From: Martin Smit Date: Fri, 30 Aug 2024 17:29:11 +0200 Subject: [PATCH 01/10] adam --- components/Footer.js | 6 +++--- components/Head.js | 2 +- components/Navigation.js | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/Footer.js b/components/Footer.js index d6e6308..d73d242 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -44,7 +44,7 @@ export default function Footer({ locale, locales }) {
Michelle Smit Logo Artum Lilly
- Michelle Smit + Adam Labuschagne
{trans.tagline[locale]} @@ -127,7 +127,7 @@ export default function Footer({ locale, locales }) {
- {trans.copyright[locale]} © 2021 Michelle Smit -{" "} + {trans.copyright[locale]} © 2021 Adam Labuschagne -{" "} {trans.counselling[locale]}
diff --git a/components/Head.js b/components/Head.js index eb23ad4..371e3c2 100644 --- a/components/Head.js +++ b/components/Head.js @@ -10,7 +10,7 @@ const Head = ({ title, description }) => ( diff --git a/components/Navigation.js b/components/Navigation.js index 4a80257..81e928d 100644 --- a/components/Navigation.js +++ b/components/Navigation.js @@ -49,19 +49,19 @@ export default function Navigation({ locale, locales }) { - Michelle Smit - {trans.counselling[locale]} + Adam Labuschagne - {trans.counselling[locale]}
Go to homepage of Michelle Smit
- Michelle Smit + Adam Labuschagne
{trans.counselling[locale]} @@ -121,7 +121,7 @@ export default function Navigation({ locale, locales }) { Michelle Smit From b9dc0b7a70834f0033bb17c0c363ff9416aa551c Mon Sep 17 00:00:00 2001 From: Martin Smit Date: Fri, 30 Aug 2024 20:07:51 +0200 Subject: [PATCH 02/10] Save --- components/CallToAction.js | 4 +-- components/ContactForm.js | 2 +- components/Footer.js | 56 +++++------------------------- components/Head.js | 2 +- components/HeaderBanner.js | 16 +++++---- components/Headline.js | 6 ++-- components/HeroImageOnRight.js | 27 +++++++------- components/ImageWithTextOnRight.js | 2 +- components/Navigation.js | 17 ++++++--- components/Testimonial.js | 2 +- components/TextWithImage.js | 2 +- package.json | 2 +- tailwind.config.js | 26 ++++---------- utils/storyblok.js | 3 +- 14 files changed, 63 insertions(+), 104 deletions(-) diff --git a/components/CallToAction.js b/components/CallToAction.js index b5a7733..490f089 100644 --- a/components/CallToAction.js +++ b/components/CallToAction.js @@ -7,7 +7,7 @@ import Link from "next/link"; export default function CallToAction({ blok }) { return ( -
+

@@ -18,7 +18,7 @@ export default function CallToAction({ blok }) {
- + {blok.button_text} diff --git a/components/ContactForm.js b/components/ContactForm.js index 1b177bc..8a2720f 100644 --- a/components/ContactForm.js +++ b/components/ContactForm.js @@ -360,7 +360,7 @@ export default function ContactForm({ blok }) {