docs: fix h1

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-12-10 13:43:00 +01:00
parent ae383001bc
commit 86a3da869b
3 changed files with 3 additions and 1 deletions

View File

@@ -152,6 +152,7 @@ export default function IPLookupPage() {
title="IP Lookup Tool"
description="Find detailed information about any IP address including geolocation, ISP, and network details."
variant="default"
as="h1"
/>
<form onSubmit={handleSubmit} className="mt-8">

View File

@@ -197,6 +197,7 @@ export default function SiteCheckerPage() {
title="URL Checker"
description="Analyze any website for SEO, social media, technical, and security information. Get comprehensive insights about any URL."
variant="default"
as="h1"
/>
<form onSubmit={handleSubmit} className="mt-8">