import React from 'react' import { Metadata } from 'next' import Link from 'next/link' import SeoNavbar from '@/components/seo/SeoNavbar' import SeoFooter from '@/components/seo/SeoFooter' import { blogPosts } from '@/lib/blogPosts' export const metadata: Metadata = { title: 'GreenLens Plant Care & Identification Blog', description: 'Expert guides on houseplant watering schedules, plant disease diagnosis, pest control, and photo identification.', alternates: { canonical: '/blog', }, } export default function BlogIndexPage() { const posts = Object.values(blogPosts) return (
{/* Header Navigation */} {/* Decorative Ambient Green Blobs */}