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:
41
exampleSite/content/english/sections/testimonial.md
Normal file
41
exampleSite/content/english/sections/testimonial.md
Normal 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"
|
||||
---
|
||||
Reference in New Issue
Block a user