@@ -72,42 +56,26 @@ export default function LandingPage() {
@@ -410,36 +255,21 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/pediatric-ophthalmology/page.tsx b/src/app/pediatric-ophthalmology/page.tsx
new file mode 100644
index 0000000..a86bb31
--- /dev/null
+++ b/src/app/pediatric-ophthalmology/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 PediatricOphthalmologyPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 4fd73bf..1a5bb9f 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #ffffff;
- --card: #f9f9f9;
- --foreground: #000612e6;
- --primary-cta: #15479c;
- --primary-cta-text: #ffffff;
- --secondary-cta: #f9f9f9;
- --secondary-cta-text: #000612e6;
- --accent: #e2e2e2;
- --background-accent: #c4c4c4;
+ --background: #f5f4f0;
+ --card: #ffffff;
+ --foreground: #1a1a1a;
+ --primary-cta: #2c2c2c;
+ --primary-cta-text: #f5f4f0;
+ --secondary-cta: #f5f4f0;
+ --secondary-cta-text: #1a1a1a;
+ --accent: #8a8a8a;
+ --background-accent: #e8e6e1;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);