From f8c7d24cb53d955aa98551b7b8a9a76e8308f413 Mon Sep 17 00:00:00 2001
From: Patrick Alvin Alcala
Date: Mon, 1 Sep 2025 10:20:27 +0800
Subject: [PATCH] Used new html component
---
src/layouts/Layout.astro | 23 +++++------------------
1 file changed, 5 insertions(+), 18 deletions(-)
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 7275c1a..ee94ef6 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -6,23 +6,10 @@ const websiteDescription = 'This is just a template.'
import Background from '../../fwt/components/Background/Background'
import OptimizeBackground from '../../fwt/components/Optimizer/OptimizeBackground'
-import Head from '../../fwt/components/Head/Head'
+import HTML from '../../fwt/components/HTML/HTML'
---
-
-
-
-
-
-
-
-
-
-
+
+
+
+