We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59aa04 commit 450d3d0Copy full SHA for 450d3d0
docs-src/src/pages/sem/gads.tsx
@@ -0,0 +1,16 @@
1
+import Home from '..';
2
+
3
4
+/**
5
+ * Generic landingpage for all google-ads
6
+ * which do not have another specific landingpage.
7
+ */
8
+export default function Page() {
9
+ return Home({
10
+ sem: {
11
+ id: 'gads',
12
+ metaTitle: 'The local Database for Apps',
13
+ title: <>The easiest way to <b>store</b> and <b>sync</b> Data inside of your App</>,
14
+ }
15
+ });
16
+}
0 commit comments