File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
src/components/index-page Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 1- import Head from "next/head"
2-
31import { Hero } from "./hero"
42import { TrustedBy } from "./trusted-by"
53import { HowItWorks } from "./how-it-works"
@@ -16,13 +14,6 @@ import { UseCases } from "./use-cases"
1614export function IndexPage ( ) {
1715 return (
1816 < div className = "gql-all-anchors-focusable bg-neu-0" >
19- < Head >
20- < meta
21- name = "description"
22- content = "GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data."
23- />
24- </ Head >
25-
2617 < Hero />
2718 < TrustedBy />
2819 < WhatIsGraphQL />
@@ -35,7 +26,6 @@ export function IndexPage() {
3526 < UseCases />
3627 < QuotesFromTheIndustry />
3728 < JoinTheCommunity />
38- < style > { ".nextra-nav-container.sticky { position: fixed }" } </ style >
3929 </ div >
4030 )
4131}
You can’t perform that action at this time.
0 commit comments