aboutsummaryrefslogtreecommitdiff
path: root/app/services/page.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-07-21 16:23:57 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-07-21 16:23:57 -0400
commit7e8a105584fff3a4e3a2d64552d60c19db123deb (patch)
treec46126c63c97cca7a713a22e3ccbb665a0902500 /app/services/page.js
parentebd5d0ce3677bc468c3b8868daf69590aaa870ec (diff)
downloadalure-website-7e8a105584fff3a4e3a2d64552d60c19db123deb.tar.gz
alure-website-7e8a105584fff3a4e3a2d64552d60c19db123deb.tar.bz2
alure-website-7e8a105584fff3a4e3a2d64552d60c19db123deb.zip
Added new services
Diffstat (limited to 'app/services/page.js')
-rw-r--r--app/services/page.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/services/page.js b/app/services/page.js
index 827a652..d229b89 100644
--- a/app/services/page.js
+++ b/app/services/page.js
@@ -43,6 +43,22 @@ export default function Services() {
</div>
</div>
</li>
+ <li>
+ <div className="bg-center bg-no-repeat bg-[url('/regions/alee-isle.webp')] bg-gray-600 bg-blend-multiply">
+ <div className="sm:px-40 px-10 py-14 space-y-2">
+ <h1 className="font-medium sm:text-4xl text-3xl">Gigabit Mall</h1>
+ <h2 className="text-xl">Commercial shopping mall</h2>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div className="bg-center bg-no-repeat bg-[url('/regions/alee-isle.webp')] bg-gray-600 bg-blend-multiply">
+ <div className="sm:px-40 px-10 py-14 space-y-2">
+ <h1 className="font-medium sm:text-4xl text-3xl">Bill Gates Hospital</h1>
+ <h2 className="text-xl">Hospital</h2>
+ </div>
+ </div>
+ </li>
</ul>
</div>
</main>