import type { Metadata } from 'next' import Link from 'next/link' import styles from './press.module.css' const releaseUrl = 'https://news.prfree.org/@greenlenspro/greenlens-publishes-a-step-by-step-guide-to-troubleshooting-common-houseplant-problems-0ochpt6gr315' const routineReleaseUrl = 'https://news.newswirebiz.com/@greenlenspro/greenlens-shares-a-5-step-plant-care-routine-for-when-houseplants-start-showing-stress-39kipufgt3xh' const openPrReleaseUrl = 'https://www.openpr.de/news/1319466/Zimmerpflanzen-retten-statt-raten-6-Fragen-vor-jedem-Pflege-Schritt.html' export const metadata: Metadata = { title: 'Press | GreenLens', description: 'Latest GreenLens news, press releases, and company announcements.', alternates: { canonical: '/press' }, } export default function PressPage() { return (

Latest releases

) } function ReleaseCard({ title, lede, points, href, date = 'July 29, 2026', }: { title: string lede: string points: string[] href: string date?: string }) { return (
Press release

{title}

{lede}

What the guide covers

Source: GreenLens Press Office

Read full release
) } function LeafIcon() { return ( ) } function LeafBullet() { return }