Skip to content

Commit 16c9fb7

Browse files
committed
Add main landmark
1 parent 2ccac9a commit 16c9fb7

1 file changed

Lines changed: 30 additions & 28 deletions

File tree

index.html

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@
6666
>
6767
</div>
6868
</nav>
69-
<!-- Hero Section -->
70-
<section class="pt-32 pb-20 px-6 gradient-dark relative overflow-hidden">
69+
<main>
70+
<!-- Hero Section -->
71+
<section class="pt-32 pb-20 px-6 gradient-dark relative overflow-hidden">
7172
<!-- Background elements -->
7273
<div
7374
class="absolute top-0 right-0 w-96 h-96 rounded-full bg-blue-500/10 blur-3xl"
@@ -102,9 +103,9 @@ <h1 class="section-title mb-6 text-cyan-400">
102103
>
103104
</div>
104105
</div>
105-
</section>
106-
<!-- Problem Section -->
107-
<section class="py-20 px-6 bg-maolan-darker border-t border-gray-800">
106+
</section>
107+
<!-- Problem Section -->
108+
<section class="py-20 px-6 bg-maolan-darker border-t border-gray-800">
108109
<div class="max-w-6xl mx-auto">
109110
<div class="text-center mb-12">
110111
<h2 class="text-4xl font-bold mb-4">See Maolan in Action</h2>
@@ -145,8 +146,8 @@ <h3 class="font-semibold mb-2 text-xl text-cyan-400">
145146
</div>
146147
</div>
147148
</div>
148-
</section>
149-
<section class="py-20 px-6 bg-slate-900">
149+
</section>
150+
<section class="py-20 px-6 bg-slate-900">
150151
<div class="max-w-4xl mx-auto">
151152
<h2 class="text-center section-title mb-12 text-white">
152153
The Challenge
@@ -179,9 +180,9 @@ <h3 class="text-lg font-semibold mb-3 text-cyan-400">
179180
</div>
180181
</div>
181182
</div>
182-
</section>
183-
<!-- Solution Section -->
184-
<section class="py-20 px-6 bg-slate-950">
183+
</section>
184+
<!-- Solution Section -->
185+
<section class="py-20 px-6 bg-slate-950">
185186
<div class="max-w-4xl mx-auto">
186187
<h2 class="text-center section-title mb-12 text-white">The Solution</h2>
187188
<div class="grid md:grid-cols-2 gap-12 items-center">
@@ -245,9 +246,9 @@ <h2 class="text-center section-title mb-12 text-white">The Solution</h2>
245246
</div>
246247
</div>
247248
</div>
248-
</section>
249-
<!-- Key Features Section -->
250-
<section id="features" class="py-20 px-6 bg-slate-900">
249+
</section>
250+
<!-- Key Features Section -->
251+
<section id="features" class="py-20 px-6 bg-slate-900">
251252
<div class="max-w-6xl mx-auto">
252253
<h2 class="text-center section-title mb-12 text-white">
253254
Key Capabilities
@@ -413,9 +414,9 @@ <h3 class="text-lg font-semibold mb-2 text-white">
413414
</div>
414415
</div>
415416
</div>
416-
</section>
417-
<!-- Workflow Section -->
418-
<section id="workflow" class="py-20 px-6 bg-slate-950">
417+
</section>
418+
<!-- Workflow Section -->
419+
<section id="workflow" class="py-20 px-6 bg-slate-950">
419420
<div class="max-w-4xl mx-auto">
420421
<h2 class="text-center section-title mb-12 text-white">
421422
Complete Production Workflow
@@ -527,9 +528,9 @@ <h3 class="text-lg font-semibold mb-2 text-white">Export</h3>
527528
</div>
528529
</div>
529530
</div>
530-
</section>
531-
<!-- Open Source Section -->
532-
<section id="open-source" class="py-20 px-6 bg-slate-900">
531+
</section>
532+
<!-- Open Source Section -->
533+
<section id="open-source" class="py-20 px-6 bg-slate-900">
533534
<div class="max-w-4xl mx-auto">
534535
<h2 class="text-center section-title mb-12 text-white">
535536
Open Source & Community Driven
@@ -599,9 +600,9 @@ <h3 class="text-lg font-semibold mb-4 text-white">Project Stats</h3>
599600
</div>
600601
</div>
601602
</div>
602-
</section>
603-
<!-- Get Started Section -->
604-
<section class="py-20 px-6 bg-slate-950">
603+
</section>
604+
<!-- Get Started Section -->
605+
<section class="py-20 px-6 bg-slate-950">
605606
<div class="max-w-4xl mx-auto">
606607
<h2 class="text-center section-title mb-12 text-white">
607608
Get Started with Maolan
@@ -687,11 +688,11 @@ <h3 class="text-lg font-semibold mb-2 text-white">
687688
</a>
688689
</div>
689690
</div>
690-
</section>
691-
<section
692-
class="py-20 px-6 bg-maolan-dark border-t border-gray-800"
693-
id="faq"
694-
>
691+
</section>
692+
<section
693+
class="py-20 px-6 bg-maolan-dark border-t border-gray-800"
694+
id="faq"
695+
>
695696
<div class="max-w-3xl mx-auto">
696697
<h2 class="text-4xl font-bold mb-12 text-center">
697698
Frequently Asked Questions
@@ -846,7 +847,8 @@ <h2 class="text-4xl font-bold mb-12 text-center">
846847
</details>
847848
</div>
848849
</div>
849-
</section>
850+
</section>
851+
</main>
850852
<footer class="bg-slate-900 border-t border-slate-800 mt-16">
851853
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
852854
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">

0 commit comments

Comments
 (0)