From 87a1919601dfce11870029f5ccd3637300eca77e Mon Sep 17 00:00:00 2001 From: chrisfromhubql Date: Thu, 30 May 2024 16:00:40 +0700 Subject: [PATCH] styling: update for dark mode and fix service card image size --- frontend/app/contact/page.tsx | 2 +- frontend/app/globals.css | 11 ++++++ frontend/components/shared/Cta.tsx | 2 +- frontend/components/shared/Footer.tsx | 5 ++- frontend/components/shared/Header.tsx | 12 ++---- frontend/components/shared/Logo.tsx | 39 +++++++++++++++++++ .../components/templates/CommunitySection.tsx | 4 +- frontend/components/templates/MapSection.tsx | 4 +- .../components/templates/ServicesCard.tsx | 10 ++--- .../components/templates/ServicesSection.tsx | 2 +- .../templates/SocialProofSection.tsx | 4 +- frontend/components/ui/button.tsx | 6 +-- frontend/components/ui/input.tsx | 2 +- frontend/components/ui/textarea.tsx | 2 +- frontend/content/socialproof.ts | 4 ++ .../company-logos/hubql-logomark-dark.svg | 5 +++ frontend/tailwind.config.ts | 2 + 17 files changed, 86 insertions(+), 30 deletions(-) create mode 100644 frontend/components/shared/Logo.tsx create mode 100644 frontend/public/images/company-logos/hubql-logomark-dark.svg diff --git a/frontend/app/contact/page.tsx b/frontend/app/contact/page.tsx index ce1e8e4..84ca414 100644 --- a/frontend/app/contact/page.tsx +++ b/frontend/app/contact/page.tsx @@ -19,7 +19,7 @@ export default function Services() {
-
+