Update src/app/page.tsx

This commit is contained in:
2026-04-05 14:33:32 +00:00
parent 6b8c4e930e
commit 3c9abe36a0

View File

@@ -36,8 +36,8 @@ export default function LandingPage() {
{ name: "Lipödem", id: "/lipodem" },
{ name: "Hakkımızda", id: "about" },
{ name: "İletişim", id: "contact" },
]}
brandName="Dr. Turab İSMAYILOV"
],
brandName: "Dr. Turab İSMAYILOV"
/>
</div>
@@ -147,4 +147,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}