gardesk/tarmac-web / f7cba1f

Browse files

add FAQ schema to homepage

Authored by espadonne
SHA
f7cba1fa0d090e2bd6a81be3440902c226801394
Parents
aec8a56
Tree
f2d5d98

1 changed file

StatusFile+-
M src/app/page.tsx 3 0
src/app/page.tsxmodified
@@ -2,6 +2,7 @@ import type { Metadata } from "next";
22
 import Link from "next/link";
33
 import Terminal from "@/components/Terminal";
44
 import ComparisonTable from "@/components/ComparisonTable";
5
+import FaqSchema from "@/components/FaqSchema";
56
 
67
 export const metadata: Metadata = {
78
   title: "tarmac — tiling window manager for macOS",
@@ -279,6 +280,8 @@ export default function Home() {
279280
           </div>
280281
         </section>
281282
 
283
+        <FaqSchema />
284
+
282285
         {/* Footer */}
283286
         <footer className="border-t border-surface-200 dark:border-surface-800 bg-white/80 dark:bg-surface-950/80 backdrop-blur-md">
284287
           <div className="max-w-6xl mx-auto px-6 py-8 flex items-center justify-between text-sm text-surface-500">