+
+ );
}
diff --git a/apps/web/components/landing/ToolShowcaseSection.tsx b/apps/web/components/landing/ToolShowcaseSection.tsx
index 3fd8c75..94026af 100644
--- a/apps/web/components/landing/ToolShowcaseSection.tsx
+++ b/apps/web/components/landing/ToolShowcaseSection.tsx
@@ -1,68 +1,70 @@
-'use client';
+"use client";
-import { motion } from 'framer-motion';
-import Image from 'next/image';
-import Link from 'next/link';
-import { BrowserFrame } from './BrowserFrame';
+import { motion } from "framer-motion";
+import Image from "next/image";
+import Link from "next/link";
+import { BrowserFrame } from "./BrowserFrame";
export function ToolShowcaseSection() {
- return (
-
-
-
-
- Tools in the deck
-
-
- A growing collection of utilities for everyday development work.
-
-
+ return (
+
+
+
+
+ Tools in the deck
+
+
+ A growing collection of utilities for everyday development work.
+
+
-
-
-
- Tool #1
-
-
- DevInbox
-
-
- A self-hosted email testing inbox. Route your app's transactional emails to DevInbox during development, inspect message content, headers, and attachments, and verify user signup flows without spamming real mailboxes.
-
-
- Try DevInbox
- →
-
-
+
+
+
+ Tool #1
+
+
+ DevInbox
+
+
+ A self-hosted email testing inbox. Route your app's transactional
+ emails to DevInbox during development, inspect message content, headers,
+ and attachments, and verify user signup flows without spamming real
+ mailboxes.
+