diff --git a/src/app/cataract-surgery/page.tsx b/src/app/cataract-surgery/page.tsx new file mode 100644 index 0000000..9aa9286 --- /dev/null +++ b/src/app/cataract-surgery/page.tsx @@ -0,0 +1,97 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import { Eye, Feather, Heart, HelpCircle, MessageSquare, Rss, Search } from "lucide-react"; + +export default function CataractSurgeryPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file