Skip to content

Commit adfcea0

Browse files
committed
update homepage
1 parent 1de328e commit adfcea0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/pages/index.astro

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ import { Icon } from 'astro-icon/components';
275275
icon={{ light: LightUniversity, dark: DarkUniversity }}
276276
/>
277277
<IconBox
278-
title="The SurrealDB Book"
278+
title="Aeon's Surreal Renaissance"
279279
description="Embark on a journey through the ins and outs of SurrealDB as you follow an immersive story crafted to make learning a new database feel as enjoyable as sitting back and watching your favourite movie."
280280
href="/learn/book"
281281
icon={{ light: LightBook, dark: DarkBook }}
@@ -406,19 +406,16 @@ import { Icon } from 'astro-icon/components';
406406
title="HTTP & Rest"
407407
description="The HTTP endpoints exposed by SurrealDB instances provide a simple way to interact with the database over a traditional RESTful interface."
408408
href="/docs/surrealdb/integration/http"
409-
icon={{ light: SystemAccessLight, dark: SystemAccessDark }}
410409
/>
411410
<IconBox
412411
title="RPC Protocol"
413412
description="The RPC protocol allows for network-protocol agnostic communication with SurrealDB."
414413
href="/docs/surrealdb/integration/rpc"
415-
icon={{ light: RecordAccessLight, dark: RecordAccessDark }}
416414
/>
417415
<IconBox
418416
title="CBOR Protocol"
419417
description="SurrealDB extends the CBOR protocol with a number of custom tags to support the full range of data types available in SurrealDB."
420418
href="/docs/surrealdb/integration/cbor"
421-
icon={{ light: TokenAccessLight, dark: TokenAccessDark }}
422419
/>
423420
</Boxes>
424421
</div>

0 commit comments

Comments
 (0)