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' --- - -
- - - - - -