Skip to content

Commit 47d8bbc

Browse files
committed
More SEO
1 parent b83a029 commit 47d8bbc

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,9 @@ export default function MCPServerPage() {
489489
title=""
490490
description={
491491
<div className="top-32 flex flex-col items-start gap-4 py-4 text-center sm:gap-12 md:sticky md:py-12 md:text-left">
492-
<h1 className="from-foreground to-foreground dark:to-muted-foreground relative z-10 inline-block max-w-[920px] bg-linear-to-r bg-clip-text text-3xl font-semibold text-balance text-transparent drop-shadow-2xl sm:text-4xl sm:leading-tight md:text-5xl md:leading-tight lg:text-6xl lg:leading-tight">
492+
<h2 className="from-foreground to-foreground dark:to-muted-foreground relative z-10 inline-block max-w-[920px] bg-linear-to-r bg-clip-text text-3xl font-semibold text-balance text-transparent drop-shadow-2xl sm:text-4xl sm:leading-tight md:text-5xl md:leading-tight lg:text-6xl lg:leading-tight">
493493
Your Animations, Made Instant.
494-
</h1>
494+
</h2>
495495
<div className="text-md text-muted-foreground relative z-10 max-w-[620px] flex flex-col gap-4 font-medium sm:text-xl">
496496
<p>
497497
OctaRender is a cutting edge distributed rendering platform that gives artists and creators unparalleled speed and efficiency. Leverage our global network of nodes to render complex 3D scenes in a fraction of the time, all with simplicity in mind.

components/sections/feature/illustration-bottom.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ export default function FeatureIllustrationBottom({
2727
<div className="relative">
2828
<div className="max-w-container mx-auto flex flex-col gap-8 sm:gap-24">
2929
<div className="flex flex-col items-center gap-4 text-center sm:gap-12">
30-
<h1 className="from-foreground to-foreground dark:to-muted-foreground relative z-10 inline-block max-w-[920px] bg-linear-to-r bg-clip-text text-3xl font-semibold text-balance text-transparent drop-shadow-2xl sm:text-5xl sm:leading-tight md:text-7xl md:leading-tight">
30+
<h2 className="from-foreground to-foreground dark:to-muted-foreground relative z-10 inline-block max-w-[920px] bg-linear-to-r bg-clip-text text-3xl font-semibold text-balance text-transparent drop-shadow-2xl sm:text-5xl sm:leading-tight md:text-7xl md:leading-tight">
3131
{title}
32-
</h1>
32+
</h2>
3333
<p className="text-md text-muted-foreground relative z-10 max-w-[620px] font-medium text-balance sm:text-xl">
3434
{description}
3535
</p>

components/sections/feature/sticky-left.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ export default function FeatureStickyLeft({
4343
>
4444
<div className="max-w-container relative z-10 mx-auto flex flex-col items-center gap-12 md:flex-row md:items-start lg:gap-24">
4545
<div className="top-32 left-0 flex flex-col items-start gap-4 py-4 text-center sm:gap-12 md:sticky md:py-12 md:text-left">
46-
<h1 className="from-foreground to-foreground dark:to-muted-foreground relative z-10 inline-block max-w-[920px] bg-linear-to-r bg-clip-text text-3xl font-semibold text-balance text-transparent drop-shadow-2xl sm:text-4xl sm:leading-tight md:text-5xl md:leading-tight lg:text-6xl lg:leading-tight">
46+
<h2 className="from-foreground to-foreground dark:to-muted-foreground relative z-10 inline-block max-w-[920px] bg-linear-to-r bg-clip-text text-3xl font-semibold text-balance text-transparent drop-shadow-2xl sm:text-4xl sm:leading-tight md:text-5xl md:leading-tight lg:text-6xl lg:leading-tight">
4747
{title}
48-
</h1>
48+
</h2>
4949
<div className="text-md text-muted-foreground relative z-10 flex max-w-[620px] flex-col gap-4 font-medium text-balance sm:text-xl">
5050
{description}
5151
</div>

public/robots.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
# *
21
User-agent: *
32
Allow: /
43

5-
# Host
6-
Host: https://octa.space
7-
8-
# Sitemaps
9-
Sitemap: https://octa.space/sitemap.xml
4+
Sitemap: https://octa.space/sitemap.xml

0 commit comments

Comments
 (0)