chore(seo): 🔧 Update App.tsx to include dynamic meta tags and schema markup for enhanced SEO compliance

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-04 16:12:13 -08:00
parent b89073fba0
commit 7d571e4ce3

View file

@ -1,7 +1,7 @@
import { FABLanguageSelector, useI18nContext } from '@lilith/i18n';
import { DeveloperFab } from '@lilith/ui-developer-fab';
import { BrowserRouter, Routes, Route } from '@lilith/ui-router';
import { LazyMotion, domAnimation } from 'framer-motion';
import { LazyMotion, domAnimation } from '@lilith/ui-motion';
import { CategoryLocationPage } from './pages/CategoryLocationPage';
import { HomePage } from './pages/HomePage';