We've analyzed {totalConceptsCount} ideas so
far! Let's see how we can help you today 🤗
@@ -144,7 +144,7 @@ const WhatIsInside = () => (
const Screenshots = () => (
-
+
(
-
+
(
-
+
(
-
+
(
const Section: React.FC = ({ heading, children }) => (
-
+
{heading}
@@ -212,7 +212,7 @@ const SectionCell: React.FC = ({
heading,
description,
}) => (
-
+
{number && (
{number}
diff --git a/src/app/start/page.tsx b/src/app/start/page.tsx
index 530e295..78b2c3f 100644
--- a/src/app/start/page.tsx
+++ b/src/app/start/page.tsx
@@ -17,7 +17,7 @@ export default async function StartPage({
{limiter.isAllowed ? (
<>
-
+
Only One Question
diff --git a/src/app/supporters/page.tsx b/src/app/supporters/page.tsx
index de5d43b..fe62ed4 100644
--- a/src/app/supporters/page.tsx
+++ b/src/app/supporters/page.tsx
@@ -18,11 +18,11 @@ const SupportersPage: React.FC = () => {
return (
-
+
Meet the Supporters of CheckMVP ❤️
-
+
These amazing individuals may not have directly contributed to
building CheckMVP, but their support has been invaluable to me on this
journey. Whether it was through sharing their thoughts, offering
@@ -35,7 +35,7 @@ const SupportersPage: React.FC = () => {
{supporters.map((supporter, index) => (
{
/>
-
+
{supporter.name}
-
+
{supporter.tagline}
@@ -71,7 +71,7 @@ const SupportersPage: React.FC = () => {
-
+
Want to be featured as a supporter?
diff --git a/src/app/template.tsx b/src/app/template.tsx
index 944d1ac..ffcc6bb 100644
--- a/src/app/template.tsx
+++ b/src/app/template.tsx
@@ -1,10 +1,11 @@
import Image from 'next/image'
import Link from 'next/link'
+import ThemeToggle from '@/components/ThemeToggle'
import CheckMVPLogo from '../../public/CheckMVP-Logo.png'
const Template = ({ children }: { children: React.ReactNode }) => (
-
-