diff --git a/src/layouts/AboutLayout.astro b/src/layouts/AboutLayout.astro index 755f761..f1f1883 100644 --- a/src/layouts/AboutLayout.astro +++ b/src/layouts/AboutLayout.astro @@ -1,10 +1,10 @@ --- +import Layout from './Layout.astro'; import type { MarkdownLayoutProps } from 'astro'; import { type Lang, type FrontmatterProps } from '@/types'; import { defaultLang } from '@/i18n/ui'; import GlassHeader from '@/components/GlassHeader'; import Footer from '@/components/Footer'; -import "../styles/global.css"; // Use Astro's MarkdownLayoutProps for proper type safety export type Props = MarkdownLayoutProps; @@ -16,93 +16,73 @@ const { title, description } = frontmatter; const lang = Astro.currentLocale as Lang || defaultLang; --- - - - - - - - - - {title} - - - - - - -
- -
-
- -
-
+ + +
+ +
- - - - - -
-
-
-
- -
- -
-

- ✨ {title} -

- - {description && ( -

- 📝 {description} -

- )} -
+
+ + + + + +
+
+
+
+ +
+ +
+

+ ✨ {title} +

- -
- -
-
+ {description && ( +

+ 📝 {description} +

+ )} + - -
- - -
- - +
+ + +