diff --git a/next.config.mjs b/next.config.mjs index 48f03d4..431d026 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -3,17 +3,19 @@ const nextConfig = { images: { remotePatterns: [ { - protocol: 'https', - hostname: 'raw.githubusercontent.com', + protocol: "https", + hostname: "raw.githubusercontent.com", }, ], }, experimental: { serverActions: { // edit: updated to new key. Was previously `allowedForwardedHosts` - allowedOrigins: ['localhost:3000', 'get-zen.vercel.app'], + allowedOrigins: ["localhost:3000", "get-zen.vercel.app"], }, - + }, + compiler: { + styledComponents: true, }, }; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3de6cf4..13fbbc8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,7 +1,8 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -import { ThemeProvider } from "@/components/theme-provider" +import { ThemeProvider } from "@/components/theme-provider"; +import StyledComponentsRegistry from "@/lib/styled-components-registry"; const inter = Inter({ subsets: ["latin"] }); @@ -18,6 +19,9 @@ export default function RootLayout({ }>) { return ( +
+ +- We are constantly tweak firefox's engine and settings to make it + We constantly tweak Firefox's engine and settings to make it faster than ever. Learn more
- We are always using the latest security features from firefox to + We are always using the latest security features from Firefox to keep you safe. Learn more
@@ -117,8 +118,6 @@ export default function Features() {
{theme.description}
@@ -42,14 +53,10 @@ export default function ThemePage({ theme }: { theme: ZenTheme }) {You need to have Zen Browser installed to install this theme. Download now!