From 7798b47c7905d0e551fa70a9366e384cec257e81 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 05:52:49 +0000 Subject: [PATCH] Switch to version 1: remove src/app/logics/page.tsx --- src/app/logics/page.tsx | 43 ----------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 src/app/logics/page.tsx diff --git a/src/app/logics/page.tsx b/src/app/logics/page.tsx deleted file mode 100644 index 6f6ebd5..0000000 --- a/src/app/logics/page.tsx +++ /dev/null @@ -1,43 +0,0 @@ -"use client"; - -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; - -export default function Logics() { - return ( - - - -
-

Logics

-

Logic is the formal science of valid inference, dealing with the structure of arguments, consistency, and logical necessity.

-
-

Core Concepts

-

Deduction, induction, abduction, and the laws of thought.

-
-
"Logic is the beginning of wisdom, not the end." - Spock
-
- {["Inference", "Consistency", "Formalization", "Truth"].map(k => {k})} -
-
- -
-
- ); -} \ No newline at end of file