From 6a7835af86334b04d87ff13c93293e8b8757f9c7 Mon Sep 17 00:00:00 2001 From: "Shiv Bhonde | shivbhonde.eth" Date: Fri, 23 Feb 2024 14:52:53 +0530 Subject: [PATCH] Hero section minor tweaks (#40) Co-authored-by: tokodev --- .../nextjs/app/_components/GrantsStats.tsx | 2 +- .../nextjs/app/_components/HomepageHero.tsx | 20 ++++++++++--------- packages/nextjs/tailwind.config.js | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/packages/nextjs/app/_components/GrantsStats.tsx b/packages/nextjs/app/_components/GrantsStats.tsx index e112f19..0a19213 100644 --- a/packages/nextjs/app/_components/GrantsStats.tsx +++ b/packages/nextjs/app/_components/GrantsStats.tsx @@ -4,7 +4,7 @@ import { getGrantsStats } from "~~/services/database/grants"; export const GrantsStats = async () => { const stats = await getGrantsStats(); return ( -
+
diff --git a/packages/nextjs/app/_components/HomepageHero.tsx b/packages/nextjs/app/_components/HomepageHero.tsx index 42899bf..12f4d7b 100644 --- a/packages/nextjs/app/_components/HomepageHero.tsx +++ b/packages/nextjs/app/_components/HomepageHero.tsx @@ -2,8 +2,8 @@ import Image from "next/image"; import Link from "next/link"; export const HomepageHero = () => ( -
-
+
+

Funding meaningful projects
across the ecosystem @@ -11,21 +11,23 @@ export const HomepageHero = () => ( sparkle

-

- BG grants are one of the ways BuidlGuidl funds development and contribute to the Ethereum ecosystem. Did you - just finished SRE or completed one of our batches? This could be the next step in your BuidlGuidl’s journey. -

+
+

+ BG grants are one of the ways BuidlGuidl funds development and contribute to the Ethereum ecosystem. Did you + just finished SRE or completed one of our batches? This could be the next step in your BuidlGuidl’s journey. +

+
- Learn More + Learn more
- developers list + developers list
diff --git a/packages/nextjs/tailwind.config.js b/packages/nextjs/tailwind.config.js index 6a8d784..ac22557 100644 --- a/packages/nextjs/tailwind.config.js +++ b/packages/nextjs/tailwind.config.js @@ -18,7 +18,7 @@ module.exports = { "neutral-content": "#ffffff", "base-100": "#F1F1F1", "base-200": "#FFFCFC", - "base-300": "#DAE8FF", + "base-300": "#EEF0FF", "base-content": "#212638", info: "#93BBFB", success: "#34EEB6",