From 5a729bf88d9931c5fc656096c0671824cb9fdb02 Mon Sep 17 00:00:00 2001 From: FernandoJVideira <03.pleaser-minster@icloud.com> Date: Wed, 3 Jul 2024 22:06:33 +0100 Subject: [PATCH] Website Rework & bugfixes --- bun.lockb | Bin 142256 -> 142256 bytes public/locales/common/en.json | 6 +++--- public/locales/common/pt.json | 4 ++-- src/Components/Card.tsx | 2 +- src/Components/Pages/Contact/ContactForm.css | 4 ++++ src/Components/Pages/Contact/ContactForm.tsx | 10 ++++++---- src/Components/Pages/Services/ServiceCard.tsx | 2 +- .../Pages/Services/ServiceCardContainer.tsx | 2 +- 8 files changed, 18 insertions(+), 12 deletions(-) diff --git a/bun.lockb b/bun.lockb index 0b48afb53df74f3d08695fe7001bea36b6735d8c..4195701b44b65179fe72b7c35d08a7b0ecb3a5e8 100755 GIT binary patch delta 25 hcmdmRonymwj)pCa(JkzZamIQkddAz6S{VJ70|0_J2_gUh delta 25 dcmdmRonymwj)pCa(Jkyu3}CQ5sfE#RIRJGx2hRWi diff --git a/public/locales/common/en.json b/public/locales/common/en.json index 9d038eb..4402c70 100644 --- a/public/locales/common/en.json +++ b/public/locales/common/en.json @@ -99,8 +99,8 @@ }, "optimization": { "heading": { - "part1": "So How Do You Optimize", - "part2": "Your Business?" + "part1": "So How Do I Optimize", + "part2": "My Business?" }, "cards": { "card1": { @@ -120,7 +120,7 @@ "results": { "heading": { "part1": "Ok... So What Makes", - "part2": "Us Different?" + "part2": "You Different?" }, "subheading": "We have helped many businesses grow and expand their digital footprint.", "cards": { diff --git a/public/locales/common/pt.json b/public/locales/common/pt.json index 14d847e..2a9464b 100644 --- a/public/locales/common/pt.json +++ b/public/locales/common/pt.json @@ -14,7 +14,7 @@ "part1": "Nós tratamos de toda a tua presença digital,", "part2": "para que te possas concentrar no que é importante!" }, - "button": "Eu quero isto!" + "button": "Contacta-nos" }, "services": { "heading": { @@ -119,7 +119,7 @@ }, "results": { "heading": { - "part1": "Ok... Então O Que Nos Torna", + "part1": "Ok... Então O Que Vos Torna", "part2": "Diferentes?" }, "subheading": "Ajudamos muitos negócios a crescer e expandir a sua presença digital.", diff --git a/src/Components/Card.tsx b/src/Components/Card.tsx index 6d7efaf..25f5de4 100644 --- a/src/Components/Card.tsx +++ b/src/Components/Card.tsx @@ -9,7 +9,7 @@ const Card = ({ title, description, image }: IProps) => { const imgClasses = image ? defaultImgClasses : `${defaultImgClasses} hidden`; return ( -
+

{title}

diff --git a/src/Components/Pages/Contact/ContactForm.css b/src/Components/Pages/Contact/ContactForm.css index 5270b05..0fe31a3 100644 --- a/src/Components/Pages/Contact/ContactForm.css +++ b/src/Components/Pages/Contact/ContactForm.css @@ -3,4 +3,8 @@ border: none; outline: none; width: 100%; +} + +.PhoneInputCountrySelect { + background-color: #1C1C1C; } \ No newline at end of file diff --git a/src/Components/Pages/Contact/ContactForm.tsx b/src/Components/Pages/Contact/ContactForm.tsx index 1ab36e5..f45aea0 100644 --- a/src/Components/Pages/Contact/ContactForm.tsx +++ b/src/Components/Pages/Contact/ContactForm.tsx @@ -77,7 +77,7 @@ const ContactForm = () => { return (
-
+
{ placeholder={t("contact.form.email")} />
-
+
{ />
-
+
{ placeholder={t("contact.form.question")} > +
+