TTikotok V4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { Metadata } from 'next'
|
||||
import Link from 'next/link'
|
||||
import Navbar from '@/components/Navbar'
|
||||
import GuideLinks from '@/components/GuideLinks'
|
||||
import Hero from '@/components/Hero'
|
||||
import Ticker from '@/components/Ticker'
|
||||
import Features from '@/components/Features'
|
||||
@@ -19,6 +19,7 @@ export const metadata: Metadata = {
|
||||
canonical: '/',
|
||||
languages: {
|
||||
de: '/',
|
||||
en: '/en',
|
||||
es: '/es',
|
||||
'x-default': '/',
|
||||
},
|
||||
@@ -124,51 +125,7 @@ export default function Home() {
|
||||
<Intelligence />
|
||||
<HowItWorks />
|
||||
<FAQ />
|
||||
<section className="comparison-links" aria-labelledby="homepage-guides-heading">
|
||||
<div className="container">
|
||||
<div className="comparison-section-head">
|
||||
<p className="tag">Guides</p>
|
||||
<h2 id="homepage-guides-heading">Pflanzen schneller erkennen und richtig handeln.</h2>
|
||||
</div>
|
||||
<div className="comparison-links-grid">
|
||||
<Link href="/blumen-scanner" className="comparison-link-card">
|
||||
<p className="comparison-mini-label">Blumen</p>
|
||||
<h3>Blumen Scanner</h3>
|
||||
<p>Blumen per Foto erkennen, Namen erhalten und direkt Pflegehinweise nutzen.</p>
|
||||
</Link>
|
||||
<Link href="/blumen-scanner" className="comparison-link-card">
|
||||
<p className="comparison-mini-label">Foto-Erkennung</p>
|
||||
<h3>Blumen per Foto erkennen</h3>
|
||||
<p>Ideal, wenn du eine Blume fotografiert hast und sofort wissen willst, was sie braucht.</p>
|
||||
</Link>
|
||||
<Link href="/pflanzen-bestimmen" className="comparison-link-card">
|
||||
<p className="comparison-mini-label">Pflanzen</p>
|
||||
<h3>Pflanzen bestimmen</h3>
|
||||
<p>Pflanze scannen, Artname sehen und den passenden Pflegeplan erhalten.</p>
|
||||
</Link>
|
||||
<Link href="/pflanzen-pflege-app" className="comparison-link-card">
|
||||
<p className="comparison-mini-label">Gießerinnerung</p>
|
||||
<h3>Pflanzen gießen Erinnerung</h3>
|
||||
<p>Pflegeplan, Push-Erinnerung und Gießrhythmus pro Pflanze verwalten.</p>
|
||||
</Link>
|
||||
<Link href="/vs/google-lens" className="comparison-link-card">
|
||||
<p className="comparison-mini-label">Google Lens</p>
|
||||
<h3>Google Pflanzen erkennen</h3>
|
||||
<p>Vergleiche Google Lens mit GreenLens für Pflanzenerkennung, Pflege und Diagnose.</p>
|
||||
</Link>
|
||||
<Link href="/identify-plant-photo" className="comparison-link-card">
|
||||
<p className="comparison-mini-label">English</p>
|
||||
<h3>Identify plant by photo</h3>
|
||||
<p>Use a plant photo or picture to get the name, care plan, and reminders.</p>
|
||||
</Link>
|
||||
<Link href="/pflanzen-krankheiten-erkennen" className="comparison-link-card">
|
||||
<p className="comparison-mini-label">Diagnose</p>
|
||||
<h3>Pflanzenkrankheiten erkennen</h3>
|
||||
<p>Gelbe Blätter, braune Spitzen oder weiche Stiele einordnen und den nächsten Schritt finden.</p>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<GuideLinks />
|
||||
<CTA />
|
||||
</main>
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user