diff --git a/assets/images/logo-block-old.svg b/assets/images/logo-block-old.svg new file mode 100644 index 0000000..dd45c23 --- /dev/null +++ b/assets/images/logo-block-old.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/logo-block.svg b/assets/images/logo-block.svg index ef2de7e..a2416be 100644 --- a/assets/images/logo-block.svg +++ b/assets/images/logo-block.svg @@ -1,177 +1,132 @@ + viewBox="0 0 401.3 231.2" style="enable-background:new 0 0 401.3 231.2;" xml:space="preserve"> - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/logo-color.svg b/assets/images/logo-color.svg new file mode 100644 index 0000000..0fa6960 --- /dev/null +++ b/assets/images/logo-color.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/logo-gray.svg b/assets/images/logo-gray.svg new file mode 100644 index 0000000..d31c48b --- /dev/null +++ b/assets/images/logo-gray.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/mich.svg b/assets/images/mich.svg new file mode 100644 index 0000000..ef2de7e --- /dev/null +++ b/assets/images/mich.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/s.svg b/assets/images/s.svg new file mode 100644 index 0000000..2e320ab --- /dev/null +++ b/assets/images/s.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/components/CallToAction.vue b/components/CallToAction.vue index 2da70bd..5ebd77b 100644 --- a/components/CallToAction.vue +++ b/components/CallToAction.vue @@ -5,7 +5,7 @@ class="relative max-w-6xl px-4 py-12 mx-auto sm:py-12 sm:px-6 lg:px-8" >
{{ blok.title }}
-

+

{{ blok.description }}

Schedule now diff --git a/components/ContactDetails.vue b/components/ContactDetails.vue index 8c5e3da..93cfb19 100644 --- a/components/ContactDetails.vue +++ b/components/ContactDetails.vue @@ -9,7 +9,7 @@ >

{{ blok.title }}

@@ -25,9 +25,9 @@
Email
-
+
- - therapy@michellesmit.com + + therapy@diaanbisogno.co.za
Email
-
- - - practicemanager@michellesmit.com - -
@@ -110,7 +90,7 @@ name="email" type="email" autoComplete="email" - class="block w-full px-4 py-3 placeholder-gray-500 border-gray-300 rounded-md shadow-sm focus:ring-accent-500 focus:border-accent-500" + class="block w-full px-4 py-3 placeholder-gray-500 border-gray-300 rounded-md shadow-sm focus:ring-teal-500 focus:border-teal-500" placeholder="Email" required /> @@ -122,7 +102,7 @@ name="phone" id="phone" autoComplete="tel" - class="block w-full px-4 py-3 placeholder-gray-500 border-gray-300 rounded-md shadow-sm focus:ring-accent-500 focus:border-accent-500" + class="block w-full px-4 py-3 placeholder-gray-500 border-gray-300 rounded-md shadow-sm focus:ring-teal-500 focus:border-teal-500" placeholder="Phone" />
@@ -132,7 +112,7 @@ id="message" name="message" rows="4" - class="block w-full px-4 py-3 placeholder-gray-500 border-gray-300 rounded-md shadow-sm focus:ring-accent-500 focus:border-accent-500" + class="block w-full px-4 py-3 placeholder-gray-500 border-gray-300 rounded-md shadow-sm focus:ring-teal-500 focus:border-teal-500" placeholder="Message" required > @@ -140,7 +120,7 @@
diff --git a/components/Feature.vue b/components/Feature.vue index 0fc1d70..696bdde 100644 --- a/components/Feature.vue +++ b/components/Feature.vue @@ -51,10 +51,10 @@ export default { data: function () { return { bgStyle: { - "green-left-to-right": "bg-gradient-to-r from-brand-500 to-brand-400", - "green-right-to-left": "bg-gradient-to-r from-brand-400 to-brand-500", - "blue-left-to-right": "bg-gradient-to-r from-accent-500 to-accent-400", - "blue-right-to-left": "bg-gradient-to-r from-accent-400 to-accent-500", + "teal-left-to-right": "bg-gradient-to-r from-brand-500 to-brand-500", + "teal-right-to-left": "bg-gradient-to-r from-brand-500 to-brand-500", + "blue-left-to-right": "bg-gradient-to-r from-teal-500 to-teal-400", + "blue-right-to-left": "bg-gradient-to-r from-teal-400 to-teal-500", }, }; }, diff --git a/components/Footer.vue b/components/Footer.vue index 7231c39..9312056 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -1,13 +1,21 @@