feat: migrate Hugo Bootstrap theme to latest Hugo with Tailwind CSS and refactor codebase

* replace Bootstrap-based styling with Tailwind CSS
* update theme compatibility for latest Hugo version
* refactor templates and partials
* fix outdated code and broken components
* improve project structure and maintainability
* optimize styling and frontend build setup
This commit is contained in:
Al Murad Uzzaman
2026-05-10 13:38:01 +06:00
parent eac3f49bc5
commit f8b297eaad
233 changed files with 5272 additions and 9256 deletions

View File

@@ -0,0 +1,17 @@
---
enable: true
title: "LET'S WORK TOGETHER"
image: "/images/cta-background.jpg"
button_primary:
enable: true
label: "Not Convinced"
link: "/portfolio"
button_secondary:
enable: true
label: "Submit Query"
link: "/contact"
# don't create a separate page
build:
render: "never"
---

View File

@@ -0,0 +1,19 @@
---
enable: true
title: "Who trust our judgment"
client_logos:
- "/images/clients/client-logo-one.png"
- "/images/clients/client-logo-two.png"
- "/images/clients/client-logo-three.png"
- "/images/clients/client-logo-four.png"
- "/images/clients/client-logo-five.png"
- "/images/clients/client-logo-six.png"
- "/images/clients/client-logo-seven.png"
- "/images/clients/client-logo-eight.png"
- "/images/clients/client-logo-nine.png"
- "/images/clients/client-logo-ten.png"
# don't create a separate page
build:
render: "never"
---

View File

@@ -0,0 +1,99 @@
---
enable: true
title: "Team that makes the difference"
members:
- image: /images/team/team-member-one.jpg
name: PABLO ESCOBAR
designation: Creative Director
social:
- name: medium
icon: fa-brands fa-medium
link: https://medium.com
- name: x
icon: fa-brands fa-x-twitter
link: https://x.com
- name: linkedin
icon: fa-brands fa-linkedin
link: https://linkedin.com
- image: /images/team/team-member-two.jpg
name: MONTINO RIAU
designation: Product Manager
social:
- name: medium
icon: fa-brands fa-medium
link: https://medium.com
- name: x
icon: fa-brands fa-x-twitter
link: https://x.com
- name: linkedin
icon: fa-brands fa-linkedin
link: https://linkedin.com
- image: /images/team/team-member-three.jpg
name: ALEX NAASRI
designation: Chief Design Officer
social:
- name: medium
icon: fa-brands fa-medium
link: https://medium.com
- name: x
icon: fa-brands fa-x-twitter
link: https://x.com
- name: linkedin
icon: fa-brands fa-linkedin
link: https://linkedin.com
- image: /images/team/team-member-four.jpg
name: HONGMAN CHIOA
designation: UX Researcher
social:
- name: medium
icon: fa-brands fa-medium
link: https://medium.com
- name: x
icon: fa-brands fa-x-twitter
link: https://x.com
- name: linkedin
icon: fa-brands fa-linkedin
link: https://linkedin.com
- image: /images/team/team-member-five.jpg
name: SANTIO ANDRESS
designation: Content Researcher
social:
- name: medium
icon: fa-brands fa-medium
link: https://medium.com
- name: x
icon: fa-brands fa-x-twitter
link: https://x.com
- name: linkedin
icon: fa-brands fa-linkedin
link: https://linkedin.com
- image: /images/team/team-member-six.jpg
name: RAMESH PAUL
designation: Creative Designer
social:
- name: medium
icon: fa-brands fa-medium
link: https://medium.com
- name: x
icon: fa-brands fa-x-twitter
link: https://x.com
- name: linkedin
icon: fa-brands fa-linkedin
link: https://linkedin.com
# don't create a separate page
build:
render: "never"
---

View File

@@ -0,0 +1,41 @@
---
enable: true
title: "OPINION FROM REAL PEOPLE"
description: "What clients says about our services."
# Testimonials
testimonials:
- name: "Simonns Hodge"
designation: "CEO, Credito"
avatar: "/images/testimonial/user-thumb-one.jpg"
content: "We're a really busy restaurant, and roxo gives our customers a easy way to order, pay, and pick up their food so they can beat the line and beat that lunch rush."
- name: "Rekon Montino"
designation: "CDO, Bulmuci"
avatar: "/images/testimonial/user-thumb-two.jpg"
content: "We're a really busy restaurant, and roxo gives our customers a easy way to order, pay, and pick up their food so they can beat the line and beat that lunch rush."
- name: "Ryan Hillary"
designation: "MD, Udilamo"
avatar: "/images/testimonial/user-thumb-three.jpg"
content: "We're a really busy restaurant, and roxo gives our customers a easy way to order, pay, and pick up their food so they can beat the line and beat that lunch rush."
- name: "Dockrel Kahn"
designation: "PM, Walmet"
avatar: "/images/testimonial/user-thumb-four.jpg"
content: "We're a really busy restaurant, and roxo gives our customers a easy way to order, pay, and pick up their food so they can beat the line and beat that lunch rush."
- name: "Orino Monteno"
designation: "CEO, Axion"
avatar: "/images/testimonial/user-thumb-five.jpg"
content: "We're a really busy restaurant, and roxo gives our customers a easy way to order, pay, and pick up their food so they can beat the line and beat that lunch rush."
- name: "CEO, Axion"
designation: "PDO, Komoyo"
avatar: "/images/testimonial/user-thumb-six.jpg"
content: "We're a really busy restaurant, and roxo gives our customers a easy way to order, pay, and pick up their food so they can beat the line and beat that lunch rush."
# don't create a separate page
build:
render: "never"
---