130 lines
5.0 KiB
YAML
130 lines
5.0 KiB
YAML
############################ banner ##########################
|
|
banner:
|
|
enable : true
|
|
title : "Best Beauty Cream For Your Skin"
|
|
content : "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
|
dolore magna aliquyam erat, sed dia"
|
|
image : "images/banner.png"
|
|
# button
|
|
button:
|
|
enable : true
|
|
label : "All Products"
|
|
link : "products/"
|
|
# demo video
|
|
video:
|
|
enable : true
|
|
videoURL : "https://www.youtube.com/embed/wf4F2-9UXUo"
|
|
|
|
########################## About ##############################
|
|
about:
|
|
enable : true
|
|
title : "About Our Product"
|
|
content : "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
|
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet
|
|
clita kasd gubergren,"
|
|
image : "images/about.png"
|
|
|
|
|
|
###################### Call to action ########################
|
|
cta:
|
|
enable : true
|
|
title : "Buy one Get One Free Taba Cream"
|
|
content : "Available for limited time only. Grab one while you still can!"
|
|
image : "images/cta.png"
|
|
overlayImage : "images/cta-overlay.png"
|
|
button:
|
|
label : "All Products"
|
|
link : "products/"
|
|
|
|
######################## raw material #######################
|
|
material:
|
|
enable : true
|
|
title : "Ingredients Of Our Products"
|
|
subtitle : "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
|
dol."
|
|
materialItem:
|
|
# material item loop
|
|
- title : "Matcha Seeds"
|
|
image : "images/material/material-1.png"
|
|
content : "Lorem ipsum dolor sit amet,be consetetur sadipscing elitr, sed diam nonumy eirmod tem"
|
|
|
|
# material item loop
|
|
- title : "Aloe Vera"
|
|
image : "images/material/material-2.png"
|
|
content : "Lorem ipsum dolor sit amet,be consetetur sadipscing elitr, sed diam nonumy eirmod tem"
|
|
|
|
# material item loop
|
|
- title : "Turmeric"
|
|
image : "images/material/material-3.png"
|
|
content : "Lorem ipsum dolor sit amet,be consetetur sadipscing elitr, sed diam nonumy eirmod tem"
|
|
|
|
# material item loop
|
|
- title : "Tulshi leaf"
|
|
image : "images/material/material-4.png"
|
|
content : "Lorem ipsum dolor sit amet,be consetetur sadipscing elitr, sed diam nonumy eirmod tem"
|
|
|
|
########################### Advantage #########################
|
|
advantage:
|
|
enable : true
|
|
title : "Advantages Of Using <br> Our Product"
|
|
subtitle : "Lorem ipsum dolor sit amet, da decal consetetur<br> sadipscing elitr, sed diam nonumya eirmod"
|
|
image : "images/advantage.png"
|
|
advantageList:
|
|
# advantage list loop
|
|
- listItem : "Extremely lightweight"
|
|
- listItem : "Excellent breathability"
|
|
- listItem : "Can increase Cell activation"
|
|
- listItem : "Glowing Skin In 7 Days"
|
|
- listItem : "Increasing Glow Of Face"
|
|
- listItem : "More Beautiful Face Skin"
|
|
|
|
|
|
######################## Promo Video ##########################
|
|
video:
|
|
enable : true
|
|
title : "How To Use This Product?"
|
|
content : "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
|
|
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et."
|
|
videoThumb : "images/video-thumb.jpg"
|
|
videoURL : "https://www.youtube.com/embed/wf4F2-9UXUo"
|
|
|
|
|
|
######################## Products #############################
|
|
products:
|
|
enable : true
|
|
title : "Products List"
|
|
# product item comes from "content/products"
|
|
|
|
|
|
########################## Testimonial ########################
|
|
testimonial:
|
|
enable : true
|
|
title : "What People Are Saying <br> About Our Product"
|
|
testimonialItem:
|
|
# testimonial item loop
|
|
- name : "Angelo Perara"
|
|
image : "images/clients/client-1.jpg" # size 100px*100px
|
|
designation : "CEO, Dialogue Broad Band"
|
|
content : "Lorem ipsum dolor sit amet, <br> consetetur sadipscing elitr, diam <br> nonumy eirmod tempor"
|
|
rating : "five" # rating star, one to five
|
|
|
|
# testimonial item loop
|
|
- name : "Riya Ventila"
|
|
image : "images/clients/client-2.jpg" # size 100px*100px
|
|
designation : "CEO, Dialogue Broad Band"
|
|
content : "Lorem ipsum dolor sit amet, <br> consetetur sadipscing elitr, diam <br> nonumy eirmod tempor"
|
|
rating : "three" # rating star, one to five
|
|
|
|
# testimonial item loop
|
|
- name : "john Doe"
|
|
image : "images/clients/client-3.jpg" # size 100px*100px
|
|
designation : "CEO, Dialogue Broad Band"
|
|
content : "Lorem ipsum dolor sit amet, <br> consetetur sadipscing elitr, diam <br> nonumy eirmod tempor"
|
|
rating : "five" # rating star, one to five
|
|
|
|
# testimonial item loop
|
|
- name : "Riya Ventila"
|
|
image : "images/clients/client-2.jpg" # size 100px*100px
|
|
designation : "CEO, Dialogue Broad Band"
|
|
content : "Lorem ipsum dolor sit amet, <br> consetetur sadipscing elitr, diam <br> nonumy eirmod tempor"
|
|
rating : "four" # rating star, one to five |