diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 7c5f533..e4f0a2d 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -2,25 +2,29 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import { Camera, CalendarDays, Leaf } from 'lucide-react'; export default function GalleryPage() { return ( - - -
- + +
+