Skip to content

Commit 450d3d0

Browse files
committed
ADD gads sem page
1 parent e59aa04 commit 450d3d0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs-src/src/pages/sem/gads.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)