Compare commits

..

4 Commits

Author SHA1 Message Date
ChineseChikki f1572c038c SiteService.js Created 2023-01-11 14:06:48 +01:00
tokslaw f6d16305b3 Merge branch 'myFit-Terms-and-Cs' of MyFit/www-myfit into master 2023-01-11 06:06:34 +00:00
Chukwumdiebube Ojinta cbb7f65e2d Added comments to the styles added to explain its purpose 2023-01-10 23:16:06 -08:00
Chukwumdiebube 758afcaa93 terms writeup completed 2023-01-10 14:50:47 +01:00
5 changed files with 4317 additions and 3628 deletions
File diff suppressed because it is too large Load Diff
+2552 -2445
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -12,7 +12,7 @@ const Main = ({ brdcum }) => {
<Bredcrumb
no={1}
title="Contact Us"
paragraph="If you have an query, please get in touch with us, we will revert back quickly."
paragraph="Ib you have an query, please get in touch with us, we will revert back quickly."
tag="Contact us"
bgimg={BGImg}
/>
File diff suppressed because it is too large Load Diff
+33
View File
@@ -0,0 +1,33 @@
const siteService = [
{
title: "This is the title 1 from backend",
text: "Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.",
},
{
title: "This is the title 2",
text: "Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.",
},
{
title: "This is the title 3",
text: "Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.",
},
{
title: "This is the title 4",
text: "Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.",
},
{
title: "This is the title 5",
text: "Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.",
},
{
title: "This is the title 6",
text: "Random Text Generator is a web application which provides true random text which you can use in your documents or web designs. How does it work? First we took many books available on project Gutenberg and stored their contents in a database.",
},
];
export default siteService;