Skip to content

Commit

Permalink
fix: leave just one h1 element following best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex-82 committed Oct 11, 2024
1 parent f225499 commit 279c994
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ export default function Home() {
<section className="bg-white">
<div className="max-w-screen-xl pt-8 pb-4 mx-auto lg:pt-14">
<div className="mr-auto place-self-center">
<h1 className="max-w-3xl text-4xl font-bold leading-none tracking-tight md:text-5xl">
<h2 className="max-w-3xl text-4xl font-bold leading-none tracking-tight md:text-5xl">
Run across multiple platforms
</h1>
</h2>
</div>
</div>
<div className="flex mt-6">
Expand All @@ -203,9 +203,9 @@ export default function Home() {
<section className="bg-white">
<div className="max-w-screen-xl pt-8 pb-4 mx-auto lg:pt-14">
<div className="mr-auto place-self-center">
<h1 className="max-w-3xl text-4xl font-bold leading-none tracking-tight md:text-5xl">
<h2 className="max-w-3xl text-4xl font-bold leading-none tracking-tight md:text-5xl">
Collaborate via Git
</h1>
</h2>
<h3 className="mt-4 max-w-3xl text-xl leading-none tracking-tight">
&nbsp;Or any version control system of your choice
</h3>
Expand All @@ -219,9 +219,9 @@ export default function Home() {
<section className="bg-white mt-4">
<div className="max-w-screen-xl pt-10 pb-2 mx-auto lg:pt-10">
<div className="mr-auto place-self-center">
<h1 className="max-w-3xl text-4xl mb-2 font-bold leading-none tracking-tight md:text-5xl">
<h2 className="max-w-3xl text-4xl mb-2 font-bold leading-none tracking-tight md:text-5xl">
Testimonials
</h1>
</h2>
</div>
</div>
<div className="grid grid-cols-1 gap-4 mx-auto max-w-7xl sm:grid-cols-2">
Expand Down

0 comments on commit 279c994

Please sign in to comment.