Re-organized files

This commit is contained in:
Patrick Alvin Alcala 2025-09-15 10:43:56 +08:00
parent ea7be8fb39
commit 621faea4c2
53 changed files with 1434 additions and 1059 deletions

View file

@ -1,12 +1,10 @@
---
import Navbar from '../components/Navbar/Navbar.tsx'
import Navbar from '../components/Navbar/Navbar'
import { Background, HTML } from '../../fwt'
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'
---
<HTML title={title} name={websiteName} description={websiteDescription} font="inter">