diff --git a/client/app/favicon.ico b/client/app/favicon.ico index 718d6fea..2265db3e 100644 Binary files a/client/app/favicon.ico and b/client/app/favicon.ico differ diff --git a/client/app/globals.css b/client/app/globals.css index 03bb3584..71f6d303 100644 --- a/client/app/globals.css +++ b/client/app/globals.css @@ -2,8 +2,12 @@ @tailwind components; @tailwind utilities; +html { + scroll-behavior: smooth; +} + body { - font-family: Arial, Helvetica, sans-serif; + font-family: 'Satoshi', sans-serif; } @layer utilities { @@ -88,4 +92,4 @@ body { to { opacity: 1; } -} \ No newline at end of file +} diff --git a/client/app/layout.tsx b/client/app/layout.tsx index 706a5fa5..673f00c7 100644 --- a/client/app/layout.tsx +++ b/client/app/layout.tsx @@ -8,8 +8,8 @@ import { Analytics } from "@vercel/analytics/react"; export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", +title: "Stark Finder", +description: "The only platform you need for all things Starknet. Discover and interact with Starknet applications effortlessly", }; export default function RootLayout({ @@ -20,6 +20,7 @@ export default function RootLayout({ return (
+