Skip to content

Commit 08a02cc

Browse files
committed
ok
1 parent 111a9ca commit 08a02cc

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

371 KB
Loading

website/src/app/(home)/page.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,16 @@ const reactHtml = await codeToHtml(reactCode, {
100100
defaultColor: false,
101101
});
102102

103+
import type { Metadata } from 'next';
104+
105+
export const metadata: Metadata = {
106+
title: 'gnata-sqlite',
107+
description: 'End-to-end JSONata 2.x in Go — SQLite extension, WASM LSP, CodeMirror editor, composable React widget',
108+
};
109+
103110
export default async function HomePage() {
104111
return (
105-
<main>
112+
<main style={{ overflowX: 'hidden' }}>
106113
{/* Hero */}
107114
<section className="relative flex flex-col items-center justify-center px-6 pt-24 pb-16 text-center">
108115
{/* Gradient glow behind hero title */}

0 commit comments

Comments
 (0)