diff --git a/README.md b/README.md
index 6d58ca6..7795f53 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,14 @@
## Next up
- Adjust card size
-- Custom url shortener for links in the newsletter?
+- Tweak email templates
- Cron every 10 minutes: people are more likely to open the newsletter if delivered around the time when they subscribed (if cron becomes not enough, then the cost of sending all the emails might be a bigger issue)
+## Some resources used
+
+https://gradientbuttons.colorion.co/
+https://codepen.io/alphardex/pen/vYEYGzp
+
## Commands
Install vercel cli
diff --git a/app/layout.tsx b/app/layout.tsx
index f6261e7..0bb9177 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -1,7 +1,7 @@
import { Analytics } from '@vercel/analytics/react';
import type { Metadata } from 'next';
import { Inter as FontSans } from 'next/font/google';
-import { Background } from '../components/custom/background/background';
+import { Tiles } from '../components/custom/tiles/tiles';
import { cn } from '../utils/ui';
import './globals.css';
@@ -30,9 +30,9 @@ export default function RootLayout({
fontSans.variable
)}
>
-
+
{children}
-
+