From 7366100fd9763aad0ebdb0f1468fbf7a27413aef Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 14:37:05 +0000 Subject: [PATCH] Update src/app/rinoplasti/page.tsx --- src/app/rinoplasti/page.tsx | 96 +++++++++++++++++++++++++------------ 1 file changed, 66 insertions(+), 30 deletions(-) diff --git a/src/app/rinoplasti/page.tsx b/src/app/rinoplasti/page.tsx index 1472189..a4ac8e4 100644 --- a/src/app/rinoplasti/page.tsx +++ b/src/app/rinoplasti/page.tsx @@ -1,42 +1,78 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { ReactNode } from 'react'; +import { Microscope, Sparkles, CheckCircle2 } from "lucide-react"; export default function RinoplastiPage() { return ( - - + + + +
+ +
+ + +
); -} \ No newline at end of file +}