Skip to content

Commit bb8b714

Browse files
Refactor: Improve home page SEO
Restructured the home page (`src/pages/Index.tsx`) to use H1, H2, and H3 headings for better SEO.
1 parent 5b4a350 commit bb8b714

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/Index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const Index = () => {
6464
{/* Statistics Section */}
6565
<section className="py-16 bg-dental-600">
6666
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
67+
<h2 className="sr-only">Estadísticas de la Clínica</h2>
6768
<div className="grid grid-cols-2 lg:grid-cols-4 gap-8">
6869
{[
6970
{ icon: Users, number: '500+', label: 'Pacientes Satisfechos' },

0 commit comments

Comments
 (0)