* 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
37 lines
852 B
Markdown
Executable File
37 lines
852 B
Markdown
Executable File
---
|
|
# Banner
|
|
banner:
|
|
title: "We're a Design Studio That Belies In the Great Ideas"
|
|
content: "WE WORK HARD, WE PLAY HARD"
|
|
image: "/images/hero-background.jpg"
|
|
button_primary:
|
|
enable: true
|
|
label: "Connect With Us"
|
|
link: "/contact"
|
|
button_secondary:
|
|
enable: true
|
|
label: "See Our Work"
|
|
link: "/portfolio"
|
|
|
|
# Company Stats
|
|
company_stats:
|
|
enable: true
|
|
title: "THE PROOF IS IN THE PUDDING!"
|
|
stats:
|
|
- name: "Happy Clients"
|
|
count: "250+"
|
|
- name: "Projects Completed"
|
|
count: "100+"
|
|
- name: "Cups of coffee"
|
|
count: "350+"
|
|
- name: "Telephone Talks"
|
|
count: "775+"
|
|
|
|
# Recent Works:
|
|
recent_works:
|
|
enable: true
|
|
title: "OUR RECENT WORKS"
|
|
description: "Crafting experiences and seeking to make the complex clear & beautiful."
|
|
# Add featured works in `content/english/portfolio`
|
|
---
|