From 1bc4acd67aec9abcb797c7c2c4e1a43523ff72d7 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Thu, 7 Dec 2023 17:24:02 -0500 Subject: Logo, banner --- public/banner.png | Bin 0 -> 189293 bytes public/logo-with-text.png | Bin 0 -> 53648 bytes public/next.svg | 1 - public/vercel.svg | 1 - src/app/globals.css | 2 +- src/app/groups/[groupId]/group-tabs.tsx | 2 +- src/app/layout.tsx | 18 ++++++++++++------ 7 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 public/banner.png create mode 100644 public/logo-with-text.png delete mode 100644 public/next.svg delete mode 100644 public/vercel.svg diff --git a/public/banner.png b/public/banner.png new file mode 100644 index 0000000..3dd5743 Binary files /dev/null and b/public/banner.png differ diff --git a/public/logo-with-text.png b/public/logo-with-text.png new file mode 100644 index 0000000..d8442fc Binary files /dev/null and b/public/logo-with-text.png differ diff --git a/public/next.svg b/public/next.svg deleted file mode 100644 index 5174b28..0000000 --- a/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/vercel.svg b/public/vercel.svg deleted file mode 100644 index d2f8422..0000000 --- a/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/app/globals.css b/src/app/globals.css index f647461..a3d838f 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -10,7 +10,7 @@ --card-foreground: 240 10% 3.9%; --popover: 0 0% 100%; --popover-foreground: 240 10% 3.9%; - --primary: 142.1 76.2% 36.3%; + --primary: 161 90% 31%; --primary-foreground: 355.7 100% 97.3%; --secondary: 240 4.8% 95.9%; --secondary-foreground: 240 5.9% 10%; diff --git a/src/app/groups/[groupId]/group-tabs.tsx b/src/app/groups/[groupId]/group-tabs.tsx index e5c48c2..28b4889 100644 --- a/src/app/groups/[groupId]/group-tabs.tsx +++ b/src/app/groups/[groupId]/group-tabs.tsx @@ -15,7 +15,7 @@ export function GroupTabs({ groupId }: Props) { return ( { router.push(`/groups/${groupId}/${value}`) }} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 894e2d0..e86728f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,13 +9,13 @@ import './globals.css' export const metadata: Metadata = { metadataBase: new URL(env.NEXT_PUBLIC_BASE_URL), title: { - default: 'Spliit · Share expenses with friends and family', + default: 'Spliit · Share Expenses with Friends & Family', template: '%s · Spliit', }, description: 'Spliit is a minimalist web application to share expenses with friends and family. No ads, no account, no problem.', openGraph: { - title: 'Spliit · Share expenses with friends and family', + title: 'Spliit · Share Expenses with Friends & Family', description: 'Spliit is a minimalist web application to share expenses with friends and family. No ads, no account, no problem.', images: `/banner.png`, @@ -27,7 +27,7 @@ export const metadata: Metadata = { creator: '@scastiel', site: '@scastiel', images: `/banner.png`, - title: 'Spliit · Share expenses with friends and family', + title: 'Spliit · Share Expenses with Friends & Family', description: 'Spliit is a minimalist web application to share expenses with friends and family. No ads, no account, no problem.', }, @@ -40,12 +40,18 @@ export default function RootLayout({ }) { return ( - +
- -

Spliit

+

+ Spliit +

  • -- cgit v1.3