Implementierung - SEO - 01.08.2025

This commit is contained in:
2025-08-01 14:26:05 +02:00
parent 7aa0543001
commit f176743885
35 changed files with 3427 additions and 98 deletions
+6
View File
@@ -5,6 +5,7 @@ import Experience from './components/Experience';
import Skills from './components/Skills';
import Projects from './components/Projects';
import About from './components/About';
import { FAQSection } from '../../components/FAQSection';
const HomePage = () => {
const schema = {
@@ -88,6 +89,11 @@ const HomePage = () => {
<div id="about">
<About />
</div>
{/* FAQ Section */}
<div id="faq" className="py-16">
<FAQSection />
</div>
</main>
</PageTransition>
);