Rearranged components and styles

This commit is contained in:
Patrick Alvin Alcala 2025-09-15 09:42:38 +08:00
parent 797ecba7b4
commit 16bb1e3e56
34 changed files with 36 additions and 38 deletions

View file

@ -4,9 +4,9 @@ const { title } = Astro.props
const websiteName = 'Template'
const websiteDescription = 'This is just a template.'
import Background from '../../fwt/components/Background/Background'
import Background from '../../fwt/Background'
// import OptimizeBackground from '../../fwt/components/Optimizer/OptimizeBackground'
import HTML from '../../fwt/components/HTML/HTML'
import HTML from '../../fwt/HTML'
---
<HTML title={title} name={websiteName} description={websiteDescription} font="inter">