From 74b0d3a9026017b8fefa9a809247cbd48c2a000b Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 4 Sep 2025 12:06:03 +0800 Subject: [PATCH] Used fwt components on layout --- src/layouts/Layout.astro | 50 +++++++++------------------------------- 1 file changed, 11 insertions(+), 39 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b3b00d8..b7d8dfd 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,44 +1,16 @@ --- import Navbar from '../components/Navbar/Navbar.tsx' const { title } = Astro.props + +const websiteName = 'AIO Tools' +const websiteDescription = 'All-in-One Tools for Everyone' + +import Background from '../../fwt/components/Background/Background' +import HTML from '../../fwt/components/HTML/HTML' --- - - - - - - - - {title} - - - - - - - - - + + + + +