diff --git a/astro.config.mjs b/astro.config.mjs
index dd1e457..3be05fa 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -22,8 +22,8 @@ export default defineConfig({
},
},
build: {
- assets: '_fwt',
+ assets: '_portal',
inlineStylesheets: 'never',
},
- site: 'http://localhost:8080',
+ site: 'https://ocboportal.patalcala.com',
})
diff --git a/src/components/Card.astro b/src/components/Card.astro
index e213617..e411207 100644
--- a/src/components/Card.astro
+++ b/src/components/Card.astro
@@ -24,6 +24,7 @@ const { avif, webp, name, description, site } = Astro.props
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index eaa1581..347c5dd 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -4,11 +4,10 @@ const { title } = Astro.props
const websiteName = 'Template'
const websiteDescription = 'This is just a template.'
-import { Background, HTML, OptimizeBackground } from '../../fwt'
+import { Background, HTML } from '../../fwt'
---
-
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 04768ba..de197eb 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,6 +1,6 @@
---
import Layout from '../layouts/Layout.astro'
-import { Button, Logo, Link, Page, Row, Image, Column, OptimizeBackground } from '../../fwt/'
+import { Button, Logo, Link, Page, Row, Image, Column, Display, OptimizeBackground, Padding } from '../../fwt/'
// import Card from '../components/Card/Card'
import Card from '../components/Card.astro'
import portalA from '../../fwt/images/ocbo-portal.avif'
@@ -14,16 +14,28 @@ import esignW from '../../fwt/images/esign.webp'
OCBO Portal
-
-
- Welcome to OCBO Application Portal
-
-
-
-
-
-
-
+
+
+
+ Welcome to OCBO Application Portal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -34,7 +46,7 @@ import esignW from '../../fwt/images/esign.webp'
h1
color: $text-color
margin: -2rem 0 2.75rem 0
- font-size: 3.25rem
+ font-size: 3rem
h3
color: $text-color